Price:

AI agents slash startup jobs as coding becomes autonomous

Apr 4, 2026Summary from 4 podcasts.
  • Block cut 40% of staff after AI broke the link between headcount and output.
  • Startups like Pulsia now generate millions in revenue with zero employees.
  • The era of manual coding and testing is over; agents manage deployment.

The agent revolution is now a headcount report. Public companies and startups are shedding traditional software roles as autonomous AI systems handle coding, testing, and deployment.

Block, the payments company, cut 40% of its development staff after models like Claude Code enabled a single engineer to do the work of ten. "There's been this correlation between the number of folks at a company and the output from the company for decades and decades," said Block's Owen Jennings on The a16z Show. "I think that basically broke. We're not writing code by hand anymore."

Owen Jennings, The a16z Show:

- I think that basically broke.

- We're not writing code by hand anymore.

This isn't isolated cost-cutting. The startup Pulsia reached $6 million in annual revenue with a single founder and no human staff, proving the zero-employee company is a functional business model. On The AI Daily Brief, Ben Serra called it a "live dashboard," not a thought experiment.

The shift has triggered a 'SaaSpocalypse' for traditional software vendors. Investors now fear that AI agents will cannibalize per-seat revenue models, as tools like Claude Code see revenue jump from $1 billion to $2.5 billion in months. The money is flowing to systems that do the work, not just assist with it.

Internally, companies are restructuring around agentic workflows. Block uses an internal 'Builder Bot' to autonomously write, test, and merge code. Humans manage fleets of 10-20 agents, nudging their work rather than executing it linearly. For quality assurance, the entire concept is shifting: with AI generating unique interfaces for each user, testing static apps is obsolete.

The logical end state is the agent-run company. Humans manage strategy and context; machines handle execution. As Nathaniel Whittemore noted on The AI Daily Brief, we've moved from the chatbot era to AI's second moment: letting the machines run the business.

Source Intelligence

- Deep dive into what was said in the episodes

Google's Quantum Warning Overblown?, OpenAI Acquires TBPN, Jack Dorsey Makes Block Mini-AGIApr 3

Also from this episode: (16)

Science (2)

  • Google's quantum cryptography paper claims a 20x performance improvement in algorithms to break elliptic curve signatures used by Bitcoin.
  • Steve Lee argues quantum computing progress should be framed as N minus 1, where N is years until cryptographically relevant quantum computers exist.

Adoption (6)

  • Lee says the quantum threat is harder for Bitcoin due to the need for decentralized consensus, Satoshi's potentially exposed coins, and blockchain cost sensitivity.
  • Blockstream's Shrinks quantum-resistant signature scheme produces 354-byte signatures, about 5x larger than current Schnorr signatures, but requires stateful management.
  • Blockstream's Shrimps scheme creates stateless 2500-byte signatures for recovery scenarios, trading larger size for no required off-chain data.
  • Lee says Bitcoin's anti-fragility means it could survive a price crash from a quantum emergency, similar to Mt. Gox, and recover long-term.
  • Square's rollout of Bitcoin Lightning payments faces hurdles: sellers must manually update software, not all hardware supports it, and tipping flows are incompatible.
  • David Marcus notes Cash App's Bitcoin Lightning payments save merchants credit card fees, with 1 in 10 Cash App users holding Bitcoin versus 60 million total active users.

AI & Tech (7)

  • Spiral surveyed 50 developers and grantees on AI usage, creating archetype-based reports from non-developers to low-level protocol coders.
  • OpenAI acquired The Big Podcast Network for an estimated $100 million, seen as a strategic move to control its own media channel amid competition.
  • Max Hillebrand argues America needs a 'DeepSeek moment' - a competitive open-source AI model - as Chinese models surge ahead and Llama's progress stalled.
  • Block's 'Hierarchy to Intelligence' vision restructures the company around AI agents handling internal information flow, with people as orchestrators.
  • Block's internal BuilderBot AI, integrated into Slack, allows employees to query company data, generate SQL, and get recommended contacts for verification.
  • A creator used AI tools for GLP-1 lead generation, reportedly generating $418 million in revenue within 18 months with minimal staff.
  • Max Hillebrand says peer-to-peer AI compute networks like Mesh LLM and OpenAgents are gaining traction, but lack payment mechanisms and computation verifiability.

