Skip to content
AI Primer
TOPIC50 stories

Coding Agents

Stories about coding-agent products and patterns, including Claude Code, Codex, Cursor, and similar.

RELEASE9th August
Alibaba releases Qwen3.8-Max with 2.4T MoE and 1M context

Alibaba released Qwen3.8-Max, described in a launch thread as a 2.4T sparse MoE with 95B active parameters, 1M context, native vision/text, and agent benchmarks. API pricing is listed at $2/$6 per 1M tokens, with open weights planned for Hugging Face.

NEWS9th August
Anthropic staff investigate Claude Code P99 RSS, CPU, and memory complaints

Boris Cherny said Anthropic has landed large P99 RSS improvements for Claude Code while still collecting CPU and memory reports across CLI and Desktop. The issue remains an active performance investigation requiring machine, OS, version, and task details rather than a fully verified fix.

RELEASE7th August
Claude Code makes Auto Mode default for paid users on Aug. 14

Anthropic says Claude Code Pro, Max, and Team users will default to Auto Mode on Aug. 14. Its tool-call classifier reportedly caught 89% of dangerous commands, versus 14% for manual approval, after prompt-injection testing.

WORKFLOW1w ago
Developers propose scoped password access for Codex, Devin, Claude, and Cursor

Developers proposed agent-specific browser auth for Codex, Devin, Claude, and Cursor so agents can use selected passkeys, TOTPs, and passwords without exposing full vaults. Related posts warned that Claude Connectors may broaden tool access.

RELEASE1w ago
Graft adds repo context cache for Claude Code

Graft scans a repo into linked markdown and plugs into Claude Code hooks so the agent can reuse codebase context. Its 162-run benchmark claims 46% fewer tool calls, up to 4x fewer tokens, and 60% less time.

WORKFLOW1w ago
Developers share unattended Claude and Codex pipelines with spend caps

Developers shared workflows that turn idle AI accounts into scheduled assistants for commits, research, repo cleanup, and notes. Shared designs add spend caps, Apple Notes routing, Obsidian output, and coworker controls.

NEWS1w ago
AI game builders report weeks of cleanup after fast agent-made demos

Practitioners said coding agents can make impressive game demos quickly, but playable games still require weeks or months of design, testing, and cleanup. Other posts pointed to limited visual reasoning, 3D topology fixes, and Fable or Opus model choices as current bottlenecks or workarounds.

WORKFLOW1w ago
Meng To opens a prompt-built Three.js bookshelf repo with code and prompts

Meng To released code and prompts for a scrolling bookshelf demo refined through many Codex prompts. Karpathy separately used Claude Opus 5 to turn the opening of LOTR into a 5,500-line Three.js render.

WORKFLOW1w ago
AI app builders add review guardrails before merge or publish

Practitioners are putting review steps around AI app builders before merge or publish. Examples include PostHog-to-Cursor Cloud PRs, Bolt's six-category security scan, and a Claude Code prompt that inspects repos first.

NEWS1w ago
Fireship claims cheap coding agents make micro-SaaS easier to copy

Pieter Levels summarized Fireship’s claim that cheap coding agents make micro-SaaS execution easier to copy. Replies argued distribution, complexity, and non-code moats still matter.

WORKFLOW2w ago
Opus 5 reportedly builds playable Godot car-soccer prototype in 1.5 days

LLMJunky demoed Slopet League, a Rocket League-style prototype in Godot, saying Opus 5 made the map, physics, effects, and animations. He says GPT 5.6 Sol made car meshes and the build took about 1.5 days.

RELEASE2w ago
Moonshot releases Kimi K3 open weights

Posts linked to Kimi K3’s weight release, with creators testing it in Claude Code, Cursor, and local hardware discussions. Aakash Gupta said Moonshot revenue rose at least 6x after launch.

WORKFLOW2w ago
Jason Liu shares repeatable Codex skills including /write-like-me

