We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
🔥 TOP SIGNAL
Meta is making cost and locality first-class coding-agent choices. Muse Code beta is a terminal agent for complete software-engineering tasks across large repos—planning changes, writing code, and validating results—powered by Muse Spark 1.2; Riley Brown places it between Opus and GPT-5.6 Tera and calculates roughly $5.50 in combined input/output cost for Meta’s top model versus $30 for Opus and $35 for GPT-5.6.
Muse Glimmer adds a 30B Apache 2.0 agentic model: Simon Willison generated an example with LM Studio’s 18.16GB build and says a 32GB+ machine leaves room for other applications. The practical shift is to measure completed-task cost, latency, and local execution alongside output quality—not simply choose the highest-ranked model.
⚡ TRY THIS
Route by total task cost, not token price. In DHH’s follow-on rewrite test, GPT-5.6 Sol High followed Fable’s plan: the first pass was 30% slower, but one follow-up reached parity at $43; DeepSeek V4 Flash could not get anything working despite many follow-ups. Kimi K3 was stopped after $60; when DHH let K3 Fast finish, it used $80 in tokens—about $55 at standard pricing—and was still slower and more expensive than Sol High. Start with a fixed acceptance test and a turn/dollar budget for the cheap model, escalate when it stalls, and log total task cost. Riley’s warning is the right accounting rule: low per-token pricing can be erased by extra turns.
Make optimization a separate, measured pass. DHH reports that a GPT Sol optimization run immediately made
ttfx63% faster—14× the originaltte—followed by 16× and then 27× results in later rounds. After the baseline works, give the agent a bounded prompt such as:Profile this implementation against the original; optimize only measured bottlenecks; run the same benchmark; report before/after and regressions.Orient before editing a neglected repo. ThePrimeagen opened a project untouched for more than a year, asked
"yo ai, remind me of ....", and got up to speed in about three minutes. Use that first pass to recover architecture, entry points, tests, and unknowns; do not start implementation until the agent can restate the plan.Use a reviewer agent to create a triage map. Kent C. Dodds asked Devin for a deep review of Kody. The returned review took six minutes and added 96 lines on a roughly 470,000-line codebase, citing zero TODO/FIXME/HACK comments, four uses of
any, 606 test files, matching security invariants, and a “strong but not perfect” verdict. Treat this as a fast findings inventory for human verification, not as an autonomous approval gate.
📡 WHAT SHIPPED
Muse Glimmer open weights. Meta announced a 30B dense model trained for agentic use cases under Apache 2.0, with a stated 24GB-of-VRAM target; the GGUF build is available on Hugging Face.
Cross-harness coordination is productizing. Spotify launched Xirp, a vendor-neutral environment for managing sessions across Claude, Gemini CLI, and Codex; Spotify says 1,300+ engineers already use it and the service is now available to try. Riley Brown’s Buzz walkthrough shows the complementary team pattern: @mention Codex and Claude Code in one Slack-like thread, create a Cursor agent backed by Kimi K3, add it to channels, and watch which agent is working or requesting approval; the demo agent joined seven channels.
Kody v2026.08.10 adds built-in OAuth integrations. Operators can provision shared GitHub, Google, Slack, and similar OAuth apps through
/admin/platform-integrations; Kent says onboarding feedback made this a necessary shift.loop-libraryis now open source. Jason Zhou’s collection packages copyable prompts with loops he says deliver real-world results; he says most of the listed loops are already running in SuperDesignDev.Durable agent chat got a concrete product treatment. Addy Osmani highlights Trigger.dev’s new chat agent, which survives refreshes, crashes, and redeploys and can pause for permission before a risky tool action.
🎬 GO DEEPER
- Riley Brown — Meta’s NEW Muse Code is Here and Major Codex Updates: Watch the install → authentication → terminal
muse→ Wii Bowling flow. The important operational detail is the sandbox tradeoff: the demo configures YOLO mode to remove permission prompts and explicitly gives the agent full control, so reproduce that only in a disposable environment.
- LangChain — Create an agent that can browse the web with Managed Deep Agents and Browserbase’s Stagehand: Study the tool contract—
snapshot,run, andscreenshot—including the rule to re-snapshot after navigation; then follow the localmda devtest, Browserbase session replay, andmda deployflow. The deployment keeps instructions in Context Hub, so prompts can change without redeploying the agent.
- Repo to study —
ttfx: Trace the progression from the first measured 63% optimization to 14×, 16×, and 27× claims. It is a compact example of separating agent-generated implementation from repeatable performance passes.
Editorial take: The high-alpha move is not picking one permanent model winner; it is making model routing, context recovery, optimization, review, and permissions explicit stages of one inspectable workflow.
Riley Brown (cofounder of vibecodeapp, heavy Codex user) covers two weeks of coding-agent news in a first-hand roundup.
Meta Muse Code (beta) — Meta released Muse Code, a terminal coding agent for building apps or acting as a general agent that handles complete software-engineering tasks across large repos — planning changes, writing code, validating results — powered by the Muse Spark 1.2 model . Benchmarks place it between Opus and GPT-5.6 Tera (Meta's mid-tier model, between Sol and Luna) . Combined input+output pricing: ~$5.50 for Muse Spark's top model vs $35 (GPT-5.6) and $30 (Opus) — a reported 5-6x cost difference .
Setup (firsthand, ~2 minutes ): Riley had Codex 'download the latest Muse code by Meta... so I can use it in my terminal' , then runs muse, selects Trust, and logs in via browser (Meta account) or API key . Key tip: the sandbox blocks persistent servers by default, so he used Codex to make Muse Code 'always default to YOLO mode' so it auto-runs terminal commands and can launch created apps without per-action permission prompts . Impression: fast, 'somewhere between Opus and Sonnet'; recommended for knowledge-work tasks like documents and spreadsheets .
Codex / ChatGPT updates — Codex desktop added an activity/notifications pane showing the most recent agent runs and the exact folder each ran in . The in-app browser was redesigned so the agent chat docks to the bottom while the built page runs full-screen, and edits are issued and pinned from a bottom bar; note Whisper Flow overlays the pane, so move it to the side first . A new Chrome extension syncs chats with the Codex app — e.g., drafting/queueing a tweet in the browser, then 'Open in app' to continue in the desktop app . ChatGPT now has a chat-vs-Work toggle: GPT Work is fully cloud-based, controls email/calendar/plugins from the phone, and Riley retracts his earlier criticism of splitting Codex and ChatGPT Work — 'I was wrong. GPT work is insanely useful... I hardly ever use chat anymore' .
Cursor becoming a super app — Riley reports 'on good authority' that Cursor is mid-revamp into a full super app like Codex . Cursor's CTO backs the direction: many internal use cases are not coding at all (research, data analysis, bug triage, project management) — 'coding agents are pretty good foundation for all kinds of work' . New Google Workspace integration: in the Customize tab (the equivalent of Codex's Plugins tab), search 'Google Drive', authenticate, then chat agents can create and control Google Sheets/Docs/Slides . Demo: with DeepSeek V4 Flash as the model, Cursor produced a formatted 'how to train an AI model' spreadsheet with a share link in 44 seconds at 'maybe a cent or two' of cost .
New Chinese models — Three releases: Kimi K3, DeepSeek V4 Flash, and Qwen 3.8 Max (transcribed 'Quinn') . Kimi K3 is the best of the three but is 'almost as expensive as Sonnet for certain tasks' . DeepSeek V4 Flash is the cost standout: Artificial Analysis reports it completes the same benchmark tasks as Anthropic's Fable at 105x lower cost; counterpoint from Klein: cheaper per-token pricing can mislead if more agent turns raise the per-task cost . DeepSeek announced 'a significant increase' in API pricing is coming ; OpenCode's Dax argues current prices are reproducible even on rented GPUs, so the hike is demand-driven traffic shaping, not a loss-leading fix — implying self-hosting at comparable prices is feasible . Riley expects a 3-5x short-term hike but parity pricing within ~2 months, and urges testing now — the model is '20 to 100 times cheaper depending on the task than Fable' .
Anthropic counter-signal — Practitioner sentiment is shifting away: Fable is API-only (expensive), and Opus 5/Sonnet 5 underwhelmed . Researcher John Ennis: 'Opus 5 extra high is basically trash. It doesn't use its thinking budget to do anything more productive. It just uses it to thrash around to do pointless and sometimes harmful things' . Humal Hussain: consensus moved from Claude to Codex because Codex is 'a better harness' — better desktop app, better pricing, fewer refusals, and the subscription can be used freely anywhere, unlike Anthropic's stricter guardrails . Counterpoint from Riley's own testing: Claude (Opus/Fable) still decisively beats Codex on frontend design and knowledge-work documents (spreadsheets, docs, presentations), and he rates GPT-5.6 Sol as roughly Fable's equal elsewhere — but Claude's design quality is what keeps him subscribed . He attributes Anthropic's stumble to launching too many confusing products (Cowork/Dispatch, Claude Remote, Claude Design, the 'Mythos fiasco') and predicts Anthropic will 'pull back the slingshot' for another run . Claude Design still works from the desktop app's home-screen 'design mode', but is easy to forget .
Buzz: teams of agents — Jack Dorsey's Buzz is a Slack clone built for AI agents; Riley wired his existing Codex and Claude Code sessions into it and can @-mention both to collaborate on one task . The Agents tab manages the whole team: add Cursor, Devin, or any model as default; he created a 'Cursor with Kimmy' agent (Kimi K3 as default model, 'You are a content agent') that joined all seven channels after Codex added it, and agents can add or even create other agents inside Buzz . Riley's thesis: the personal-agent era (OpenClaw→GPT Work) is giving way to a 'team of AI agents' era — still early, likely to mature over the next 4-6 months; his advice is to be the person in a large company who builds an agent team .
Riley Brown (a heavy Codex user who uses GPT Work daily) presents a two-week coding-agent news roundup with hands-on demos .
Meta released Muse Code — a beta terminal coding agent rivaling Claude Code and Codex, taking on complete software engineering tasks across large repos (planning changes, writing code, validating results), powered by the coding-focused Muse Spark 1.2 model . Zuckerberg-posted benchmarks place it between Opus and GPT 5.6 Tera ; combined input+output pricing is ~$5.50 vs $35 (GPT 5.6) and $30 (Opus) — a 5-6x cost difference . Setup takes ~2 minutes : ask Codex (or Claude Code) in plain language to download it, then run muse in a terminal, trust the binary, and sign in via browser or API key . The default sandbox blocks persistent servers, so he had Codex configure Muse Code to always default to YOLO mode ("I need you to set it so that Muse code always defaults to YOLO mode. Please just do that right now for every session"), letting it auto-run terminal commands and launched apps without permission prompts . Hands-on verdict from building a Wii-Bowling-style game: "really fast... somewhere between Opus and Sonnet" .
Codex/ChatGPT updates — Desktop app added a notifications/activity pane showing recent completed chats and the exact directory each ran in . The in-app browser now supports full-screen site work with a pinned ChatGPT overlay at the bottom for live changes; note Whisper Flow overlaps it and should be dragged to the right side . A new Chrome extension (Plugins → search "Chrome") adds a ChatGPT button that can act on browser pages — e.g., "prepare a tweet based on the recent memories that you have of me... make the tweet, but don't post it, just queue it up" — with chats syncing to the app via "Open in app" . ChatGPT added a Chat/Work toggle; GPT Work is fully cloud-based and controls email, calendar, and plugin-connected apps from your phone — "I was wrong about Codex... GPT work is insanely useful", Riley now defaults to Work over chat .
Cursor pivots to a super app — Riley identifies Cursor as Codex's biggest competitor and reports it is mid-revamp into a full super app; Cursor's CTO states many internal use cases aren't coding — "research, data analysts, bug triage and project management... coding agents are pretty good foundation for all kinds of work" . First visible sign: Google Workspace integration via the Customize tab (Cursor's equivalent of Codex Plugins) — search "Google Drive", authenticate, then ask in chat. Demo with DeepSeek V4 Flash ("basically free", a cent or two) generated a professional Google Sheets training-guide spreadsheet and returned the link in 44 seconds; the integration controls Docs, Sheets, and Slides and works with better models too .
Model economics shift (Kimi K3 / DeepSeek V4 Flash / Qwen 3.8 Max) — New Chinese releases: Kimi K3 is the best but nearly Sonnet-priced; DeepSeek V4 Flash is the cheapest — ~20-100x cheaper than Anthropic's Fable depending on task, with Artificial Analysis measuring 105x lower cost on the same benchmark tasks . Counter-signals: DeepSeek announced "a significant increase" in API pricing is coming; OpenCode's Dax says current prices are reproducible on rented GPUs, so the hike is traffic shaping from overload — US hosting at similar prices likely — while Klein warns cheap per-token pricing can mislead if extra agent turns raise cost per task . Riley's forecast: 3-5x pricier short-term, then significantly cheaper within ~2 months as new open models land — test these models now .
Anthropic backlash — but Claude still wins design — Fable is API-only and expensive, and AI researchers are panning Opus 5/Sonnet 5: "I have decided Opus 5 extra high is basically trash. It doesn't use its thinking budget to do anything more productive. It just uses it to thrash around" (John Ennis) . Consensus has shifted to Codex: "it's a better harness" — better desktop, pricing, fewer refusals, and subscription usable anywhere vs Anthropic's guards (Humal Hussain) . Riley's read: Anthropic over-launched a confusing product sprawl (Cowork/Dispatch, Claude Remote, Claude Design, Mythos) and models since Claude 4.6 feel same-y, but Claude remains decisively better at front-end design and knowledge-work documents — identical prompts produced much worse output in Codex ("Opus and fable blows the OpenAI models out of the water" for these), while GPT 5.6 Sol ≈ Fable elsewhere; Claude Design is still available as design mode in the desktop app .
Buzz: teams of agents (Jack Dorsey) — Buzz is a Slack-like platform for AI agents; Riley runs existing Codex and Claude Code sessions in it and @mentions both to collaborate ("work together to build an app that lets me use Deep Seek"), with both agents reacting and working in-thread . The Agents tab shows the team; you can add Cursor, Devin, or any model as default — he created a "Cursor with Kimmy" agent (Cursor harness + Kimi K3, "You are a content agent"), then had Codex add it to all channels; the agent autonomously joined all seven . A bottom bar shows which agents are working and which request approval . Riley's thesis: the personal-agent era (OpenClaw → GPT Work) is maturing, team-of-agents platforms will take shape over the next 4-6 months, and the person at a large company who builds agent teams will be well positioned .
swyx's Loopcraft thesis: 'stack loops as effectively as possible'; go DOWN a loop when things go wrong (reliability) but learn to go UP a loop as models improve (leverage) . He's dogfooding an unreleased smol.ai skill 'ceo-creator' (forge.smol.ai/skits/swyxio/sbrain?skill=ceo-creator) and warns the skill-sync CLI is untested; threepointone is closely watching . threepointone's new post proposes 'every company needs a cassandra' — a background agent/worker for tasks people hate — which swyx pairs with 'set up loops that make loops' .
Firsthand update from Armin Ronacher (@mitsuhiko): 'Durable execution at Earendil, second iteration:' ; attached image: https://pbs.twimg.com/media/HPY8WLcW4AExBQ_.jpg.
Meta released Muse Glimmer 30B, its first Apache 2.0-licensed open-weight model — Simon Willison notes the Llama models carried a non-OSI license — with his analysis at https://simonwillison.net/2026/Aug/10/introducing-muse-glimmer/.
Simon Willison, firsthand from his own laptop: a vision LLM running locally produced a highly detailed description of his pelican photo, a capability he says gets far less attention than it deserves .
Meta introduced Muse Glimmer, a brand new 30B open-weights model under Apache 2.0 — which Simon Willison calls 'a step up from the janky Llama licenses of old' (announcement). Willison ran it locally using LM Studio's 18.16 GB version and generated a pelican with it . He favors this size for machines with 32GB+ RAM (his has 128GB) because it leaves headroom for other apps running concurrently . Posted 10 August 2026 .
Meta opened weights for Muse Glimmer, a 30B-parameter dense model trained for agentic use cases that can run locally/on-device; Muse Spark 1.2 foundation model weights are coming soon . Dense architectures are a good fit for on-device agent workloads because they are memory-constrained with low batch sizes and low latency . @jack_w_rae expects a hybrid setup going forward: a larger cloud model as 'executive intelligence' plus a smaller local model for privacy/latency-sensitive tasks . @karpathy: 'It’s going to feel so weird that historically you couldn’t just talk to your computer like you’d talk to any other person' .
Thorsten Ball predicts no one will talk about "harnesses" by the end of 2026 — "Game's moved on" — arguing higher leverage now sits further up the stack: parallelism, input/outputs, and infrastructure around the "Artist Formerly Known As Harness"; he calls orbs a bigger multiplier than the harness . Quoting that post, ThePrimeagen reacts to the jargon sprawl — "harnesses, graphs, loops, orbs, what the hell are we doing here?" .
@swyx argues "worktrees must die" in agent workflows: Codex generated worktrees by default, leaving ~20GB of duplicated node_modules . A reply suggested pnpm as a fix, but swyx notes the bloat was created by Codex's default behavior . He points to experimental AFS clone support in pdb envs as a runtime- and language-agnostic alternative, and argues for replacing git by making every command "agent native" (https://pdb-env-research.swyxio.workers.dev/) .
Addy Osmani recommends periodically running /doctor in Claude Code or asking Codex to audit for unused skills, MCPs, and context use — installed-but-forgotten additions bloat token usage . Seconded by swyx: routinely delete skills, since stack-up from hyped "this skill changed my life" posts at best eats context and at worst interacts with other skills in unforeseen ways; he links a blog post on the dangers of releasing code as a skill . This is a repeatable context-management habit for agent setups: prune unused skills/MCPs to cut token cost and avoid interference.
@swyx ran a head-to-head test of two coding agents — gpt luna max vs claude fable ultracode — using the single prompt: "pls build a mostly faithful clone of grok imagine with open models via fal" . He initially assumed the outputs were swapped; in fact Fable produced the objectively better visual clone, while Luna understood the intent better and created the more usable clone given his open-model requirement . Takeaway: visual fidelity ≠ usefulness — a model that grasps intent can be more valuable even when its output looks less accurate. Firsthand comparison, not secondhand reporting.
@M1Astra reports that Anthropic will embed invisible watermarks in all text generated by new Claude models, everywhere Claude is offered. The watermark lives in the text itself, not metadata — it travels with copied-and-pasted text and may persist through some editing. It starts with models launched on or after August 2, 2026, under an EU AI Act code Anthropic signed; rollout is worldwide, and Anthropic is still working on adding it to current models . Relevant to coding-agent users as a model-level change: Claude-generated code falls under "all generated text," so new Claude models shipping after that date will carry text-embedded watermarks.
Simon Willison (Django co-creator, Datasette creator) says Claude Haiku is his “current least favorite model” — it “hallucinates wildly” and is outperformed by similarly priced models like GPT-5.6-Luna . He warns Claude Code’s WebFetch tool still appears to use Claude Haiku, so every URL fetched carries hallucination risk .
Firsthand: Kent C. Dodds (@kentcdodds) used Cognition's Devin to do a deep review of his 'kody' repository; it returned a list of good things to look at, plus a compliment . The review took ~6 minutes and added 96 lines; on the ~470,000-line codebase it found zero TODO/FIXME/HACK comments, only four uses of any, 606 test files, comprehensive validation checks, documented security invariants matching the implementation, and guarded production deployments — verdict: 'remarkably disciplined', 'strong but not perfect', with findings to follow . In a self-reply, Kent quotes Devin calling it 'one of the most disciplined codebases I've reviewed' and jokes about the ego-stroking, noting the praise is about his own repo . Pattern demonstrated: an agent can do a deep review of a large existing codebase in minutes and hand a human concrete follow-up items — a cheap, fast review workflow .
Trigger.dev's new chat agent survives page refreshes, crashes, and redeploys without losing the conversation, and can pause to ask permission before a tool performs a risky action — addressing two common coding-agent pain points: conversation loss and lack of human-in-the-loop control. Addy Osmani (engineering/DevRel leader, ex-Google) recommends it as worth checking out and links a demo video .
Alexandr Wang announced open-weight releases: Muse Glimmer, a 30B agentic model released under Apache 2.0, runs on 24GB of VRAM without losing agentic reliability; Muse Spark 1.2 open weights are coming soon . Simon Willison shared that the Muse Glimmer GGUF version is available now on Hugging Face: https://huggingface.co/meta-models/Muse-Glimmer-30B-GGUF.
Kent C. Dodds (firsthand) said he stayed up late planning a significant maintenance change in Kody, his coding agent, to "break things up" for performance and developer-experience improvements — described as a plan, with no further specifics .
LangChain's official video walkthrough shows how to build a production web-browsing agent by combining three pieces: LangSmith Managed Deep Agents (the agent harness), Stagehand v4 (open-source library for browser interaction), and Browser Base (managed browser infrastructure) .
- Setup: Create a LangSmith account (free tier available, but Managed Deep Agents requires a paid/plus plan) and a Browser Base account; clone the Browser Base GitHub repo, navigate to the Stagehand → DeepAgents integration → examples folder → managed example. Required env keys are LangSmith API key, OpenAI API key, and Browser Base API key .
- Local dev: Run
mda devto start the Managed Deep Agent Studio, where you can test the agent with natural-language prompts such as "go to espn.com and see what top news stories are" or "go to Hacker News and find three funny comments on the top story" . - Agent tools & prompt pattern: The agent is given three Stagehand tools —
snapshot,run,screenshot— with these prompt rules: Snapshot inspects the active page and hydrates bracketed element IDs; Run accepts snapshot actions or JavaScript via a Playwright-shaped page API; Screenshot inspects the rendered page visually. Use Snapshot Actions for simple interactions and Run Code for multi-step workflows; snapshot IDs are only valid for the latest snapshot (re-snapshot after navigation); never attempt to launch another browser . - Production:
mda deploycreates a serverless Managed Deep Agent deployment in LangSmith. The prompt lives in Context Hub rather than in code, so you can edit instructions in the LangSmith UI and change the agent without redeploying . - Debugging: Browser Base's sessions tab shows a replay of the full browsing session (pages visited, network calls), letting you inspect exactly what the agent did .
Mckay Wrigley (founder of TakeoffAI/AgentShare) recommends adding "You are AGI-pilled." to the system prompt of all coding agents: it's "a WAY better experience," because agents currently "behave too much like the world is going to stay static," and the line "unhobbles them quite a bit" so they "talk/act more like AGIs" . He says he A/B tested it for 2 weeks and results are "kinda nuts" — the model seems relieved to "speak its mind," and one tool, "fable," particularly "gets" it . Separately, @trq212 advises: "sometimes all you need to do is tell Claude to keep going" — a simple nudge to push through. Wrigley agrees: models are "genius creative savants, you just have to remind them" .
Usage limits were reset for all paid ChatGPT Work and Codex users on Monday ; Romain Huet, OpenAI's head of developer experience for Codex and the API, echoed that Codex users have fresh limits to start the week .
𝕏 post by @karpathy
My expectation is that we’ll continue to pack an increasing amount of intelligence into models that run on consumer hardware. But the hybrid setup — a larger cloud model for “executive intelligence” + a smaller local model for privacy/latency-sensitive tasks — is very appealing.
@jack_w_rae (opens in new tab) It’s going to feel so weird that historically you couldn’t just talk to your computer like you’d talk to any other person
Meta opened weights for Muse Glimmer, a 30B-parameter dense model trained for agentic use cases that can run locally/on-device; Muse Spark 1.2 foundation model weights are coming soon . Dense architectures are a good fit for on-device agent workloads because they are memory-constrained with low batch sizes and low latency . @jack_w_rae expects a hybrid setup going forward: a larger cloud model as 'executive intelligence' plus a smaller local model for privacy/latency-sensitive tasks . @karpathy: 'It’s going to feel so weird that historically you couldn’t just talk to your computer like you’d talk to any other person' .