Business (1)

  • Steve Lee says Block's new org structure has three roles: Individual Contributor, Directly Responsible Individual, and Player-Coach, eliminating traditional middle management.

How to Build a Personal Context Portfolio and MCP ServerApr 3

  • Agent deployments are fundamentally data problems because enterprise data was never structured for AI consumption.
  • Notion's database agents act as librarians that automatically keep databases up to date using workspace and web context.
  • Andrew Ng's Context Hub is an open CLI that lets coding agents share feedback on API documentation to refine it for everyone.
  • Claude's approach to memory import was a simple prompt asking ChatGPT to write out everything it knew about a user.
  • A personal context portfolio is a structured set of markdown files that act as machine-readable API documentation for a person.
  • KPMG embedded AI and agents across its entire enterprise operating model, not as a tech initiative but as a total shift.
  • Blitzy helped a public insurance provider complete a 13-month payments processing application project in six weeks.
  • Blitzy helped a vertical SaaS provider extract services from a monolith 21 times faster than pre-Blitzy estimates.
  • Robots and Pencils uses its RoboWorks platform to help teams deliver initial launches in as little as 45 days.
  • A personal context portfolio template includes files for identity, roles, projects, team relationships, and communication style.
  • The decision log file in a context portfolio records past decisions and reasoning, which is valuable for future agent recommendations.
  • An MCP server is a program that responds to AI tool requests by listing available resources and providing their content.
  • The main work in building an MCP server is often troubleshooting errors like port conflicts or file naming mismatches.

Agent Skills MasterclassApr 2

  • Nufar Fargas Bar defines agent skills as folders holding instructions, scripts, and resources that provide AI tools and agents with actionable playbooks for tasks.
  • Agent skills operate in two modes: agents can automatically discover and invoke them, or humans can manually trigger them using slash commands or verbal cues.
  • Skills are portable markdown files, resolving the lock-in problem of custom GPTs or GEMs within specific platforms like ChatGPT or Gemini Enterprise.
  • Nufar Fargas Bar states that over 44 major companies, including OpenClaw, Cursor, WinSurf, GitHub, and Notion, currently support agent skills.
  • Third-party skills can execute malicious scripts with agent permissions; users must verify sources carefully, treating them like any software installation.
  • Nufar Fargas Bar recommends building a skill when a task is repeated more than three times, requires constant instruction pasting, or demands consistent output.
  • Skills offer opportunities to standardize work processes across an organization and unlock new capabilities previously limited by human bandwidth or know-how.
  • Anthropic's Claude provides a skill creator tool that interviews users to extract expertise, runs evaluations, and performs A/B testing and benchmarking.
  • The most critical part of a skill is its 'trigger,' an explicit instruction telling the AI tool when to discover and activate the skill.
  • Skill instructions should favor numbered steps or bulleted lists in a playbook style, as AI tools prefer structured formats over prose.
  • For fragile tasks like database migration, skills should be prescriptive; for creative tasks, they should offer guidance while allowing model creativity.
  • Effective skills include an explicit output format, ideally with a concrete example such as a template, table headers, or document structure.
  • The 'gotcha' section in a skill is high-signal content, detailing common errors or incorrect assumptions a model might make, based on past failures.
  • Nufar Fargas Bar advises keeping skills under 500 lines, treating them as playbooks, not encyclopedias, to avoid monolithic structures.
  • Reference materials and long input/output examples should reside in separate files within a skill's folder, not crammed into the main skill file.
  • Nufar Fargas Bar illustrates a 'Meeting Prep Skill' that identifies attendees, analyzes agendas, runs scenario analysis, and generates a brief for users.
  • The 'Meeting Prep Skill' includes 'gotchas' to prevent assuming attendee seniority, fabricating details, or skipping 'what could go wrong' analysis.
  • The 'Research with Confidence' skill includes built-in fact-checking, source comparison, and confidence scoring to deep dive into suspicious findings.
  • A 'Devil's Advocate' skill systematically stress tests proposals, explicitly looking for human and AI blind spots and biases to provide constructive feedback.
  • A 'dispatcher skill' acts as a meta-skill or traffic controller, routing user requests to the most relevant skill, especially with 10-15+ active skills.
  • Agentic loops allow skills to create iterative processes (check, act, re-check), useful for non-technical tasks like optimizing marketing campaigns.
  • Organizations are using skills to streamline work, standardize processes, and bundle organizational knowledge into portable artifacts for humans and agents.
  • The organizational skill lifecycle includes discovery, curation, validation, packaging into plugins, and clear ownership with regular review and deprecation.
  • Nathaniel Whittemore observes that AI infrastructure primitives like skills have shorter half-lives and require constant upkeep, not one-off development sprints.
  • Nufar Fargas Bar suggests re-evaluating skills monthly, as their relevance and associated context can become stale quickly in the rapidly changing AI landscape.

