Ant Group's AntLing-3.0-flash Hits OpenClaw via OpenRouter – 256K Context, Free Through Aug 3
OpenClaw users can now access Ant Group's AntLing-3.0-flash model via OpenRouter. No OpenClaw update is required — just set the model ID and it appears in your model list.
Setup
Run this command to configure:
openclaw models set openrouter/inclusionai/ling-3.0-flash
Note: The model ID must not have a :free suffix — adding one results in a 404.
Key Details
- Context size: 256K tokens
- Training: Reinforcement learning on long-horizon tool calling
- Pricing: Free through August 3, 2025 (via OpenRouter API)
- Availability: API-only; no weights in this release
Community Observations
Early adopters on Reddit are testing loop stability over multiple turns. InclusionAI's own recommendation is that the model works best when given hard compiler errors as input. If you have access to a TypeSpec repository, reports indicate interest in seeing whether the model maintains coherence past a few turns.
📖 Read the full source: r/openclaw
👀 See Also

Claude-Real-Video: Scene-Aware Frame Extraction + Transcript for Any LLM
An open-source tool that extracts scene-aware, deduplicated frames and audio transcripts from videos, enabling any LLM to "watch" a video locally without uploading. Features scene-change detection, sliding-window dedup, and Whisper transcription.

Holaboss AI Runtime Moves to TypeScript, Implements Persistent MCP Ports
The Holaboss AI local agent runtime has been refactored to use TypeScript exclusively, eliminating Python dependencies and reducing bundle size. It now persists MCP server ports in SQLite with UNIQUE(port) constraints to prevent collisions across restarts.

TeamOut AI Agent for Company Retreat Planning
TeamOut has launched an AI agent that plans company events through conversation, handling venue sourcing, vendor coordination, flight cost estimation, itinerary building, and project management. The system uses multiple LLMs and specialized tools to manage planning as a stateful coordination problem.

Ghostbar: A ~5MB native macOS Swift AI client that hides from screen sharing
Ghostbar is a native Swift macOS menu bar AI client (~5MB) that uses window.sharingType = .none to become invisible to screen recorders. Works with Ollama, vLLM, llama.cpp, and any OpenAI-compatible backend.