2026-06-26

Sources

AI Reddit — 2026-06-26#

The Buzz#

The biggest news fracturing the community today is the staggered, government-vetted limited preview of OpenAI’s GPT-5.6 suite, mirroring the recent block of Anthropic’s Mythos 5. While the flagship model, Sol, is reportedly setting new benchmarks on TerminalBench 2.1 and running at a blistering 750 tokens per second on Cerebras hardware, the conversation is dominated by deep frustration over the Trump administration’s aggressive export controls and gatekeeping of frontier models.

2026-06-27

Sources

AI Reddit — 2026-06-27#

The Buzz#

The community is grappling with the reality of frontier model gating and geopolitics. Following the preview of OpenAI’s GPT-5.6 and the U.S. government’s restrictions on Anthropic’s Fable 5, users are realizing that “Mythos-class” models like GPT-5.6 Sol might never see unrestricted public release globally. Instead, OpenAI’s strategy of releasing highly capable but cheaper tiers like Terra and Luna is dominating discussions, leading many to conclude that the immediate future of consumer AI is about cost-efficiency rather than raw, un-nerfed power.

2026-06-28

Simon Willison — 2026-06-28#

Highlight#

The standout thought today is a philosophical shift on AI-assisted programming via Jon Udell, challenging the phrase “human in the loop”. It’s a crucial perspective for developers—framing autonomous tools as “agents in our loop” rather than black boxes, ensuring we maintain our engineering authority.

Posts#

Quoting Jon Udell Simon highlights a thought-provoking quote from Jon Udell about how we frame AI-assisted development. Udell pushes back against the standard “human in the loop” terminology, arguing that it inherently surrenders authority to the machine. Instead, he advocates for an “agent in the loop” approach where developers maintain their standard workflows and simply invite agentic software in to assist. It is a necessary reminder to treat generative AI as a tool that serves the engineering team, rather than an unreviewable black box that just takes prompts and emits features.

2026-06-30

Simon Willison — 2026-06-30#

Highlight#

The release of shot-scraper video is a perfect illustration of Simon’s “agentic engineering” workflow, showcasing how he leverages powerful local models like GPT-5.5 to write complex features that he wouldn’t otherwise have time to build. It also demonstrates a brilliant pattern for CLI design: packing detailed examples into --help output so it functions like an embedded skill file for coding agents.

Posts#

Have your agent record video demos of its work with shot-scraper video Simon details the new shot-scraper video command, which uses a storyboard.yml file to drive Playwright and record application demos. He built this entire feature—including the code, documentation, and the Pydantic-validated YAML schema—using GPT-5.5 xhigh in Codex Desktop. He notes that making tools easily usable by coding agents allows them to record their own demos, especially when commands include rich --help text that agents can read directly.

2026-07-01

Sources

AI Reddit — 2026-07-01#

The Buzz#

Anthropic finally redeployed Claude Fable 5 and Mythos 5 after export controls were lifted, but the community is already frustrated by its aggressive new safety classifiers,,. Users in r/ClaudeAI are finding that Fable 5 refuses completely benign tasks—like defensive security reviews or environmental science research—and silently diverts coding tasks back to the less capable Opus 4.8,,. Meanwhile, a massive shift toward local agent discovery is taking shape, with Google announcing an internet-scale Agentic Resource Discovery spec that perfectly mirrors a local-network mDNS protocol proposed by a solo developer on r/MCP back in January,,.

2026-07-02

Sources

AI Reddit — 2026-07-02#

The Buzz#

The community is completely consumed by the sudden return of Anthropic’s export-controlled Fable 5 model, which is temporarily available at a 50% capacity cap until July 7. Users are scrambling to throw their hardest architecture reviews and multi-file refactors at it, though many are frustrated by its hyper-sensitive, government-mandated classifier that falsely flags mundane medical and coding queries. Still, the model is proving its worth on highly complex tasks, successfully rebuilding corrupted game save files in a single shot and currently dominating the Remote Labor Automation index with a 16.10% score.

2026-07-02

Simon Willison — 2026-07-02#

Highlight#

The standout update today is Simon’s release of a brand-new coding agent framework, llm-coding-agent 0.1a0, which he bootstrapped entirely using Claude Fable 5. It represents a significant step in evolving his popular llm library into a capable, tool-wielding agentic framework.

Posts#

llm-coding-agent 0.1a0 Simon released a new alpha tool that turns his llm library into a full-fledged coding agent. By prompting Claude Fable 5 in Claude Code to write the spec and build it via test-driven development, he shipped a CLI that includes file manipulation and command execution tools like edit_file and execute_command. He also highlights a neat Python API (the CodingAgent class) the AI implemented unprompted, and shared a successful test run where the agent built a SwiftUI ASCII time app using llm code --yolo.

2026-07-04

Sources

AI Reddit — 2026-07-04#

The Buzz#

Anthropic’s Fable 5 has fundamentally rewired how people work, and the community is currently in a frenzy as its grace period ends on July 7th. The frantic dash to squeeze every drop of usage out of this highly capable model highlights how quickly it became load-bearing for complex architecture and data tasks.

2026-07-04

Simon Willison — 2026-07-04#

Highlight#

The standout post today touches on a fascinating and slightly troubling trend in LLM tool use: state-of-the-art models like Opus 4.8 might actually be worse at interacting with custom developer tools because they are over-optimized for their proprietary, first-party environments. This highlights an emerging friction point for developers building third-party AI agents and coding harnesses.

Posts#

Better Models: Worse Tools · Source Armin Ronacher discovered that newer Anthropic models, specifically Opus 4.8 and Sonnet 5, are failing to correctly use custom tool schemas in his Pi coding harness by hallucinating extra fields, a regression not seen in older models. He theorizes this happens because these newer models are heavily trained via Reinforcement Learning to perfectly use the specific edit tools integrated directly into Claude Code. Simon points out that OpenAI models are similarly optimized on their own apply_patch mechanisms, raising the question of whether open-source and third-party harnesses will now need to maintain entirely separate edit tool implementations optimized for each specific model family.

2026-07-05

Sources

AI Reddit — 2026-07-05#

The Buzz#

The community is completely consumed by the chaotic rollout and impending July 7th API-only shift of Anthropic’s Fable 5 model. While developers are blown away by its ability to act as a “grandmaster” agent coordinating Opus and Sonnet sub-agents, they are equally horrified by its “silent thinking” architecture that burns premium tokens without exposing its reasoning chain to the user. On the open-weights front, the launch of Krea 2 (Raw and Turbo) is dominating the generative space, offering highly aesthetic, native 4K text-to-image capabilities that respond incredibly well to natural language prompting.