Welcome back. Over the past week, we saw multiple instances where the harness actually mattered more than the model. Top devs in Silicon Valley have finally admitted it. A Vercel engineer just burnt 60 billion tokens to refine a single AGENTS.md file that actually handles long-running agentic tasks without breaking. Steal it.

Also: DeepSeek drops a cost-effective model for devs, Y Combinator unveils its internal harness, and how to build a code review agent.

Today’s Brief

  • Big Tech's most wanted engineering skill 

  • Build AI agents that fix user bugs automatically

  • How to run an agentic setup from your phone

  • Codex builds 3D interactive websites

TODAY IN PROGRAMMING

Click here to see Alibaba Qwen3.8-Max in action.

Alibaba brings its biggest model to developers: The Chinese tech giant just dropped Qwen 3.8 Max, its most advanced model to date at 2.4 trillion parameters with 95 billion active. This multimodal powerhouse handles text, images, and video within a 1M token context window. It also includes five integrated tools, including web search and a code interpreter. Developers can access the model at a flat rate of $2 per million input tokens and $6 per million output tokens. More details on the API here.

DeepSeek's cheapest model catches up to Anthropic: A Chinese AI startup just unveiled V4-Flash into public beta, nearly closing the performance gap with frontier labs like Anthropic. The model scored 82.7 on Terminal-Bench 2.1, putting it within a few points of Claude Opus 4.8 on agentic coding. At just $0.14 per million input tokens, it delivers that near-frontier performance at a fraction of the cost. You can read more about the API here.

YCombinator open-sources its company-wide agent harness: The startup incubator just open-sourced QM, the same multiplayer agent harness its engineering teams use internally. You can easily customize it like Hermes or OpenClaw, but it’s built for entire companies. Every person and room gets its own memory, permissions, and sandbox. Security modes range from strict approval to a no-pause dangerous mode. It works with Pi, OpenCode, Codex, or Claude Code. Try it here.

If your startup doesn’t have a generative media plan in place (or you need to sharpen yours), read Google’s latest startup guide on using DeepMind’s generative media models. 

It will teach you everything you need to succeed with generative media, including:

INSIGHT

Big tech and frontier labs are hiring for this engineering skill (insights from Netflix CTO)

Click here to watch Netflix CTO’s talk on systems thinking.

The narrow expert is worth less. Deep expertise used to be the safest bet in engineering. You'd master a specific domain and become the indispensable go-to person. But that advantage is fading. On a recent podcast, Netflix CTO Elizabeth Stone noted that large organizations can no longer depend on specialists who only know one thing. Today, she's looking for systems thinkers.

Range over depth. A few years back you could get by as a specialist. Now companies want engineers who pivot. They want people who jump between backend and frontend, dive into infrastructure, and get up to speed on new layers fast. Being adaptable now carries more weight than just mastering one niche area.

The irreplaceable part. Stone notes that truly great engineering remains rare, so deep expertise still holds significant value. That said, being a specialist in only one narrow area is no longer a safe bet. There is a massive gap between simply writing code and actually understanding how a system works. While AI agents can handle the coding, it takes a real engineer to verify the output and diagnose exactly why something failed.

The big picture. That level of understanding isn't something you can just pick up as you go. It develops when you start questioning the fundamentals of a problem before you even touch the keyboard. This tutorial on systems thinking for engineers dives into the details, covering everything from feedback loops to second-order effects.

IN THE KNOW

What’s trending on socials and headlines

Meme of the day.

  • Codex 3D Magic: A developer vibe-coded a fully interactive 3D human anatomy app with GPT 5.6 and Codex, starting from a single design image (1M views).

  • Phone Setup: Top devs are shipping code mid-dinner date. This three-tool stack keeps their agents running while they're away (1.1M views).

  • Bug Autopilot: A top Silicon Valley engineer connected user feedback straight to cloud agents that now fix bugs and open PRs on their own (2.3K bookmarks).

  • Model Whisperer: A Meta engineer who runs every major AI model daily reveals which one to use for what (1.5K likes).

  • Shire Simulator: Andrej Karpathy gave Opus 5 the opening paragraph of Lord of the Rings and $10. Two hours later, it had written 5,500 lines of code (3.3M views).

TOP & TRENDING RESOURCES

Click here to watch the tutorial.

Top Tutorial

How to build a review agent (by DeepLearning.ai): You’ll learn to make AI code reviews work for you. This tutorial covers practical tips like pre-PR reviews and repo context, plus risk-based sorting. Finally, you’ll build your own context-aware review system, starting with a custom retrieval engine and expanding into specialized AI agents. 

Top Repo

Graphify (100K ): This open-source repo turns your codebase into a knowledge graph that your AI assistant queries directly instead of searching through text.

Trending Cookbook

How to cut document parsing costs without losing accuracy: Most document parsing tools treat every page the same way, leading you to either overspend on simple pages or lose accuracy on complex ones. Parse Gateway solves this by checking each page's complexity. It handles simple pages with free local parsing and only routes the difficult ones to high-performance LlamaParse tiers.

AI CODING HACK

How to stop Codex subagents from draining your usage limits

Codex subagents default to the parent session's model, meaning every delegated task costs as much as your main thread. One engineer shared a workaround: pin the delegate to GPT-5.6 Luna with max reasoning effort. This maximizes performance while keeping costs at a minimum.

Just paste this into Codex, and it will write the agent file for you: 

create a custom agent named luna_worker at ~/.codex/agents/luna-worker.toml with model = "gpt-5.6-luna" and model_reasoning_effort = "max". 

add instructions for bounded delegated work, validate against my installed Codex version, and show me the diff.

Codex only triggers custom agents when you explicitly call them out, so make sure to mention luna_worker in your prompt to delegate tasks. Agents stored in ~/.codex/agents/ will load for every project you work on.

P.S. Get 50+ AI coding hacks for Claude Code, Cursor, and Codex here.

IN CASE YOU MISSED IT

Our most-clicked story from Friday

Check out this tutorial on 7 ways to cut your Claude Code token usage in half. 

Grow customers & revenue: Join companies like Google, IBM, and Datadog. Showcase your product to our 300K+ engineers and 150K+ followers on socials. Get in touch.

What did you think of today's newsletter?

Your feedback helps us create better emails for you!

Login or Subscribe to participate

You can also reply directly to this email if you have suggestions, feedback, or questions.

Until next time — The Code team

Keep Reading