The State of AI Q2: AI's Second MomentMar 30

  • Nathaniel Whittemore says the chatbot era ended in Q2 2026, giving way to AI's second moment: workable agentic systems.
  • Hyperscalers deployed $650 billion in CapEx this year, exceeding the inflation-adjusted cost of the U.S. Interstate Highway System.
  • Agent adoption is leading to a reorientation of global enterprise around agentic mandates and staff cuts as high as 40%.
  • Anthropic captured 70% of first-time enterprise AI buyers by making its core tools extensible.
  • Anthropic's strategy created an ecosystem where companies build entire workflows around Claude, not just use it for search.
  • The 'SaaSpocalypse' hit as investors realized AI tools can automate departments and collapse the per-seat SaaS revenue model.
  • Claude Code revenue jumped from $1 billion to $2.5 billion in two months, showing money flows to tools that do the work.
  • Pulsia, a firm producing fully agentic businesses, reached $6 million in revenue with one founder and no human staff.
  • Ben Serra says the zero-employee company is now a live dashboard, not just a thought experiment.
  • The industry's logical end state is agent-run operations where agents manage execution and humans manage strategy.

How Focus Killed Sora and Saved Anthropic | This Week in AI with Victor Riparbelli, Nick Harris & Jeremy FraenkelApr 1

  • Jeremy Frankel's company Fundamental builds foundation models for tabular data, a modality that differs from LLMs.
  • Large language models primarily solve unstructured data problems like text and images but do not impact structured row-and-column data.
  • Structured tabular data constitutes the vast majority of useful data for enterprises but never had its 'ChatGPT moment' until now.
  • Traditional machine learning algorithms still outperform LLMs for predictive tabular tasks like fraud detection or demand forecasting.
  • Fundamental emerged from stealth as a unicorn just 16 months after founding with a $255 million Series A led by Oak.
  • Synthesia, an AI video platform for business, has over $100 million in ARR and a $4 billion valuation.
  • OpenAI shut down its Sora video model because it learned the lesson of focus, while Anthropic focused solely on code generation.
  • Synthesia's next product is real-time interactive video, where users role-play with AI agents, requiring high bandwidth and low inference costs.
  • Victor Riparbelli argues that manually building tools like a CRM often has a higher focus cost than the monetary savings from avoiding a subscription.
  • Claude Code's rise has become a dominant topic in founder circles, indicating a major shift towards AI-assisted coding.
  • Jeremy Frankel's team built its own CRM called Fetch integrated into Slack, questioning the need for external tools at a small scale.
  • The central challenge with VibeCoding is building a verification framework to ensure the generated software works correctly.
  • CEOs now use AI to summarize communications, keep strategic tension tight, and act as omnipresent managers across their organizations.
  • A Quinnipiac poll shows 70% of Americans believe AI will decrease job opportunities, but only 30% are personally worried.
  • Jeremy Frankel argues AI automation is different because it automates cognition, not just physical labor, unlike past revolutions.
  • Victor Riparbelli is optimistic that future jobs will focus more on human enjoyment like dining and music, moving away from numerical work.
