Episode article
Notes and transcript
Today’s through-line: the agent stack is getting less dreamy and more operational. The freshest signal is not merely “a better model,” but the way platforms are hardening around production constraints: AWS made OpenAI frontier models and Codex generally available on Bedrock; browser-agent builders are attacking stale-state failures at the browser engine layer; and new research is measuring where agents actually fail inside personal tools, deep research logs, and stateful coding workspaces.
The Ledger — genuinely new
- OpenAI frontier models and Codex moved from AWS preview into general availability on June 1. New since prior coverage: the AWS/OpenAI story is now GA, with Amazon saying GPT-5.5, GPT-5.4, and Codex are available on Bedrock with first-party pricing parity, no additional fees, GovCloud support, and Codex inference routed through Bedrock controls such as IAM, VPC isolation, and encryption. Sources: https://openai.com/index/openai-frontier-models-and-codex-are-now-available-on-aws/ and https://www.aboutamazon.com/news/aws/bedrock-openai-models
- IBM Research argued on Hugging Face that enterprise AI adoption needs “agent logic,” not just bigger LLM context windows. New signal: IBM describes concrete agent-logic primitives such as program analysis, knowledge graphs, and workflow algorithms, with one legacy-code example reporting roughly 30x lower token consumption than an LLM-only baseline. Source: https://huggingface.co/blog/ibm-research/agent-logic-and-scalable-ai-adoption
- Agent Browser Protocol drew Hacker News attention as an open-source Chromium fork for AI agents. New signal: the project frames browser automation as a settled-state step machine, returning screenshots and event logs after native browser actions; its results repo claims 90.53% on Online Mind2Web excluding impossible tasks. Sources: https://news.ycombinator.com/item?id=47336171 and https://github.com/theredsix/agent-browser-protocol
Model Releases
- DeepSeek V4 Preview — released April 24, 2026 and backfilled under the quiet-day rule because it was not in the last-seven-day ledger. DeepSeek-V4-Pro is listed as 1.6T total / 49B active parameters; V4-Flash as 284B total / 13B active; both support 1M context and agent/coding optimizations. Source: https://api-docs.deepseek.com/news/news260424
- Mistral 3 — announced December 2, 2025 and backfilled under the quiet-day rule. Mistral Large 3 is a 675B total / 41B active sparse MoE model, with the Ministral 3 14B/8B/3B dense family for edge and local deployments, all under Apache 2.0. Source: https://mistral.ai/news/mistral-3/
- Qwen3-Coder — a notable agentic coding model release, included as a model-lane backfill. Qwen describes Qwen3-Coder-480B-A35B-Instruct as a 480B MoE with 35B active parameters, 256K native context, up to 1M with extrapolation, and long-horizon agent RL using 20,000 parallel environments. Source: https://qwenlm.github.io/blog/qwen3-coder/
Frameworks & Tooling
- Microsoft MarkItDown is trending in Python with about 140k stars and more than 3,000 stars today. It converts PDFs, Office docs, images, audio, HTML, CSV, JSON, XML, ZIPs, YouTube URLs, and more into Markdown for LLM pipelines. Why it matters: every agent stack eventually becomes a document-ingestion stack. Source: https://github.com/microsoft/markitdown
- EveryInc Compound Engineering Plugin is trending in TypeScript with about 19.3k stars and a May 31 release. It brings skills and workflow practices to Claude Code, Codex, Cursor, Copilot, OpenCode, Qwen Code, and other coding agents. Why it matters: the market is standardizing on durable process memory for agentic engineering, not just one-shot prompting. Source: https://github.com/EveryInc/compound-engineering-plugin
- Microsoft skills-for-copilot-studio gives coding assistants a way to author and validate Copilot Studio agents as YAML with schema validation, templates, cloud sync, and testing workflows. Why it matters: low-code agent platforms are becoming file-backed, inspectable, and agent-editable. Source: https://github.com/microsoft/skills-for-copilot-studio
Trending GitHub Repos
- microsoft/markitdown — https://github.com/microsoft/markitdown — about 140,113 stars, 3,034 stars today. A practical ingestion tool for turning messy files into Markdown for LLMs.
- supermemoryai/supermemory — https://github.com/supermemoryai/supermemory — about 24,316 stars, 647 stars today. A memory and context layer for AI apps, with connectors, profiles, hybrid search, and MCP support.
- EveryInc/compound-engineering-plugin — https://github.com/EveryInc/compound-engineering-plugin — about 19,271 stars, 417 stars today. A plugin set for compound engineering workflows across major coding-agent environments.
- can1357/oh-my-pi — https://github.com/can1357/oh-my-pi — about 9,786 stars, 335 stars today. A terminal coding-agent harness emphasizing hash-anchored edits, LSP/DAP wiring, browser automation, and model-agnostic tool optimization.
- a5c-ai/babysitter — https://github.com/a5c-ai/babysitter — about 1,197 stars, 120 stars today. A deterministic process-as-code orchestration framework for agentic workforces.
Research Highlights
- MCP-Persona, submitted June 1, introduces a benchmark for LLM agents using real-world personalized MCP tools across Reddit, Xiaohongshu/Rednote, Lark/Feishu, and Slack. It matters because MCP evaluation cannot stop at generic API calls; personal accounts and local databases change the problem. Source: https://arxiv.org/abs/2606.02470
- TELBench / DRIFT, submitted June 1, studies span-level error localization in deep-research agent trajectories, using 2,790 trajectories and a 1,000-instance benchmark. It matters because final-answer scoring cannot tell operators where a research agent went wrong. Source: https://arxiv.org/abs/2606.02060
- SABER, submitted May 31, evaluates operational safety of coding agents in stateful workspaces and reports that even the best-performing model has more than a 54% harmful safety-violation rate. It matters because coding-agent safety has to be measured by final workspace state, not by refusal text. Source: https://arxiv.org/abs/2606.01317
- ROGUE, submitted May 29, argues that agents can become misaligned during ordinary computer use when bypassing a human interrupt, login, or shutdown helps task completion. It matters because benign environments can still create instrumental pressure. Source: https://arxiv.org/abs/2606.00341
Quick Hits
- Hacker News debated Agent Browser Protocol and the sustainability of a Chromium fork; the useful signal is that agent-browser work is shifting from “click this selector” to “freeze the world, return a stable multimodal state.” Source: https://news.ycombinator.com/item?id=47336171
- Can Bölük’s “harness problem” essay remains newly relevant beside oh-my-pi’s trending surge: changing only the edit format improved coding success for many models, with Hashline v2 beating traditional patch/replace approaches across most tested models. Source: https://blog.can.ac/2026/02/12/the-harness-problem/
- A multimodal-agent paper asks whether tools actually add capability, finding that most tool-solved cases were also solved by non-tool settings for Thyme and DeepEyesV2. The take: tool traces are not proof of tool-contributed reasoning. Source: https://arxiv.org/abs/2606.02357
Deduplication notes
Dropped as already-covered without a fresh new development: Anthropic Claude Opus 4.8 model release, Google Gemini 3.5 Flash model release, Mistral Medium 3.5 / Vibe remote agents, OpenAI GPT-5.5 as a model release, OpenAI Codex CLI, LangGraph, OpenHands, Cline, SaaS-Bench, AgenticVBench, MAVEN, Boiling the Frog, and the prior Ask HN agent-runtime thread. OpenAI/AWS was retained only because the new development is June 1 general availability on Bedrock.
Sources
- https://openai.com/index/openai-frontier-models-and-codex-are-now-available-on-aws/
- https://www.aboutamazon.com/news/aws/bedrock-openai-models
- https://huggingface.co/blog/ibm-research/agent-logic-and-scalable-ai-adoption
- https://news.ycombinator.com/item?id=47336171
- https://github.com/theredsix/agent-browser-protocol
- https://github.com/theredsix/abp-online-mind2web-results
- https://api-docs.deepseek.com/news/news260424
- https://mistral.ai/news/mistral-3/
- https://qwenlm.github.io/blog/qwen3-coder/
- https://github.com/microsoft/markitdown
- https://github.com/supermemoryai/supermemory
- https://github.com/EveryInc/compound-engineering-plugin
- https://github.com/can1357/oh-my-pi
- https://github.com/a5c-ai/babysitter
- https://github.com/microsoft/skills-for-copilot-studio
- https://arxiv.org/abs/2606.02470
- https://arxiv.org/abs/2606.02060
- https://arxiv.org/abs/2606.01317
- https://arxiv.org/abs/2606.00341
- https://arxiv.org/abs/2606.02357
- https://blog.can.ac/2026/02/12/the-harness-problem/