Thursday, May 28, 2026

AI: Anthropic Claude Opus 4.8 released => $965B

 Introducing Claude Opus 4.8 \ Anthropic

Opus 4.8 launches alongside several new features. Users on claude.ai now have control over the amount of effort Claude puts into a task. Claude Code has a new “dynamic workflows” feature that allows it to tackle very large-scale problems. And fast mode for Opus 4.8—where the model can work at 2.5× the speed—is now three times cheaper than it was for previous models.

Embrace long-running tasks with Opus 4.8 and Claude Code - YouTube

Is Anthropic Back?! (Opus 4.8) - YouTube by Matt.B.

Anthropic raises $65B in Series H funding at $965B post-money valuation \ Anthropic






AI: Vibe Coding to Agentic Engineering, by Andrej Karpathy

Andrej Karpathy: From Vibe Coding to Agentic Engineering - YouTube

In this discussion, Andrej Karpathy reflects on the evolution of AI-assisted programming and the shift toward a new computing paradigm. Here are the key takeaways:
  • From Vibe Coding to Agentic Engineering: While "vibe coding"—the use of AI to quickly generate and prototype code—raised the floor for accessibility, "agentic engineering" represents a more disciplined approach. It focuses on maintaining professional quality standards while coordinating autonomous AI agents to build complex software.
  • Software 3.0: Karpathy describes a shift where Large Language Models (LLMs) act as the primary interface or "computer." Instead of writing explicit code (Software 1.0) or training neural networks (Software 2.0), the new paradigm involves using context and prompting to direct an LLM that serves as a general-purpose information processor.
  • The Nature of LLMs: He compares modern LLMs to "ghosts" rather than animals—they are statistical, jagged entities. Because they are shaped by specific data distributions and reinforcement learning (RL) rather than evolution or curiosity, they excel in "verifiable" domains like coding and math but remain inconsistent in other areas.
  • The Importance of Verifiability: AI systems currently automate tasks most effectively when the output is easily verifiable. To build robust systems, engineers must treat models as tools that require constant oversight, taste, and human judgment.
  • Outsourcing Thinking vs. Understanding: While AI can help automate processes and handle technical details, Karpathy emphasizes that humans cannot outsource their understanding. The human role is shifting toward being the "director" of these agents—providing the vision, judgment, and architectural taste that the models lack.