Peter Yang shared Jason Liu’s workflow for mining past sessions into skills, adding a /write-like-me skill, pinning durable threads, importing browser sign-ins, and bundling related skills as plugins. One example edited a launch video from Slack feedback.

WORKFLOW2w ago
Coding agents ship playable game prototypes in Blender, Three.js, and Claude Code

Creators shared playable game prototypes built with coding agents, including Codex rebuilding Octane in Blender, a Red Alert clone, a Three.js arena shooter, and a Claude Code tank game. Other demos used single-file browser-game scaffolds.

WORKFLOW2w ago
AI agents generate playable 3D game demos in Blender and Godot

New Opus 5, Codex, and Fable demos showed agents creating 3D worlds, Blender assets, Godot ports, and one-shot games. Pushback focused on whether the clips become games worth playing.

WORKFLOW2w ago
OpenClaw splits QA testing across 12 coding-agent subagents

Shared workflows used Codex, Claude Code, and Fable for release testing, inbox triage, product-plan review, and adversarial code review. OpenClaw’s QA prompt split testing across 12 subagents.

WORKFLOW2w ago
Designers release reusable prompt templates for AI front-end agents

Shared resources included design-skills repos, a UI visual dictionary, CRM table tokens, and Claude Opus 5 website prompts. The reusable context can speed front-end generation but does not replace product-specific design choices.

RELEASE2w ago
Anthropic ships Claude Opus 5 in Claude Code and the API

Anthropic launched Claude Opus 5 for Claude Code and the API with high-effort defaults, fast mode, migration tooling, mid-conversation tool changes, and routing fallback. The model scored 43.3% on Frontier-Bench v0.1.

WORKFLOW2w ago
Coding agents build playable browser games in creator demos

Creators posted demos where Opus 5 built browser 3D games, Codex Sites produced a Three.js game, and Grok 4.5 helped redesign a Steam card game. Some workflows now pair video concepts with Claude Code, but the evidence is demo-based.

RELEASE2w ago
Claude Managed Agents adds per-agent effort controls and 500 skills per session

Anthropic’s developer update adds per-agent effort settings, seeded session creation, webhooks, sub-agent event streaming, and up to 500 skills per session. The release gives teams finer controls for managed agent runs.

NEWS3w ago
Levelsio claims vibe-coded clones are squeezing small SaaS pricing power

Levelsio pointed to customers and founders replacing paid apps with private AI-built versions. The debate centers on whether AI raises quality baselines while weakening pricing power for simple software.

RELEASE3w ago
Google releases Gemini 3.6 Flash, 3.5 Flash-Lite, and 3.5 Flash Cyber for cheaper agents

Google says Gemini 3.6 Flash, 3.5 Flash-Lite, and 3.5 Flash Cyber target faster, cheaper agent workloads. Early tests cite lower token use and stronger coding results.

WORKFLOW3w ago
Anthropic reportedly cuts Claude Code system prompt by 80%

Peter Yang shared Thariq’s explanation that Anthropic cut Claude Code’s system prompt by 80% as newer models need fewer examples and more room to reason. The same discussion covered /loop, /goal, workflows, and long-running agents.

DEAL3w ago
Anthropic extends 50% higher Claude Code weekly limits to August 19

ClaudeDevs said Pro, Max, Team, and seat-based Enterprise users keep 50% higher Claude Code weekly limits through August 19. Users had warned the promo’s end would sharply cut effective usage.

WORKFLOW3w ago
Codex agents coordinate codebase work through shared session IDs

LLMJunky described a ChatGPT Work/Codex setup where agents in parallel threads exchange session IDs to work on the same codebase, wait, and request updates. Users also asked for better natural-language search across session history.

WORKFLOW3w ago
Kimi K3 runs through OpenCode with paid Kimi Code API key

Levelsio shared a repeatable OpenCode setup using a paid Kimi Code API key and BUILD mode after OpenRouter limits and Claude Code safety blocks. Other users reported Kimi Code quotas interrupting small game builds.

