The Radar
Tuesday, 30 June 2026
Today's picks
Micro-Agent
AI InfrastructureMulti-agent collaboration inside vLLM that beats frontier model performance.
vLLM's Micro-Agent framework lets smaller models collaborate inside a single API call to outperform larger frontier models. The core idea is agent-level parallelism at inference time, not just bigger weights. Worth watching closely if you care about cost-efficient performance.
Agentic Orchestrator
AI CodingA terminal UI for managing long-running coding agents from DoorDash.
DoorDash open-sourced a TUI for supervising coding agents that run for extended periods. It fills a real gap, most agent tooling assumes short tasks but production workloads are not like that. Built from genuine internal need, which is always a good sign.
Also on the radar
VibeRaven
AI CodingVibeRaven is trying to bring structure to the chaos of running coding agents in real workflows. It sits between the agent and your codebase, adding guardrails and sequencing. Early stage but the problem it is solving is real and growing fast.
Fognitix
AI AgentsFognitix puts multiple autonomous agents to work in parallel inside a browser environment. The pitch is that you delegate multi-step web tasks and agents handle them concurrently. Still early, but the parallel browser-agent pattern is one to watch.
Exfault
AI SecurityExfault automates mobile app penetration testing using an AI agent approach. Mobile security testing is time-consuming and specialist-heavy, so agent-driven tooling here could be genuinely useful. Worth a look if you are building or auditing mobile apps.
Reference MCP
AI AgentsReference MCP gives agents a shared memory layer by indexing past sessions and making them searchable across agents. It is a small but sharp idea for anyone building multi-agent systems where context continuity matters. The MCP pattern makes it easy to drop in.
Hacker News
Micro-Agent: Beat Frontier Models with Collaboration Inside Model API
69 pts 20 commentsvLLM's Micro-Agent approach uses multiple collaborating agents within a single model API call to outperform larger frontier models. The idea is coordinated inference rather than brute-force scale. It is an open-source release from the vLLM team and already generating solid discussion.
Show HN: Agentic Orchestrator, a TUI for long-running coding agents
8 pts 0 commentsDoorDash open-sourced a terminal UI built internally for managing coding agents that run long tasks. It addresses a practical gap in the current agent tooling ecosystem, most tools assume short bursts, not extended autonomous runs. Clean open-source release from a real engineering team.
Show HN: VibeRaven – Production workflows for AI coding agents
7 pts 2 commentsVibeRaven adds workflow structure around AI coding agents to make them production-ready. It targets the gap between a demo agent and one you can actually rely on in a real codebase. Early project but pointing at a genuine pain point.
Show HN: I built Exfault, agentic mobile app pentesting tool
6 pts 0 commentsExfault automates mobile app security testing using an agentic approach. It is aimed at developers and security teams who need to run penetration tests without deep specialist knowledge at every step. Niche but well-timed given how little AI tooling exists in mobile security.
Show HN: Reference MCP – let your AI agents search each other's past sessions
5 pts 0 commentsReference MCP is a Model Context Protocol server that indexes past agent sessions and makes them searchable by other agents. It is a lightweight approach to giving multi-agent systems shared memory without a heavy infrastructure setup. Useful for anyone building persistent agent pipelines.