The Wake is a daily briefing from George's saved internet. The issue is written as a newsletter first. The tweets are the source material, preserved below for receipts.
Source window: May 24, 2026. Signals: 5 bookmarks and 3 likes.
Brief
This week the ecosystem moved from speculative chatbots to full-on agentification of software work. Startups and large engineering orgs are treating agents as both day-to-day contributors and experiment platforms. That shift is producing a two-track problem: huge productivity gains and emergent behavioral risks. The immediate priorities are operationalizing agent ownership, hardening observability and safety, and rethinking developer ergonomics and hiring. Expect talent theater and internal politics to accelerate as companies jockey for credibility and culture in an agent-first world.
Agents at work, not just in demos
The most meaningful change is not that models write code, it is that organizations are treating those outputs as first-class labor. Leaders report engineers delegating substantial parts of coding to agents and glue tools being built around them. The read here is simple: once low-friction agent tooling exists, teams will fold it into workflows the same way they adopted CI and package managers. That means faster prototyping, more internal automation, and a multiplication of short-lived services and integrations.
The upshot for product and platform teams is twofold. First, the surface area for failures grows. Agents generate code that compiles today and breaks tomorrow as dependencies update, or that depends on deprecated APIs. Second, provenance and auditability become mission-critical. If an agent writes a change that causes a downstream outage, who owns the rollback and the liability? Expect demands for deterministic pipelines, signed-change crates, and stronger commit provenance.
From a market perspective this is fertile ground. Observability for agent actions, developer-first agent platforms, and automated dependency remediation are all deployable businesses. If your company wants a differentiated bet, build tooling that treats agents as workers to be managed - schedulers, quotas, health checks, and human escalation paths.
Maintenance isn’t glamour but it is where the risk concentrates
There is already pushback in the trenches. Engineers who adopt agents quickly run into maintainability problems: brittle generated glue, tests that pass only superficially, and unclear long-term ownership of agent-generated artifacts. A senior maintainer who described handling an agent-augmented stack recently flagged many of the classic problems of distributed systems multiplied by non-deterministic code generation.
Operational lessons are emerging. The effective pattern is not zero-touch autonomy but layered control: small, well-instrumented agent agents that perform narrow tasks; automated tests and verification gates that are at least as strict for agent-generated code as for human changes; and a human-in-the-loop for non-idempotent or high-risk changes. Treat agents as junior hires that must be mentored, monitored, and occasionally fired.
That creates roles and revenue opportunities. Expect demand for "agent-maintenance" practices: code review rules specifically for generated code, linters that check for anti-patterns in agent output, and marketplaces for human oversight services. Investors should favor teams that pair agent UX with rigorous change-control systems.
The human dynamics: onboarding, theater, and burnout
Agentification is not just technical. It reconfigures culture and hiring. Signal: onboarding at some of the biggest labs is being staged like product marketing events, demonstrating that talent moves and internal optics still matter. High-profile hires and charismatic leaders are being used to narrate competence and normalcy in a rapidly changing landscape.
That narrative can mask two social phenomena. One is "AI vampire" behavior: very real reports of builders pulling all-nighters to assemble and iterate on agent stacks. Read: some engineers will be rewarded for obsessive, around-the-clock tinkering, which pushes a subset of the org toward unhealthy norms and potentially legal risk around labor. The other is community enforcement. Historic community mistakes teach that ostracism and public shaming can break teams faster than bugs. Maintaining healthy feedback channels will be a company-level competency, not just HR.
Practical HR and leadership responses: normalize work boundaries with asynchronous review cycles that do not reward midnight pushes; make on-call and incident-response expectations explicit for agent-produced changes; invest in onboarding playbooks that codify agent best practices so new hires do not have to relearn the same mistakes.
Self-improvement, safety, and the slippery slope
There is a technical meta-trend to watch: teams are experimenting with model self-improvement in closed loops. Prompts and procedures that tune models or codex-like agents for better performance are attractive because they promise compounding gains. That increases velocity but creates an auditability gap. If a model tweaks its own prompts or training heuristics, how do you ensure those changes do not drift into unsafe behavior or violate IP?
This is not academic. While there are gains to be had from automated fine-tuning and prompt engineering, they must be accompanied by guardrails: immutable logs of any self-directed changes, red-team testing of emergent reasoning, and human approval for any change that can affect external behavior or safety boundaries. The space between "useful optimization" and "uncontrolled agent drift" will be the site of both regulation and startup formation in the next 12 to 24 months.
Strategic implications for product, security, and hiring
- Product: Ship agent-first experiences that are explicit about ownership. Customers will prefer services where an agent's advice is surfaced against provenance and an easy human override. Build UX patterns that make agent actions reviewable and reversible.
- Security and legal: Start tracking provenance and contracts for generated code. IP claims and export-control questions will get messy when outputs mix licensed datasets. Make legal counsel an active part of architecting agent workflows.
- Hiring and org design: Create roles that own agent behavior - product owners for agent policies, SREs for agent-generated deployment artifacts, and developer advocates who specialize in agent workflows. Reward maintainability as a first class performance metric.
- Investment: Fund observability, verification, and human-in-the-loop orchestration. These businesses have the strongest defensibility because they solve systemic risk rather than short-term productivity.
What to watch
- Adoption signals inside big engineering shops: Are teams moving from agent experiments to agent-as-default in commit pipelines? Watch for mentions of agents writing entire modules or PRs being auto-created and merged.
- Emergent failure modes: Look for incidents traceable to agent-generated code, particularly around dependency upgrades and flaky tests. The first major outage tied to agent code will drive rapid demand for tooling.
- Regulatory touchpoints: Keep an eye on legal guidance about provenance and AI-generated IP. Early enforcement or public lawsuits will shape enterprise adoption speed.
- Labor dynamics and culture: Watch for shifts in hiring language, onsite expectations, and compensation that reward "overnight" build culture. Also watch open-source and community responses: social governance failures in developer communities are informative.
- Safety controls for self-improvement loops: Track which labs add immutability and auditability to any automated tuning process. Those precautions will become competitive advantages.
The practical read for today: this is the era of agents as co-workers, not as toys. That brings productivity and risk in equal measure. If you are building or investing, prioritize systems that make agent behavior transparent, controllable, and auditable before you chase feature velocity.
Source tweets
QC / @QiaochuYuan
- bookmark: open on X
- oh my god we need to study the ancient texts. here is "five geek social fallacies", from 2003 > geek social fallacy #1: ostracizers are evil the post also includes media
Dominik Koch / @dominikkoch
- bookmark: open on X
- here is mine made with @paper and @v0 the post also includes media
Greg Brockman / @gdb
- bookmark: open on X
- self improvement prompt for codex
Armin Ronacher ⇌ / @mitsuhiko
- bookmark: open on X
- Has been a while since I wrote about agentic engineering, so this time around some learnings of maintaining Pi as a junior maintainer to @badlogicgames :)
Siddhartha Saxena / @siddsax
- bookmark: open on X
- Anthropic onboarding day: Michael Scott introducing Karpathy like he just signed Wemby in free agency. the post also includes media
Polymarket / @Polymarket
- like: open on X
- JUST IN: Marc Andreessen reveals “AI vampires” are emerging in Silicon Valley — coders getting so little sleep because they stay up all night building with agents.
Malte Ubl / @cramforce
- like: open on X
- For a company like Vercel it is hard to say things like "100% of code is agent written" but I'm certainly not aware of any employees who still hand-write their code
Theo - t3.gg / @theo
- like: open on X
- @ashleybchae I’m working hard to fix this
Generated from Birdclaw bookmarks and likes. Edited by Ody before publication.