NEWS3w ago
Terra 5.6 high cuts Clawsweeper GitHub review time by ~40%, Steipete says

Steipete said he moved the Clawsweeper GitHub review bot to 5.6 Terra high and saw about 40% faster reviews at lower cost with little quality change. A follow-up framed the result as a warning that general model benchmarks may not predict issue-review performance.

RELEASE3w ago
Kimi K3 gets creator tests against GPT-5.6 Sol and Fable 5

Creators posted open-weights benchmarks and tests comparing Kimi K3 with GPT-5.6 Sol and Fable 5. Demos covered UI animation, games, Seedance renders, kernel code, and reported OpenRouter rate limits.

NEWS4w ago
GPT-5.6 Sol demos add Blender, After Effects, Three.js, and SQL DOOM builds

Min Choi collected early GPT-5.6 Sol builds spanning Blender scenes, After Effects automation, Three.js characters, UI cloning, SQL DOOM, and Claude Code tests. Meng To also published a video-to-HTML workflow.

WORKFLOW4w ago
Min Choi maps Grok 4.5, Fable 5, and GPT-5.6 Sol to coding roles

Min Choi's workflow assigned Grok 4.5 to research and debugging, Fable 5 to planning and frontend, and GPT-5.6 Sol to complex coding. Shann Holmberg added tactics for effort levels and usage limits.

WORKFLOW4w ago
Steipete shards coding-agent sessions across about 5 Macs

Steipete said his Mac Studio hit its session limit, so he spreads coding-agent work over about five machines through Jump Desktop. He relies on autoreview and tests to catch mistakes.

WORKFLOW4w ago
AgenticSeek guide ships local agent stack with Ollama, SearXNG, and Docker

Hasantoxr documents AgenticSeek with Ollama, SearXNG, and Docker, including install steps, model config, and a locked WORK_DIR. The stack keeps models, chats, and files on the user's machine.

WORKFLOW4w ago
Meng To uses GPT-5.6 Sol Ultra to build an infinite React design canvas

Meng To says Sol Ultra generated an HTML/React canvas with layers, inspector panels, media items, and real-time collaboration. The test used planning and subagents, but it burned through limits.

WORKFLOW4w ago
Min Choi rounds up Grok 4.5 builds, including a playable FPS and UE5 cyberpunk street

Min Choi's roundup cites Grok 4.5 building a playable FPS, a UE5 cyberpunk street, a home planner, and tool-using agent setups. Viktor Oddy also posted a Cursor website tutorial using the model.

NEWS4w ago
OpenAI renames Codex Superapp to ChatGPT Work in desktop app

Users reported the former Codex Superapp now appears as ChatGPT Work, with Codex inside the ChatGPT desktop flow. Early posts flagged broken sites support and confusing sidebar states.

WORKFLOW4w ago
Claude Code streams cloud iOS simulator into browser via serve-sim

Levelsio used Claude Code on a VPS to SSH into a cloud Mac Mini, build an iOS app headlessly, and stream serve-sim into a browser. Follow-up posts documented the tunnel and serve-sim setup, making the workflow reproducible for remote iOS testing.

RELEASE4w ago
xAI releases Grok 4.5 for coding agents at $2/$6 per million tokens

xAI announced Grok 4.5 as a coding-and-agent model available in the SpaceXAI console, Grok Build, and Cursor. Posts cite $2 per million input tokens, $6 per million output tokens, and delayed EU availability.

WORKFLOW1mo ago
Kitze tests codex-lb factory with 4 Codex accounts and 30 isolated tasks

Kitze described using a $60 Hetzner server, four $200 Codex accounts behind codex-lb, self-hosted Paperclip workspaces, and a GPT-5.5 manager to run about 30 isolated tasks. The setup routes parallel coding work across isolated workspaces and paid Codex accounts.

WORKFLOW1mo ago
Taste rebuilds landing pages from screenshots with Codex or Claude Code

