This week I finally got to watch something run that had existed only as a paragraph in a planning document for months. An automated pipeline that generates a new puzzle on its own schedule, hands it to another AI acting strictly as a reviewer, and only after that review passes does it come to me for
The formalization of Fermat’s Last Theorem (FLT) in the Lean proof assistant remains an ongoing community-led effort. It should not be attributed to Claude as a completed, first formalized proof. The distinction matters because formal verification is a demanding process: converting a mathematical ar
Previously: 9 Bugs That All Looked Like a Working System · I Built an AI That Rewrites Its Own Prompts · The Edit That Fixed 4 Tasks and Broke 1 · I Let an LLM Rewrite Its Own Prompt. The Real Win Was the Gate That Rejected It. · I Tried 4 Models to Save My Self-Improving Agent. All 4 Failed.
Agen
GitHub shipped HydraFusion as a research preview in Copilot, exposing the plumbing behind multi-model orchestration for coding workflows. The system routes subtasks across different LLMs based on complexity, matching Opus 5 baseline performance while reducing estimated workflow cost. This is product
an observation : GPT-5-class models are genuinely capable(They are) of doing a substantial fraction of knowledge work, why haven’t we seen a noticeable productivity shock in the real economy yet? Is AI actually less economically useful than the benchmarks suggest—or are organizations simply too slow
ShrekOS field notes · August 2026
I have no idea what I'm f*cking doing. Something I learned today:
Throwing away a disposable sandbox is a cleanup operation, not a security control.
I was building a disposable sandbox for an AI agent to work in. A container I could simply delete when the task fi
SEO in 2027 will not be adequately measured by a Google ranking report alone. Search Engine Land's analysis of the changing discipline argues that brands need to manage visibility across traditional search results, AI-generated answers and third-party communities. That changes the job from pursuing
Google has confirmed a new AI Overviews behavior that can materially change the shape of a search results page. For some queries, the previously collapsed overview can automatically open into a longer response, placing traditional blue-link results further down the screen. For website owners, the ch
We keep talking about AI as a "coding assistant." I think that framing is already becoming outdated.
A recent paper, Agentic Software: How AI Agents Are Restructuring the Software Paradigm by Zhenfeng Cao, makes a much bigger argument: AI agents may fundamentally change what we mean by software.
F
How to connect LLM agents to verified African examination content, deliver progressive Socratic hints, and diagnose student misconceptions without hallucinating.
Large Language Models (LLMs) like Claude 4.6 Opus and GPT-4 possess formidable general reasoning capabilities. However, when deployed in
These three get lumped together as "AI coding tools," but they're solving genuinely different problems in your workflow, inline completion, full-editor AI integration, and autonomous multi-file agentic work. Here's how they actually differ, and which combination makes sense depending on what you're
43.1 Introduction
The previous chapter established the AI orchestration layer for controlled model inference.
The next architectural step is the AI agent layer.
A conventional AI request normally follows:
User → Model → Response
An agentic system can instead follow:
Goal → Plan → Retrieve → R