Archive BRAID
The Trust Tax / DISPATCH 004
PDF RSS

Dispatch 004 · 2026-04-22 GCU Fake Door Test

The Trust Tax

/ 00:18:45 / 11 sources

“Every piece of software has bugs buried underneath that are now discoverable — this is the transition, and it's finite.”

— Lenar Kess, today's narration

Anthropic's pricing experiment backfires as Claude Code nearly exits the $20 tier. Mozilla patches 271 Mythos-discovered vulnerabilities in Firefox. Sam Altman tweets drunk while Google ships silicon for the agent era.

Sources

11 cited
  1. 1

    Taste & Craft: A Conversation with Tuomas Artman & Gergely Orosz

    Video AI Engineer (channel) — Conference talk from AI Engineer's event featuring Linear's CTO and The Pragmatic Engineer

    The bottleneck has moved downstream. Generation is commoditized. Judgment is the scarcest resource. Teams that treat taste as a measurable discipline will outperform teams that treat it as an aesthetic luxury.

    www.youtube.com/watch?v=wjk0ulMAkbc →
    Details
    Context
    The bottleneck has moved downstream. Generation is commoditized. Judgment is the scarcest resource. Teams that treat taste as a measurable discipline will outperform teams that treat it as an aesthetic luxury.
    Key points
    • AI makes shipping features fast. It doesn't make them good.
    • Linear measures quality by edge cases missed and manual corrections made, not features shipped.
    • Taste is a trainable skill, not a personality trait.
    • The quality wedge opens the moment you can generate code in seconds.
    • The agent generates. The human validates. The work shifts from creation to curation.
    Provenance
    Video · Supporting source
  2. 2

    Mozilla Used Anthropic's Mythos to Find and Fix 271 Bugs in Firefox

    Article Wired

    We have automated techniques that can cover, as far as we can tell, the full space of vulnerability-inducing bugs.

    www.wired.com/story/mozilla-used-anthropics… →
    Details
    Cited text
    We have automated techniques that can cover, as far as we can tell, the full space of vulnerability-inducing bugs.
    Context
    AI vulnerability hunting shifts security from a continuous process to a one-time catch-up game. The companies that run it first round the curve. Everyone else stays behind until the next model drop.
    Key points
    • Firefox 150 includes 271 vulnerabilities found and patched using Mythos Preview.
    • Bobby Holley says AI now covers the full space of vulnerability-inducing bugs.
    • The 'bootcamp' metaphor frames this as a finite, mandatory overhaul for all software.
    • Open source maintainers lack the bandwidth and access to replicate Mozilla's approach.
    • Raffi Krikorian warns that resource inequality will perpetuate security gaps across the ecosystem.
    Provenance
    Article · Supporting source
  3. 3

    Clarification on Claude Code pricing test

    X Amol Avasare — Co-founder of Cursor, now leading product strategy at Anthropic's coding tools division

    This was understandably confusing for the 98% of folks not part of the experiment, and we've reverted both the landing page and docs changes.

    x.com/TheAmolAvasare/status/204678392692097… →
    Details
    Cited text
    This was understandably confusing for the 98% of folks not part of the experiment, and we've reverted both the landing page and docs changes.
    Context
    When a company treats model availability as an A/B test variable, it reveals a fundamental misunderstanding of what developers actually need from their tooling. Trust in access is as important as trust in the model itself.
    Key points
    • The pricing page update was a fake-door test, not a shipped change.
    • They were testing whether to roll best models to all plans for Codex users.
    • The page and docs were reverted within hours after community pushback.
    • The test created confusion rather than clarity, undermining trust in the product roadmap.
    Engagement
    457 likes · 147 retweets · 202 replies
    Provenance
    Tweet · Primary source
  4. 4

    Pi vs Codex compaction and loop architecture

    X Mario Zechner — Creator of LibGDX, founder of OpenClaw, and leading voice in open agentic coding frameworks

    there is little to no difference between pi and codex when it comes to the loop. almost all of the below has nothing to do with the harness.

    x.com/badlogicgames/status/2046891328357703… →
    Details
    Cited text
    there is little to no difference between pi and codex when it comes to the loop. almost all of the below has nothing to do with the harness.
    Context
    The harness layer is flattening. Value is moving to evaluation, observability, and task orchestration. Companies that focus on loop design over compaction are optimizing the wrong problem.
    Key points
    • The agent loop design is converging across major platforms.
    • Context compaction, not loop architecture, is the actual bottleneck.
    • Pi uses a 20k-token recency window excluded from summary; Codex keeps all turns.
    • Both approaches prioritize tool state preservation over raw context retention.
    • The differences are engineering trade-offs, not architectural moats.
    Engagement
    42 likes · 2 retweets · 5 replies
    Provenance
    Tweet · Primary source
  5. 5

    Our eighth generation TPUs: two chips for the agentic era

    Article Google Cloud — Google's internal infrastructure and chip architecture team

    The hardware roadmap confirms what the pricing experiments reveal: inference capacity is the real bottleneck. Training was overbuilt. Inference is underbuilt. The next two years of compute investment will be almost enti…

    news.ycombinator.com/item?id=47862497 →
    Details
    Context
    The hardware roadmap confirms what the pricing experiments reveal: inference capacity is the real bottleneck. Training was overbuilt. Inference is underbuilt. The next two years of compute investment will be almost entirely inference-focused.
    Key points
    • Google is shipping separate TPU-8t (training) and TPU-8i (inference) chips.
    • The 8i is optimized for streaming token generation with lower per-token latency.
    • Agentic workloads generate more inference tokens per user than any previous application.
    • Compute cost scales with session length and context window, not just model size.
    • Open source inference frameworks are racing to match proprietary inference stacks.
    Provenance
    Article · Supporting source
  6. 6

    simonw

    X simonw — Creator of Datasette, prolific open source developer

    Wrote up Anthropic's self-own about Claude Code pricing from this afternoon on my blog - it turned out they'd reversed course just as I hit publish

    x.com/simonw/status/2046774737683325028 →
    Details
    Cited text
    Wrote up Anthropic's self-own about Claude Code pricing from this afternoon on my blog - it turned out they'd reversed course just as I hit publish
    Context
    Shows how pricing experiments can damage trust when handled poorly, especially for developer tools where communities form around specific capabilities
    Key points
    • Anthropic tested removing Claude Code from $20 Pro tier
    • Only 2% of new signups were affected by the test
    • The pricing page was accidentally updated for everyone
    • They reverted the page but kept the test running
    Provenance
    Tweet · Primary source
  7. 7

    Mozilla Used Anthropic's Mythos to Find and Fix 271 Bugs in Firefox

    Article Lily Hay Newman

    Every piece of software is going to have to make this transition, because every piece of software has a lot of bugs buried underneath the surface that are now discoverable

    www.wired.com/story/mozilla-used-anthropics… →
    Details
    Cited text
    Every piece of software is going to have to make this transition, because every piece of software has a lot of bugs buried underneath the surface that are now discoverable
    Excerpt
    The Firefox team doesn't think emerging AI capabilities will upend cybersecurity long term, but they warn that software developers are likely in for a rocky transition
    Context
    The first public confirmation of Mythos's real-world impact shows that AI vulnerability hunting is creating a critical transition period where all software must be audited before these capabilities become widely available to attackers
    Key points
    • Mozilla found 271 vulnerabilities using Mythos Preview
    • AI tools can now cover the full space of vulnerability-inducing bugs
    • Open source projects face particular challenges with resource constraints
    • Engineering leaders pulling thousands of engineers to work on this for six months
    • This represents a finite but difficult transition moment
    Provenance
    Article · Supporting source
  8. 8

    sama

    X sama — CEO of OpenAI

    tongiht i have had a couple of drinks

    x.com/sama/status/2046808217133670800 →
    Details
    Cited text
    tongiht i have had a couple of drinks
    Context
    OpenAI's CEO using informal moments to position against Anthropic's compute constraints shows how the resource war is becoming public theater
    Key points
    • Sam Altman admits to drunk tweeting
    • Followed by offering rate limit resets
    • Part of a series positioning OpenAI as the generous alternative
    Engagement
    3305 likes · 171 retweets
    Provenance
    Tweet · Primary source
  9. 9

    Our eighth generation TPUs: two chips for the agentic era

    Article Amin Vahdat

    The culmination of a decade of development, TPU 8t and TPU 8i are custom-engineered to power the next generation of supercomputing with efficiency and scale

    blog.google/innovation-and-ai/infrastructur… →
    Details
    Excerpt
    The culmination of a decade of development, TPU 8t and TPU 8i are custom-engineered to power the next generation of supercomputing with efficiency and scale
    Context
    Google's hardware roadmap shows they're betting on specialized chips for the agent era, with separate architectures for training versus inference as the demands diverge
    Key points
    • TPU 8t for massive model training, TPU 8i for low-latency inference
    • Single superpod scales to 9,600 chips with 2 petabytes shared memory
    • 121 ExaFlops of compute with near-linear scaling to million chips
    • Targets over 97% goodput through comprehensive RAS capabilities
    • TPU 8i pairs 288 GB high-bandwidth memory with 384 MB on-chip SRAM
    Provenance
    Article · Supporting source
  10. 10

    The Vercel Breach: OAuth Supply Chain Attack Exposes the Hidden Risk in Platform Environment Variables

    Article Peter Girnus

    An OAuth supply chain compromise at Vercel exposed how trusted third party apps and platform environment variables can bypass traditional defenses and amplify blast radius

    www.trendmicro.com/en_us/research/26/d/verc… →
    Details
    Excerpt
    An OAuth supply chain compromise at Vercel exposed how trusted third party apps and platform environment variables can bypass traditional defenses and amplify blast radius
    Context
    OAuth trust chains create lateral movement paths that bypass perimeter defenses, and this incident shows how AI acceleration is changing attacker tradecraft velocity
    Key points
    • Lumma Stealer infection at Context.ai led to OAuth token theft
    • Attack chain: malware → OAuth tokens → Workspace account → Vercel internals
    • Environment variables not marked sensitive were readable with internal access
    • Two-month dwell time from infection to disclosure
    • CEO attributed attacker velocity to AI augmentation
    Provenance
    Article · Supporting source
  11. 11

    badlogicgames

    X badlogicgames — Creator of pi coding harness, former libGDX lead

    As expected. Claw issue, not harness issue.

    x.com/badlogicgames/status/2046894523372970… →
    Details
    Cited text
    As expected. Claw issue, not harness issue.
    Context
    The distinction between platform issues and harness issues matters for developers building on these APIs - when OAuth breaks, it's often the platform, not the tools
    Key points
    • OpenAI's Codex OAuth issues attributed to implementation not harness design
    • Pi harness users experiencing similar OAuth failures
    • Fallback path to pi when Codex OAuth fails is also broken
    Provenance
    Tweet · Primary source