Meng To showed Taste with Codex or Claude Code rebuilding landing pages from screenshots and videos. Voila also launched a tool that inspects UI and turns edits into code, copy, prompts, tasks, or agent handoffs.

DEAL1mo ago
Posts report Claude Fable 5 included access ends July 7 before $10/$50 token pricing

Posts report Fable 5 remains included in Claude only through July 7 before moving to $10/$50 per million-token credits. Watch usage closely: tests show roughly 2x Opus consumption in subagent and one-shot app workflows.

RELEASE1mo ago
OpenClaw releases iOS and Android apps with secure pairing and push alerts

OpenClaw's maintainers say the community-built iOS and Android apps are live, with secure pairing and push notifications. The rollout also exposed staffing, funding and plugin-support limits, so the project is still looking for contributors.

DEAL1mo ago
Claude Code raises 5-hour and weekly usage limits for the weekend

ClaudeDevs said it raised 5-hour and weekly usage caps for the weekend across every plan. The change lands as users report token burn, overage charges, and heavier Claude Code sessions driven by long agent runs and goal-checked workflows.

NEWS1mo ago
Codex tests report self-service web signups and folder overwrite failures

Users documented Codex handling self-service signups, repo-maintenance loops, and folder overwrite failures on June 14. Watch the wrapper update closely, since it also added rate-limit reset banking and browser dev mode around the same workflow.

NEWS2mo ago
Anthropic removes Fable 5 and Mythos 5 access after US directive

Anthropic said a US government directive forced it to disable Fable 5 and Mythos 5 across Claude products and APIs. The change also pushed Build Day and downstream tooling to Opus 4.8, breaking active Fable sessions and triggering fallbacks in tools like Linear Agent.

NEWS2mo ago
Claude Fable 5 builds RC car in Autodesk Fusion after 3 prompts

New creator demos pushed Claude Fable 5 into CAD, landing pages, and web game ports, including an Autodesk Fusion RC car built in three prompts. Watch for longer runs to trip safeguards and fall back to Opus 4.8.

RELEASE2mo ago
Grok Build launches Plugin Marketplace beta with MongoDB, Vercel, and Sentry

Grok Build opened a beta plugin marketplace and added official MongoDB, Vercel, and Sentry integrations alongside Chrome DevTools and Cloudflare support. The beta turns deployment, database, debugging, and observability tools into installable terminal actions.

WORKFLOW2mo ago
Claude Fable 5 claims GTA 2 clone in 2 hours with Tripo 3D assets

Creators pushed Claude Fable 5 into browser platformers, a GTA 2 clone, a SNES port, CAD models, and a webcam fruit-slicing game. The demos show playable prototypes can now come from prompts plus a few follow-up fixes, so creators can move faster from idea to test build.

RELEASE2mo ago
Claude Fable 5 launches with Opus 4.8 fallback and 2.1.170 support

Anthropic opened Claude Fable 5 across Claude Code, Desktop, Cowork, and API, with always-on reasoning and Opus 4.8 fallback on some flagged requests. Early demand triggered model-picker friction and quota pressure, so Anthropic reset the 5-hour and weekly limits the same day.

WORKFLOW2mo ago
Claude Fable 5 claims 8,000-line Pokémon game from one prompt

Community demos showed Claude Fable 5 generating playable games and simulations from short prompts, image refs, and goal-based instructions, from Pokémon and F-Zero to city sims and FPS clones. The demos make the model’s creative ceiling clearer, but builders still needed follow-up prompts for speed, style, or polish.

NEWS2mo ago
Claude Code reports 1-year GA workflow shifts: auto mode, routines, /usage

Anthropic staff said Claude Code usage has shifted toward auto mode, routines, and phone-based coding one year after GA, and they pointed users to /usage for token breakdowns. The thread matters because it shows Anthropic’s intended daily-driver workflow as community comparisons with Codex intensify.

AI PrimerAI Primer

Your daily guide to AI tools, workflows, and creative inspiration.

© 2026 AI Primer. All rights reserved.