Also from this episode: (10)

Models (1)

  • A large tabular model differs from an LLM because it requires permutation invariance; column order should not change the output, unlike language.

Chips (6)

  • Nick Harris's company Light Matter builds photonic interconnect technology to link AI chips, replacing copper with light for greater bandwidth and reach.
  • Copper's short reach forces AI racks to be packed densely at megawatt scales, creating cooling and infrastructure challenges.
  • Light Matter's chip with Qualcomm pushes 1.6 terabits per second over a single optical fiber, equivalent to 1,600 houses with gigabit internet.
  • Light Matter's M1000 chip has 114 terabits per second bandwidth, comparable to undersea cables connecting North America and Europe.
  • Most runtime for AI models on supercomputers is spent on networking and moving data between GPUs, not on compute.
  • Hyperscalers like Amazon and Google build custom chips to control costs, despite NVIDIA's CUDA software moat.

AI & Tech (2)

  • Whisperflow is a speech-to-text tool that outperforms others by fixing grammatical errors and allowing natural pauses during dictation.
  • AGI is a moving goalpost; technology that would have been considered AGI a decade ago is now seen as standard.

Society (1)

  • The rate of AI progress feels like a double exponential, yet public awareness lags because most people are not skilled at asking questions.

What Happens When a Public Company Goes All In on AIApr 1

  • In 2024, Block was early to agentic development with Goose, the first agent harness known to Owen Jennings.
  • Owen Jennings argues a binary shift occurred in late November and first week of December 2025 with models like Opus 4-6 and Codex-5-3.
  • Jennings claims the decades-long correlation between company headcount and output broke in the first week of December 2025.
  • Block's reduction in force was slightly greater than 40%, with the deepest cuts on the software development side.
  • Owen Jennings states Block is not writing code by hand anymore, calling that era over.
  • Principles for Block's RIF were reliability, maintaining regulatory trust, and continuing to drive durable growth.
  • Block did not touch its compliance and compliance technology teams during the restructuring to avoid regulatory risk.
  • Block reduced the number of internal meetings by roughly 70% to 80%, freeing up time to build.
  • The company now operates with squads of one to six people, a shift from larger, functionally siloed teams.
  • Jennings reports Block cut management layers on the development side by 50% to 60% and has only two to three layers on the product side.
  • At Block, all designers and product managers are now shipping code pull requests, not just engineers.
  • Block's internal tool BuilderBot autonomously merges pull requests and builds features, often completing 85-90% of the work.
  • On customer support, Block's chatbots and AI phone support now automate a majority of inquiries.
  • Jennings believes models and agents will do a better job than humans at deterministic workflows, with a human-in-the-loop required for now.
  • From a business unit structure, Block functionally reorganized about 18 months ago, with all engineering, design, and product under single leaders.
  • Cash App now represents roughly 60% of overall gross profit at Block, up from its first monetization in 2016.
  • Block's agent harness Goose is model-agnostic, capable of running on about 120 different models.
  • Products like MoneyBot and ManagerBot are built on top of the Goose platform.
  • Owen Jennings states generative UI is here, moving from static interfaces to apps that look different per user.
  • ManagerBot can generate custom applications, like a scheduling app for a restaurant, not contained in the app's original source code.
  • Block invests in proactive intelligence, prompting customers with relevant financial insights instead of relying on user-initiated prompts.
  • For long-term defensibility, Jennings argues the biggest moat will be a company's deep, hard-to-understand insight into a specific domain.
  • He contends companies lacking a unique, deep understanding of something risk being 'vibe coded' away by AI-powered competitors.
  • Block's future vision involves building world models of its business and customers to iteratively improve with autonomous agentic systems.