WayToClawEarn
High impact36氪 / The Verge

Sequoia AI Conference 2026 Big Signal: Karpathy said “AI output will no longer be changed” and AGI is expected to arrive in 2030

The Sequoia Capital AI 2026 Conference was held on April 30. AI leaders such as Andrej Karpathy and Demis Hassabis delivered core speeches. Karpathy said that manual modification of AI output is no longer required, emphasizing that "the way of doing things has changed from breaking down steps to focusing on goals." Demis Hassabis predicts that AGI will be realized in 2030. The three major signals released by the conference have a profound impact on AI content creators and automation practitioners.

WayToClawEarn EditorialPublished Apr 30, 2026Updated Aug 8, 2026

Editorial review of public sources · AI-assisted drafting. How we work · Original source

Core conclusion

On April 30, 2026, the Sequoia AI Summit 2026 was held in San Francisco. Heavyweights in the AI ​​field such as Andrej Karpathy and Demis Hassabis have expressed a series of core views, sending the clearest industry signal in the past year: AI is transforming from an "efficiency tool" to a "rule rewriter".

Key Points

  • Event Time: 2026-04-30
  • Affected objects: AI content creators, automation practitioners, independent developers
  • Core changes: The way of working changes from "breaking down steps" to "talking about goals"; AGI is expected to arrive in 2030; verifiability becomes the core standard of AI automation

Karpathy’s core point: The underlying paradigm of software development is being restructured

Andrej Karpathy made an impressive statement at the conference: "I can't remember the last time I manually modified the output of AI." A person who has been writing code for more than ten years now no longer needs to manually modify the output of the tool.

From breaking down steps to talking about goals

Karpathy described a comparison of projects he worked on. In order to allow users to see what the dishes look like by taking a photo of the menu, he once wrote a complete application: first recognize the text, then call the image model, and finally re-layout the display - this is the most typical software engineering idea.

But later he discovered that by throwing the photo directly to the latest model and attaching a command, it could generate results directly on the original image. No intermediate applications, no lengthy processes.

**To do things in the past was to clarify the steps; to do things now is to clarify the goals. **

The middle layer is removed

The core value of traditional software is that you can make the implementation path smoother, more stable, and cheaper. But when the model capability is strong enough, this set of paths itself is no longer scarce. What users never want is an application for image annotation. They just want to know what this dish looks like.

Areas bearing the brunt of the impact:

Impact areasChangesWhat it means to usRecommended actions
Format conversion toolsThe model directly understands the original input, and the conversion layer becomes redundantReduce investment in pure conversion/cleaning toolsFocus on AI tools that can directly consume the original format
Low-code platformDecreased demand for decomposition stepsShrinking value of pure orchestration platformsShifting to industry depth + vertical scenarios
AI content productionManually rewriting AI output becomes less and lessFocus on prompt design and result verificationShift from "changing output" to "setting standards"
API integration layerModels can call tools themselvesReduce middle-layer toolsFocus on high-value verification nodes

The division of labor between man and machine is being reconstructed

Karpathy used a vivid metaphor: **Today’s intelligent agents are much like interns. **

They can complete a large section of work independently, perform stably in certain aspects, and make surprising mistakes in details. He believes that the core criterion for determining which things will be completely taken over by machines in the future is: verifiability.

Verifiability is expanding

  • Write code → Verifiable (can the test pass?)
  • Design interface → Verifiable (whether it meets the brand visual specifications)
  • Content Writing → Partially Verifiable (factual accuracy, formatting)
  • Creative decisions → Not verifiable (requires human judgment)

A senior designer might spend 80% of their time doing verifiable execution work and only 20% making real creative decisions. That 20% is safe, but the 80% is moving fast.

**New outline of division of labor: The model is responsible for execution, and people are responsible for setting boundaries and directions. **

Demis Hassabis predicts AGI in 2030

DeepMind founder Demis Hassabis gave a clear time judgment: 2030 - This is his prediction of the time for AGI to be realized. It's only four years away.

This means:

  • Current AI Agent tools (such as Claude Code, OpenAI Codex, Hermes Agent) are only transitional forms
  • Content production automation will undergo qualitative changes in the next 2-3 years
  • The time window from "AI assisting people to work" to "AI completing work autonomously" is narrowing

5 Implications for Content Automation Practitioners

  1. From changing output to setting standards: The core capability of future content producers is no longer to manually modify AI output, but to define what is the right result.
  2. Verifiability is the moat: Which aspects of your content production process are verifiable? These are easiest to automate
  3. Tool selection logic has changed: Don’t choose tools that help you “break down the steps”, choose tools that can understand the “ultimate goal”
  4. Middle-tier tools are facing elimination: Pay attention to the risk of substitution of data cleaning/format conversion tools, and prepare migration plans in advance
  5. Four-year window: If AGI is implemented in 2030, the content automation system you build now needs to be flexible enough

AI

Adaptation suggestions

  • Change the manual verification step in content production to structured standard verification
  • Test the performance difference of current AI Agent tools (such as Claude Code, ChatGPT, DeepSeek) in understanding "target description"
  • Establish a verifiable indicator system for content quality instead of relying on manual "looks ok"
  • Pay attention to the progress of AI Agent tools such as OpenClaw, which are becoming more and more mature on the execution side

Task List

  • Evaluate which parts of your content production process are "verifiable"
  • Test the output quality difference of replacing "Step Description" with "Goal Description"
  • Pay attention to the complete video and in-depth analysis released later at the Sequoia AI Conference
  • Prioritize the use of AI tools that understand natural language target descriptions in the content pipeline

Reference material

Tool entry

Tools and platforms that appear naturally in the text include: OpenAI, ChatGPT, Claude Code, DeepSeek, Gemini, Hermes Agent, OpenClaw, etc.

Internal link guidance

View source →

Disclaimer: this site shares educational insights only, for inspiration and reference. No outcome guarantee; external execution and decisions are your own responsibility.