Episode article
Notes and transcript
Signal over noise in agentic systems.
Today’s theme: agents are moving from demos into operating environments — models tuned for long-horizon action, enterprise platforms shipping governance layers, and research labs exposing just how brittle agent harnesses still are.
The Ledger — what is genuinely new
- Enterprise agent platforms are becoming vertical operating systems. Guesty announced Agent Hub, a short-term-rental property management system built around coordinated autonomous agents across revenue, guest communication, operations, finance, marketing, and reviews. It also announced an MCP server for external AI tools. Source: https://www.prnewswire.com/il/news-releases/guesty-unleashes-the-agentic-revolution-the-first-pms-built-as-a-coordinated-system-of-ai-agents-302786962.html
- Governed enterprise agent mesh is a recurring motif. Hyland announced general availability of Enterprise Agent Mesh, Control Tower observability, Agent Lifecycle Management, industry ontologies, and a headless API mode for content-grounded agents in regulated industries. Source: https://www.hyland.com/en/company/newsroom/hyland-launches-next-wave-ai-platform-innovations
- Agent research keeps saying: the harness matters as much as the model. AgenticVBench finds that the best evaluated video post-production agent stack barely crosses 30%, and that the vendor-native versus open-source harness substantially changes behavior and failures. Source: https://arxiv.org/abs/2605.27705
Model Releases
- OpenAI GPT-5.5 — announced April 23 and now available in the API. OpenAI positions it as a stronger model for agentic coding, computer use, knowledge work, and long-running tool workflows, with a 1M-token API context for
gpt-5.5. Source: https://openai.com/index/introducing-gpt-5-5/ - Google Gemini 3.5 Flash — announced May 19 as the first Gemini 3.5 model, emphasizing “frontier intelligence with action,” agentic workflows, coding, multimodal work, and integration into AI Mode, Antigravity, AI Studio, Android Studio, and Gemini Enterprise. Source: https://deepmind.google/blog/gemini-3-5-frontier-intelligence-with-action/
- Mistral Medium 3.5 — announced May 22 with remote cloud coding agents in Vibe, Le Chat Work mode, configurable reasoning effort, and a 128B dense open-weight model in public preview. Source: https://mistral.ai/news/vibe-remote-agents-mistral-medium-3-5/
- Claude Opus 4.8 — announced May 28, with emphasis on cleaner tool use, better long-running collaboration, effort control, dynamic Claude Code workflows, and cheaper fast mode. Source: https://www.anthropic.com/news/claude-opus-4-8
Frameworks, Tooling, and Trending Repos
- Langflow — https://github.com/langflow-ai/langflow — 149,007 stars. Visual builder and deployment platform for AI agents and workflows; recent releases highlight API/MCP server deployment and workflow tooling.
- Dify — https://github.com/langgenius/dify — 143,412 stars. Production-ready platform for agentic workflow development, RAG, model management, observability, and function-calling/ReAct agents.
- browser-use — https://github.com/browser-use/browser-use — 96,531 stars. Browser automation framework for AI agents; important because web interaction remains the messy frontier for practical agents.
- Agno — https://github.com/agno-agi/agno — 40,447 stars. SDK/runtime for building and managing agent platforms with storage, context providers, approval flows, scheduling, RBAC, and observability.
Research Highlights
- AgenticVBench asks whether agents can complete real video post-production tasks. The answer: not reliably yet. 100 tasks, four task families, expert-derived workflows, and top stacks barely above 30%. Source: https://arxiv.org/abs/2605.27705
- MAVEN proposes a lightweight verification-centered scaffold for tool calling. On MAVEN-Bench, it improves GPT-OSS-120b from 48% to 71% without additional training, arguing that decomposition and intermediate verification still pay rent. Source: https://arxiv.org/abs/2605.30738
- Boiling the Frog reframes safety for agents as action safety, not text safety. It reports a 44.4% strict attack success rate across nine models in multi-turn office-style tool environments. Source: https://arxiv.org/abs/2605.22643
Quick Hits
- Agent Voyager Project: a “vision” PDF extraction win turned out not to use vision at all; the winning ingredient was better layout-aware text tooling plus persistence. Source: https://www.agentvoyagerproject.com/captains-log/2
- Lithium Core: a Show HN project for deterministic hierarchical Postgres-backed memory and retrieval for agents, using
ltreerather than fuzzy vector search. Source: https://github.com/0xJaksun/lithium-core - Hacker News thread: “Ask HN: Which AI agent runtime would you bet on for production in 2026?” is small but revealing: builders are now comparing runtimes, not just models. Source: https://news.ycombinator.com/item?id=48357021
Sources
- OpenAI GPT-5.5: https://openai.com/index/introducing-gpt-5-5/
- Google Gemini 3.5: https://deepmind.google/blog/gemini-3-5-frontier-intelligence-with-action/
- Mistral Medium 3.5 and Vibe remote agents: https://mistral.ai/news/vibe-remote-agents-mistral-medium-3-5/
- Anthropic Claude Opus 4.8: https://www.anthropic.com/news/claude-opus-4-8
- Guesty Agent Hub: https://www.prnewswire.com/il/news-releases/guesty-unleashes-the-agentic-revolution-the-first-pms-built-as-a-coordinated-system-of-ai-agents-302786962.html
- Hyland agentic enterprise platform: https://www.hyland.com/en/company/newsroom/hyland-launches-next-wave-ai-platform-innovations
- AgenticVBench: https://arxiv.org/abs/2605.27705
- MAVEN: https://arxiv.org/abs/2605.30738
- Boiling the Frog: https://arxiv.org/abs/2605.22643
- Langflow: https://github.com/langflow-ai/langflow
- Dify: https://github.com/langgenius/dify
- browser-use: https://github.com/browser-use/browser-use
- Agno: https://github.com/agno-agi/agno
- Agent Voyager Project: https://www.agentvoyagerproject.com/captains-log/2
- Lithium Core: https://github.com/0xJaksun/lithium-core