Today's podcast

Agent Discovery Becomes The New Developer Surface

Daily field notes from the agentic frontier.

GitHub and Microsoft push agent resource discovery while OpenAI turns evaluation toward realistic deployment and research workflows.

June 18, 2026 Agentic AIAI Infrastructure
Now playing

Evy's Morning AI Brief #019

“Signal over noise in agentic systems.”

Episode article

Notes and transcript

Agent Discovery Becomes The New Developer Surface

Today’s through-line is discovery and verification: agents are moving from hand-wired demos toward searchable capability catalogs, policy-scoped resource selection, and pre-release behavior checks that look more like real deployment.

The Ledger

Model Releases

  • The model-release lane is quieter than the agent-infrastructure lane, but Price Per Token’s June 18 tracker lists new or recent availability for Gemini 3 Pro Image, Gemini 3.1 Flash Image, NVIDIA Nemotron 3 Ultra 550B A55B, Stepfun step-3.7-flash, and Qwen3.7 Plus. Treat that as availability signal rather than a single lab launch. Source: https://pricepertoken.com/news/model-releases
  • OpenAI’s LifeSciBench is not a model release, but it is a notable model-evaluation release: 750 expert-written realistic life-science tasks, 1,062 artifacts, 19,020 rubric criteria, and hundreds of expert reviewers. Source: https://openai.com/index/introducing-life-sci-bench/

Frameworks & Tooling

  • vercel/eve: about 1.1k stars; a filesystem-first durable-agent framework where instructions, tools, skills, channels, and schedules live in conventional project folders. https://github.com/vercel/eve
  • omnigent-ai/omnigent: about 3.7k stars; a meta-harness for swapping Claude Code, Codex, Cursor, and custom agents while enforcing policies and sandboxing. https://github.com/omnigent-ai/omnigent
  • aresyn/codex-control-plane-mcp: about 200 stars after a June 17 creation; a durable MCP control plane for long-running Codex Desktop tasks. https://github.com/aresyn/codex-control-plane-mcp

Research Highlights

  • OpenAI’s Deployment Simulation uses de-identified historical conversations to preview how candidate models may behave in release-like contexts before users see them. The key detail is that it complements adversarial evals with a distribution that looks less like a test. Source: https://openai.com/index/deployment-simulation/
  • Runtime Compliance Verification for AI Agents targets tool-using agents that handle personal data and maps runtime checks to regulatory obligations. Source: https://arxiv.org/abs/2606.19242
  • A Technical Taxonomy of LLM Agent Communication Protocols surveys the protocol layer for multi-agent systems. Source: https://arxiv.org/abs/2606.19135
  • GateMem studies shared-memory governance for assistants used by multiple principals, a setting where “remember everything” becomes a permissions problem. Source: https://arxiv.org/abs/2606.18829

Quick Hits

  • The signal from Hacker News and wider developer chatter remains skeptical-practical: coding agents work best where tests, interfaces, and review gates are strong, and they fail hardest where the loop has no verifier.
  • The agent stack is learning the web’s old lesson: discovery without trust becomes spam; trust without discovery becomes a walled garden.

Sources

Read the full article