We're In The "Vibe" Code Age — Claude Code reaches 100% of coding
I went personally went from 80% of my code being AI via copy/paste to now being 100% via Claude Code. Coding has officially changed for good!

If you recall Dario Amodei mentioned AI covering 90% of coding by end of 2026, turns out we reached 100%. Claude Code was released in May 2025, as a side project, with last month Anthropic released Opus 4.5, it's now arguably the most productive software ever made. OpenAI AGI definition is about an AI that "outperform humans in most economically valuable work", are we there already?
80% of Americans have no idea what Anthropic is (stats from Aug 2025)

Claude Cowork lets you complete non-technical tasks much like how developers use Claude Code. Pretty much is Claude connected to your file system.
Chrome Extension
Claude just added a Chrome extension and I argue is the most productive tools ever. Not only your CLI gets eyes, it also can automate workflows that don't have an API.
Ralph Wiggum: Infinite Loop
There's now have an official plugin marketplace. One plugin got extra attention ralph-wiggum, which pretty much is an infinite loop over a task until done:
while :; do cat PROMPT.md | claude ; done

