The Radar
Tuesday, 31 March 2026
Today's picks
Qwen3.5-Omni
AI PlatformsNative multimodal model for text, audio, video, and realtime interaction.
Alibaba's answer to Gemini 3.1 Pro represents a shift from duct-taped multimodal systems to proper end-to-end architectures. The 'native omnimodal' approach could finally deliver on the promise of seamless cross-modal reasoning. We'll see if it lives up to the marketing or joins the graveyard of overhyped multimodal models.
AIO Sandbox
AI InfrastructureAll-in-one runtime for AI agents with browser, shell, shared filesystem, and MCP.
Finally, someone tackled the unglamorous but critical problem of agent execution environments. While everyone obsesses over model reasoning, the real bottleneck is giving these things a safe place to actually run code. AIO Sandbox packages browser, shell, and filesystem into one coherent runtime, which is exactly what agentic AI needed.
Also on the radar
Harrier-OSS-v1
AI ResearchMicrosoft's trio of embedding models (270M, 0.6B, 27B) claims SOTA on multilingual benchmarks. Embeddings are the unsexy foundation of every RAG system, so having better multilingual representations could actually matter. The three-size approach is sensible for different compute budgets.
VoiceAgentRAG
AI AgentsSalesforce attacked the fundamental physics problem of voice AI: you need answers in 200ms, but vector databases take seconds. Their dual-agent memory router approach could finally make voice RAG systems feel natural instead of awkward. The 316x speedup claim is bold but this addresses a real constraint.
A-Evolve
AI InfrastructureAmazon's attempt at the 'PyTorch moment for agents' is ambitious but necessary. Manual agent harness engineering is holding back the field, so automated evolution of agent states could unlock real progress. Whether this becomes the standard or joins the graveyard of infrastructure frameworks remains to be seen.
Context-1
AI ResearchChroma's 20B parameter model tackles the context window problem from a different angle than just 'make it bigger'. Their focus on agentic search and multi-hop retrieval could be more practical than cramming millions of tokens into a prompt. Smart positioning against the brute force approach.
Phantom
AI AgentsSelf-modifying agents that rewrite their own configuration files feel like the next logical step in agent evolution. The fact that it runs in its own VM shows proper security thinking. This could be either brilliant or catastrophic, which makes it genuinely interesting.
Hacker News
Show HN: I turned a sketch into a 3D-print pegboard for my kid with an AI agent
39 pts 8 commentsSomeone built an AI agent that can take a hand-drawn sketch and turn it into a 3D-printable pegboard design. It's a practical demonstration of how agents can bridge the gap between human creativity and digital fabrication.
Show HN: Phantom – Open-source AI agent on its own VM that rewrites its config
18 pts 14 commentsAn open-source AI agent that runs in its own virtual machine and can rewrite its own configuration files. This represents a significant step towards truly autonomous self-modifying systems, with proper isolation for safety.
Agentic AI and the next intelligence explosion
17 pts 3 commentsResearch paper exploring how agentic AI systems could trigger rapid recursive improvement and intelligence explosion. The paper examines the technical pathways and potential timelines for such scenarios.
Show HN: We scored 50k PRs with AI – what we learned about code complexity
11 pts 0 commentsA tool that uses AI to analyse and score pull requests for code complexity across 50,000 PRs. The insights could help development teams better understand and manage technical debt patterns.
Show HN: Memv – Memory for AI Agents
4 pts 3 commentsA memory system designed specifically for AI agents to maintain context and state across interactions. Addresses the fundamental problem of agent persistence and long-term memory management.