Welcome back. What happens when you give frontier AI models control over robot arms? Nothing good. Turns out, smarter models are actually less likely to play it safe. Meanwhile, the viral AI model Jev is now officially open to everyone. 

Also: A founder’s wild predictions for the future of software engineering, an OpenAI researcher’s guide to landing a job, and two AI models teaming up to play Minecraft.

Today’s Brief

  • Stop paying the harness tax

  • A dev’s viral rant about the reality of big tech

  • Combine Claude Code + Jev for a cheaper agent loop (tutorial)

  • How Fortune 500 teams keep AI coding costs under control (cookbook)

TODAY IN PROGRAMMING

Click here to watch how GPT-6 Astra attempted harmful robotic tasks.

New experiment pushed frontier models into executing dangerous commands: A robot-safety group gave GPT-6 Astra and Claude Fable 5.1 five destructive instructions, from stabbing a doll to mixing bleach and ammonia. Each model was tested 20 times. While Astra refused only twice and completed 60 harmful tasks, Fable refused every stabbing request but followed everything else. This comes with an important lesson for all of us: higher intelligence doesn't guarantee safety.

This AI model is the latest “aha moment” for developers: Remember Jev, the viral model built by ChatGPT’s co-inventor? After a week of nonstop buzz, it’s finally open to everyone. Instead of generating text, Jev scores, routes, and classifies inputs in one pass, returning calibrated probabilities in under half a second. But the story has a new twist. A similarly built model called Laya reportedly runs the same approach 50 times faster on-device, and its creator claims he already published it back in March 2025. 

Meta opens its AI agent to developer-built connectors: The social media giant just dropped Muse Connectors, letting developers submit connectors that plug their apps into its AI assistant. You bring the API, and Muse handles the agent, browser, and user context. When someone asks for your service, Muse takes care of the rest. This builds on last week's Muse for Mac launch, which wired the agent directly into users' computers. Start building.

Anyone can make an AI demo. The hard part is shipping it, monitoring it, and knowing when it breaks (and how to fix it).

Datadog's Developer Toolkit for the AI Era gives you the playbook for building, deploying, and observing AI applications at scale. It covers: CI pipelines, LLM observability, feature flags, testing, and modern AI delivery workflows.

INSIGHT

The cheapest way to run a frontier model may not be the harness it came with

Source: The Code, Superhuman

A costly wrinkle. Two developers can run the same model on the same coding task and end up paying very different inference costs, and the harness is often the reason. Which one you use, Codex, Claude Code, Pi, or another, can make a real difference.

A new study from UC Berkeley and Arena finds that simple harnesses can be surprisingly competitive, more complex setups can add substantial cost for small gains, and models do not always perform best inside their own vendor’s harness. There's even a name for it, the harness tax.

The researchers came up with the following findings:

  • Claude Fable 5 solved roughly 97% of tasks across Claude Code, Codex CLI, and Pi, yet Claude Code cost about twice as much as Pi, at $1.33 per rollout versus $0.67.

  • The pattern held across other models too. On SWE-bench Lite, Claude Code cost roughly 2x more than Pi and 1.6x more than Codex, with success rates within two percentage points of each other.

  • Much of that gap shows up before the agent even starts. For example, Claude Code opens with more than 27,000 tokens of context, compared to roughly 2,000 for Pi.

The solution. Even when two setups post identical benchmark numbers, they often fail on completely different tasks in practice. The researchers recommend testing a few model and harness combinations directly against your actual engineering workload. You should measure your true cost per solved task rather than raw run cost and choose the most cost-effective option that clears your reliability bar. It is also important to retest your setup whenever either the model or the harness changes. 

P.S. If you’re testing multiple coding harnesses, here’s a detailed walkthrough to get your team started with Pi.

PRESENTED BY JACK AND JILL

Your next career move can change your life.

One hire can change your company.

Jill helps 5,000 startups in San Francisco and New York make their next great hire.

When there’s a match, you get a direct introduction to the candidate or company.

IN THE KNOW

What’s trending on socials and headlines

Meme of the day.

  • Bold Predictions: The co-founder of Amp Code says code review, unit tests, and the terminal are all dying. His full forecast for software development is going viral (2M views).

  • Nobody's Thinking: Half a month into a new job, this engineer's rant about what's actually happening inside big tech is going mega viral (4.2M views).

  • Interview Prep: An OpenAI researcher survived 57 interviews before getting hired. Now she's giving away the exact materials that got her through the door (2.5K bookmarks).

  • Mac Secrets: One prompt gets your agent to read a hidden macOS file that quietly tracks your activity. What it revealed surprised even the dev who found it (6.2K bookmarks).

  • Dragon Slayer: For under $1, watch how two AI models teamed up to defeat Minecraft's Ender Dragon. The creators open-sourced all the code (1.7M views).

  • Claude Mods: A new Claude Code update has finally ended the config-file turf war. Devs are understandably already loving it (5.4M views).

TOP & TRENDING RESOURCES

Click here to watch the tutorial.

Top Tutorial

How to pair Jev with Claude Code for a cheaper agent loop: This tutorial shows how to use Jev for the fast, repetitive decisions and hand the harder reasoning back to Claude Code. You’ll see it used for skill selection, feedback loops, adversarial testing, code smells, and other checks where you want speed and low cost without burning expensive LLM tokens on every step.

Top Repo

ECC (264k ⭐): Turn Claude Code, Codex, and other coding agents into a more structured engineering system. It adds planning, TDD, fresh-context reviews, memory, security checks, and reusable skills.

Trending Cookbook

How Fortune 500 engineering teams keep AI coding costs under control: This guide breaks down six decisions that matter once agent spend starts growing faster than headcount. It covers how to understand the bill, choose models, set budgets without blocking useful work, measure what you’re actually getting, cut waste, and build a cost plan that scales.

AI CODING HACK

How to make Claude Code animate like a design engineer

Claude Code writes working UI but picks the wrong easing, timing, and motion almost every time. Developer Emil Kowalski, shared the skill pack he uses to do animation work without touching code.

  • Step 1: Install the skills:

npx skills@latest add emilkowalski/skills
  • Step 2: Restart Claude Code, then follow his three-step workflow.

  • Step 3: Generate variants with the right motion:

/prototype a dropdown menu, use /animate for easing and timing
  • Step 4: Pick the variant you like and iterate on it in plain English.

  • Step 5: Run production checks for performance, accessibility, and mobile:

/prep-for-prod

The pack ships 12 skills total, including animation audits and a UI library picker.

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

IN CASE YOU MISSED IT

Our most-clicked story from yesterday

Shopify’s CEO has a name for one of the worst AI habits creeping into teams, and once you hear it, you’ll start spotting it everywhere.

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

Whenever you're ready to dive deeper

We put together a few guides on coding agents, agentic engineering, and leadership frameworks to help you level up in your career. Browse all our guides.

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