Reading up on Claude Code
100 deep · digging since nov 19, 25
- Automatic Code Review for Claude Code — Async Reviews via Hooks + OpenRouter
The article explains how to configure Claude Code to trigger asynchronous, non-blocking code reviews via a Stop hook that launches a Codex‑based reviewer through OpenRouter, keeping workflow uninterrupted.
- Social Media Scraping APIs for YouTube, TikTok, Instagram, Facebook, X & LinkedIn
SocialKit provides a unified API that extracts transcripts, summaries, comments, and stats from YouTube, TikTok, Instagram, Facebook, X, and LinkedIn as clean JSON.
- The Making of Claude Code \ Anthropic
Anthropic shares the inside story of Claude Code's development from an internal CLI tool to a widely used coding agent, highlighting design decisions and team insights.
- State of CLI Coding Agents, Mid-2026
The CLI coding agent market in mid-2026 is crowded with 35+ tools, and this piece systematically compares them across model labs, platform CLIs, and open-source harnesses.
- Fable's judgement
The author learned to let Claude Code's Fable model use its own judgement to delegate coding tasks to lower-power models, improving efficiency and token usage.
- Closing the Verification Loop
ce-dogfood autonomously verifies software branches by testing every change in a real browser, fixing only clear bugs with regression tests, and escalating trade-offs to humans.
- Claude Sonnet 5
Anthropic releases Claude Sonnet 5 as a more agentic, cheaper model, but Hacker News commenters argue it often underperforms Opus 4.8 in real-world tasks and appears optimized for token consumption.
- Ask HN: How much coding should beginners learn in the AI era?
HN commenters overwhelmingly argue beginners must learn to code first to supervise AI agents, review their output, and understand system behavior.
- I used Claude Code to get a second opinion on my MRI
A user describes using Claude Code to review an MRI report, finding it a helpful informational tool but cautioning against blind trust in LLM outputs.
- Skill engineering and the case against one-shot AI design
Paul Bakaus argues AI agents need “skill engineering” to give designers precise control, rejecting full automation in favor of human judgment steering the final 20% of creative work.
- Autoresearch, Claude and Constrained Optimization
An experiment using Claude Code to autonomously optimize a file compression algorithm over 10 iterations, achieving competitive results against standard tools by iterating on an LZSS-based approach.
- cmux — The terminal built for multitasking, organization, and programmability
cmux is a free, open-source macOS terminal built for AI coding agents, offering programmability, session restore, and an integrated browser.
- Documentation · oak
Oak is a version-control and storage layer built for AI coding agents, offering branch-per-session workflows, lazy mounts for instant monorepo access, and full git export for data portability.
- What Active Rubyists Are Using in 2026: A Maintainer's Read of the RubyKaigi Survey - DEV Community
A maintainer's analysis of RubyKaigi 2026 survey data reveals that Ruby 4.0 adoption matches 3.4 within six months, Claude Code dominates at 80% usage, and VS Code/Cursor lead editors while mise/asdf challenge rbenv.
- Agentics / Tech Things: Tokenmaxxing is dead, long live tokenmaxxing
Tokenmaxxing was a deliberate strategy to force AI adoption at companies like Meta, and despite current rollbacks, it will return as agents achieve compounding correctness and loop-based workflows.
- AI Is Making Silicon Valley Productive, Anxious and Afraid to Log Off
Bloomberg reports that AI tools like Claude Code are driving Silicon Valley engineers to work longer hours, increasing productivity but also intensifying burnout and anxiety.
- Anthropic Economic Index report: Cadences \ Anthropic
Anthropic's Economic Index shows Claude usage mirrors work and personal rhythms, higher-value work consumes more compute, and users who delegate more are more optimistic about AI's impact.
- Claude Code turned every engineer into three. Now companies need more product thinkers
AI coding tools like Claude Code have tripled engineering output, shifting the bottleneck from coding to product decisions, requiring engineers to focus on fundamentals and product thinking.
- I rewrote PostHog's SQL parser, 70x faster, while barely looking at the code
PostHog's engineer used parallel Claude Code sessions to rewrite their SQL parser, achieving a 70x speedup by fuzzing against the old ANTLR-based parser as an oracle.
- I wrote a 70x faster SQL parser while barely looking at the code - PostHog
The author used AI agents to rewrite PostHog's SQL parser in Rust, achieving a 70x speedup (454x in production) via property-based testing and oracle-based development.
- Writing Loops, Not Prompts, Explained
Loop engineering means automating repeated prompt steering into verifiable systems to free human attention for judgment and review, using a break-even equation to decide when loops are worth building.
- hasp · model 01
Hasp is a local secret broker that injects credentials into coding agent processes without the agent ever reading the plaintext value.
- Ask HN: Why is the HN crowd so anti-AI?
A Hacker News user asks why the community seems anti-AI, arguing that code quality matters less than shipping speed and user satisfaction.
- Claude Fable is relentlessly proactive
Hacker News commenters analyze Simon Willison's experience with Claude Fable's excessive proactiveness in fixing a trivial CSS bug, sparking debate on human agency, learning, and the proper use of AI coding agents.
- Herdr: one terminal for the whole herd
Herdr is a terminal-based agent multiplexer that lets users run, monitor, and reattach to multiple AI coding agents across SSH sessions from any device.
- Coding sessions in Linear – Changelog
Linear Agent can now write and review code using Claude Code and Codex, enabling end-to-end issue-to-ship workflows from within Linear.
- The Optimal Amount of Slop is Non-zero - Doug Slater
Doug Slater argues developers should match code-review rigor to risk, shipping unreviewed LLM code is acceptable only for limited-distribution, low-consequence software.
- Steering Claude Code: skills, hooks, subagents and more
Claude Code offers seven methods for steering its behavior—rules, skills, subagents, hooks, output styles, system prompt appending, and plugins—each with different context costs and authority levels.
- The Coming Loop
The article argues that while 'harness loops' atop coding agents accelerate porting, experimentation, and security, they degrade code quality and comprehension, creating machine-dependent codebases.
- The Problem is Prompt Debt
Hand-tuning natural language prompts for AI systems accumulates debt that slows iteration, locks teams to one model, and should be replaced with metrics, tests, and automated prompt optimization.
- Don't rely on instructions, use Agent Hooks to enforce guardrails – Zarar's blog
Agent hooks (PreToolUse and Stop) enforce coding rules deterministically, preventing raw HTML tags and blocking task completion until a design-system test passes.
- SpaceX to buy Cursor for $60B
Commenters debate Cursor's value at a $60B acquisition price, praising its model-agnostic agentic workflow and enterprise traction while others dismiss it as a commodity in a saturated market.
- Show HN: Paca – Lightweight Jira alternative for human-AI collaboration
Paca is an open-source, self-hosted project management platform designed for AI agents and humans to collaborate as equal teammates.
- Claude Code now supports artifacts
Claude Code now turns session work into live, shareable artifact pages that update in place and are private to the organization.
- Introducing the MDN MCP server
Mozilla's MDN MCP server gives AI coding agents real-time access to accurate web documentation and browser compatibility data, outperforming static model knowledge.
- Why we're bullish on loops - by Ian Vanagas
Loops—self-prompting agents that autonomously complete long-running tasks using context and verification—are becoming viable due to model improvements and enable self-driving products.
- Anthropic ships major Claude Design overhaul with design system imports, code round-trips, and a fix for its token-burning problem
Anthropic's Claude Design overhaul adds design system imports, Claude Code integration, and shared token limits to reposition the tool from a viral demo into an enterprise design-to-code platform.
- GitHub - millionco/react-doctor: Your agent writes bad React. This catches it
React Doctor is a deterministic scanner that audits React codebases for issues across state, effects, performance, architecture, security, and accessibility, and integrates with coding agents and CI pipelines.
- The Quiet, Galactic Ambitions of Cursor CEO Michael Truell - Business Insider
Cursor CEO Michael Truell navigated a fraught reliance on Anthropic, built in-house AI models, and struck a deal for a potential $60B acquisition by SpaceX to secure computing power.
- moonshotai/Kimi-K2.7-Code
Moonshot AI releases Kimi K2.7 Code, a 1T-parameter MoE coding model that improves real-world agentic tasks while cutting thinking tokens by 30% over K2.6.
- GitHub - DietrichGebert/ponytail: Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.
Ponytail is a plugin that reduces AI agent code output by up to 54% by forcing a lazy senior dev heuristic ladder (YAGNI, reuse, stdlib, one-liners).
- The evolution of agentic surfaces: building with Claude Managed Agents
Claude Managed Agents decouples model reasoning from code execution to let teams deploy production-grade agents without building custom infrastructure.
- What it feels like to work with Mythos - by Ethan Mollick
Ethan Mollick finds Claude 5 Fable (Mythos-class) is a major leap over prior models, capable of autonomously executing multi-hour projects, but shifts his role from wizard to patron as the AI's internal decision-making becomes a black box.
- GitHub - Kaelio/ktx: ktx is an executable context layer for data and analytics agents 🐙 Allow Claude Code, Codex, or any other AI agent to query data accurately and with full context of your company
ktx is a self-improving context layer that automatically builds approved metric definitions and business knowledge to let AI agents query data warehouses accurately.
- Initial impressions of Claude Fable 5
Claude Fable 5 is a large, slow, expensive frontier model that demonstrates deep knowledge and strong coding ability across complex multi-step tasks.
- Ask HN: What are tools you have made for yourself since the advent of AI?
Hacker News users share small self-built tools like audio experiments, fitness apps, AI-powered scrapers, and coding harnesses that leverage or were built alongside AI.
- LLMs and performative productivity - Josh Collinsworth blog
LLMs often create the illusion of productivity while actually reducing real output through cognitive debt, maintenance overhead, and misaligned incentives.
- Why Software Automation Is Hard — LessWrong
Coding agents have become more capable but face fundamental bottlenecks like limited context, assumption-making, technical debt accumulation, and coordination overhead that prevent them from scaling productivity gains proportionally in larger organizations.
- Give your agent its own computer
LangSmith Sandboxes give each AI agent its own hardware-isolated microVM with filesystem, shell, and package manager, enabling secure code execution without risking host infrastructure.
- Anthropic/OpenAI may be spending more than $1000 for every $100 you pay them – R&A IT Strategy & Architecture
Coding with LLMs like Claude Code may cost providers $1000+ for every $100 in subscription revenue, making true agentic coding economically unsustainable.
- GitHub - anthropics/defending-code-reference-harness: Skills for threat modeling, scanning, triage, patching, plus an autonomous scanning harness you can /customize
Anthropic released an open-source reference harness and Claude Code skills for automating vulnerability discovery, triage, and patching using Claude, alongside a managed product called Claude Security.
- When AI builds itself \ Anthropic
Anthropic presents internal data showing AI systems now write 80% of its code and accelerate research, trending toward autonomous recursive self-improvement.
- Running an AI-native engineering org
An Anthropic engineering leader describes how agentic coding shifted bottlenecks from writing code to verification, and outlines new norms for planning, review, context gathering, and team roles.
- How we cut build times by two-thirds by deleting our CMS
Sentry cut build times from 14 to under 4 minutes by replacing its headless CMS with Astro, Markdown files, and Claude Code skills for content management.
- GitHub - Michaelliv/pi-dynamic-workflows
A Pi extension adds a workflow tool that lets the model write JavaScript scripts to fan out work across isolated subagents and synthesize results.
- Code with Claude London — May 19, 2026
Anthropic's Code with Claude London event recap showcases keynotes and workshops on AI-assisted development using Claude Code and Claude Platform.
Takes
please i'm begging you show me something you built not another "this is my custom agent setup" post where you pretend you're doing something smarter than vanilla claude code please
@thdxr
I built a skill to let my Claude Code build premium landing pages like this in one shot. The 3 sites in the video are one-shot results, ~$10-15 each. Register @higgsfield_ai , install the CLI and scroll-world skill, hand the rest to Claude Code.
@the_cyw
New in Claude Code: /checkup Run /checkup to: 1. Clean up unused skills/MCPs/plugins and save context 2. Dedup your local CLAUDE.md against the checked in CLAUDE.md 3. Break up root CLAUDE.md into nested CLAUDE.md's + skills 4. Turn off slow hooks 5. Update your Claude Code to the latest version 6. Enable auto mode by default 7. Pre-approve frequently denied read-only commands .. And a few other goodies. /checkup confirms with you before making any changes. Enjoy!
@bcherny
I'm open-sourcing my Agent Skills library. 75 skills for Codex, Claude Code, Cursor, and other agents, focused on web design, landing pages, motion, WebGL, UI styles, and assets. A few favorites: - Video to Super Prompt Turns a screen recording of a design, landing page, or animation into a super detailed prompt that Fable 5 can one-shot into HTML. - HTML to Interaction Prompts Takes an existing HTML page, like something built in Aura, and extracts prompts for sections, buttons, animations, WebGL effects, and interactions. - Stitched Full Page Capture Captures the entire landing page, not just the hero, so you can use the full page as a design reference. - Daily UI Inspiration Combines multiple skills into an agent loop that browses the web, captures great landing pages, and turns them into detailed prompt packs. It's free. Fork them and adapt for your own workflow.
@MengTo
SCOOP: Perplexity is quietly building an AI coding tool that takes on Claude Code and Cursor. It's meant to build software end-to-end. The tool is being used internally (for now) under the codename 'Teammate.'
@CharlesRollet1
🍌 Got so lazy to order stuff on UberEats that I asked Claude Code to do it Very easy, it just installs Playwright and then you login once to UberEats on web (the iOS app is also just a web wrapper, nice) Then you can just say "order bananas" and it does it!
@levelsio
This is our first time telling the story of how we first built and launched Claude Code, starting with its origins in Anthropic safety research. So much more to do. We are 1% done.
@bcherny
Own the Loop: A Field Guide to Agent Harnesses
@aparnadhinak
Fable 5 + Goose Ads is insane – literally a full ad-creative team right in Claude Code. 1. Install the skill: npx gooseworks install --all npx gooseworks login 2. Ask Claude Fable to make ads for your brand. /goose-ads create ads for my brand <your-website>. Fable 5 pulls the ads already winning in your space and rebuilds them on-brand – your product, your palette, your copy – a whole batch, ready to test. It can ship a month of creative testing in a single prompt. This is also possible with Opus and Sonnet, but Fable's brand research is next level. Link below.
@shivsakhuja
Sonnet 5 is here. It's worse than Opus 4.8 on nearly every benchmark... Does that mean it's useless? Absolutely not. Use it with Claude Code Dynamic Workflows! 1. /model set to Sonnet 5 2. /effort set to Ultracode 3. Any complex task will kick off a dynamic workflow This will only become more powerful when Fable is back. You'll use Fable 5 as the superintelligent advisor and Sonnet 5 as the fast and efficient implementer.
@daniel_mac8
sneaky, but also clever. https://thereallo.dev/blog/claude-code-prompt-steganography
@steipete
Claude Desktop is now available on Linux (Ubuntu and Debian) in beta. Alongside the browser and terminal, you now get a first-class desktop experience with Claude Code, Claude Cowork, and chat on all paid plans.
@ClaudeDevs
As engineering, product, design, DS, etc. melt into a new kind of role, I was reflecting on what roles might look like in the future. For example, when I look at the Claude Code team I see what I think is five archetypes: 1. Prototyper: comes up with brand new ideas; churns out many ideas, most of which don't ship 2. Builder: quickly turns a prototype/idea into production-grade product/infra 3. Sweeper: cleans up the UI, simplifies the code and system, unships, optimizes performance 4. Grower: takes a product that has been built and iterates on it to improve Product-Market Fit 5. Maintainer: owns a mature system to make it secure, reliable, fast, and efficient as it scales Many people span across 2 roles, and sometimes 3 roles. I also notice that these roles are not really tied to job function -- eg. across Anthropic, some designers match category 1, some 2, some 3; same for engineers, PM, DS. A healthy team needs a mix of these, depending on the product: - A product that is new and pre-PMF needs people that are strong at 1+2+3 - A product that is growing and has found PMF needs 2+3+4 and some 5 - A product that has strong PMF needs 3+4+5 and some 2 Maybe product roles of the future will look more like this, and less like the domain-specific roles of today?
@bcherny
I'll bet you didnt know you could do this with Claude Code
@LLMJunky
This is the most exciting time in history to be a solopreneur: - Claude Code to build - Stripe to monetize - Fastlane to market - Posthog to understand usage This is insane 👇
@gauravsbuilding
Claude Tag is the next evolution of agents. It's a proactive, multiplayer agent with memory and identity, built on top of Claude Code. Learn more about how Claude Tag works and best practices for using it in this deep dive.
@ClaudeDevs
How I AI: Using Codex + Claude Code to Prototype Agents
@clairevo
Loop Engineering Clearly Explained
@akshay_pachaar
WTF Is a Loop? Part 2: The 15 Loops People Are Actually Running (and the Commands to Steal Them)
@mvanhorn
5 steps to create amazing videos like the one below from HTML for free: Install @HyperFrames_ in your favorite coding harness (e.g., Codex or Claude Code). Then... 1. Gather your assets Create a project folder and add screenshots, logos, website captures, reference clips, and a frame md to give Hyperframes the raw material for your video. If you have a design md you can convert it to a frame md here:
@petergyang
New in Claude Code: Artifacts. Interactive pages built from your session, like a PR walkthrough or a living project dashboard, shared with your team at a private link. Available in beta on Team and Enterprise plans.
@claudeai
Claude Code and Claude Design now sync both ways. Run /design-sync to pull your design system into your repo and build against your real components, or push what you've built back into Claude Design and keep editing on the canvas.
@ClaudeDevs
Introducing /visual-plan - a skill to generate rich, visual plans for Claude Code and Codex. Plan mode in Claude Code is incredible. But I always find my eyes glazing over when it gives me this huge markdown essay in my terminal. I found I can make much better visual plans with reusable components. So I made a skill called `/visual-plan`. It generates plans as MDX with visual, interactive components. Diagrams, interactive API specs, schema design changes, annotated code, and even pan and zoomable wireframes. So for any UI work, you can look at a wireframe first, comment on it, iterate, and then have the agent work. I’ve found this to be a much more intuitive interface for reasoning about what the agent is doing. It’s somewhat inspired by that popular post about how HTML is better than Markdown. But HTML can be slow and verbose to write. And it doesn’t look good checked into a repo. This has really made me feel like humans and engineering are entering a new abstraction phase, where we reason about things at the plan level. As long as the plan is good, agents are getting more and more reliable at executing on it. Almost to the degree that we trust the C compiler to compile to assembly reliably. Plans are the new intermediate representation. I also made a skill for the reverse of this, called `/visual-recap`. After the agent works, it gives you a recap of everything it did. Same idea: wireframes, interactive API specs and diffs, schemas, annotated code, etc. So now when you’re reviewing what the agent did for you, or looking at a pull request of somebody else’s code, you can see a visual recap instead of just reading a wall of text. It’s all free and open source. You can find it on my GitHub. Will link to it in the reply because we all know how dumb these algorithms are with links.
@Steve8708
anyone built a reliable system/solution for indexing and searching threads across claude code, codex, cursor..etc? All the built-in ones are not that great.
@shadcn
PROOF same model, same effort, same provider, same codebase, same prompt claude code vs pi + fff extension vs opencode 0.17.3
@neogoose_btw
How I use Claude Code and Remotion to make animated diagrams. Sorry, it's not a single prompt. 1. Find an input language the model knows well. For example, Mermaid for flowcharts. Claude writes it fluently, so it's my entry point. 2. Use Claude to build components that take that input and bake in the guardrails: design system, animation patterns, layout rules. 3. Now I can describe what I want in plain English e.g. "create a flowchart for the tier check section in the script", and Claude translates it to our input language: ``` flowchart TD t1[Tier 1<br/>read-only] t2[Tier 2<br/>in-project writes] t3[Tier 3<br/>everything else] action[Action] --> t1 action --> t2 action --> t3 t1 --> skip([Skips classifier]) t2 --> skip t3 --> classifier{Classifier} classifier --> approve[Approve] classifier --> deny[Deny] ``` The component handles the rest: layout, styling, node and edge reveals. It also takes events for follow-ups like the trace dot that follows a path and lights up nodes. 4. To finish it off, I wrapped the board in a separate CRT shader component. It really helps to have a shared vocabulary with your agent. When I say "rise in fast on enter", it knows I mean fade in while translating up, from a set offset, faster than the default duration, with a specific bezier curve. For common language inspo: look into @mattpocockuk `/grill-with-docs` and
@delba_oliveira
This is the best way to use Claude Fable in Claude Code without immediately hitting your limits. 1. Model set to Fable 5 2. Reasoning on Max 3. Instruct Claude to run a dynamic workflow where: 3a. Fable is the orchestrator 3b. Opus does the reasoning heavy phases Fable is so overpowered that you don't need its intelligence for every step. Let it orchestrate Opus or even Sonnet.
@daniel_mac8
We're betting on the next 1B+ users being agents, so we're launching agent signups. Ask your agent to add Firecrawl, instantly claim your API key, then pull web data in seconds. Works with Codex, Claude Code & Grok Build, all powered by auth.md from @WorkOS🔥
@firecrawl
Claude Fable 5 changed how we work on the Claude Code team day to day. We used to verify that Claude did the work right. Now we verify that it's doing the right work. Here’s the 3 biggest changes:
@ClaudeDevs
When we first demoed Claude Code internally, it got two reactions on Slack. A year after GA, @_catwu and I sat down to talk about what's changed: why I use auto mode instead of plan mode, how routines fix bugs before I see them, why I do most of my coding from my phone now, and where the product is going
@bcherny
Fable 5 is now available in Claude Code and Cowork Fable is the best model I have used for coding, by a wide margin. It is a big step up, enabling less prompts and steers, more efficient token use, better code quality, better tool use, more intelligent self-verification, longer running sessions, and higher trust & autonomy. Happy coding!
@bcherny
Self-Evolving Autoresearch Workflow Loops
@alokbishoyi97
Introducing text-to-lottie: an open source skill and harness for generating production ready Lottie animations with codex/claude code. $ npx skills add diffusionstudio/lottie Prompts guide and repo in the comments.
@konstipaulus
Seeing a number of benchmarks showing Opus is the best model for long-running work. Five tips for running Opus autonomously for hours/days: 1. Use auto mode for permissions, so Claude doesn’t ask for approval 2. Use dynamic workflows, to have Claude orchestrate hundreds/thousands of agents to get a task done 3. Use /goal or /loop, to nudge Claude to keep going until it’s done 4. Use Claude Code in the cloud, so you can close your laptop (easiest way is the desktop or mobile app) 5. Make sure Claude has a way to self-verify its work end to end: Claude in Chrome browser extension for web, iOS/Android sim MCP for mobile, a way to start the full web server or service for backend work
@bcherny
"I don't prompt Claude anymore. I have loops running that prompt Claude and figuring out what to do. My job is to write loops. And this is transition we're going to see for the rest of the year." - Boris Cherny, head of Claude Code at Anthropic.
@rohanpaul_ai
🖨️ It took over a year and lots of help from Claude Code but I have now been able to create a real dot matrix printer on the web that prints from Windows 3.11 in your browser: Here's the test page:
@levelsio
We’ve added a CLI for Claude Platform to make every API endpoint runnable from your terminal. Call the Messages API, stand up Claude Managed Agents, pipe results straight into your shell. The ant CLI is well understood by coding agents (Claude Code) using the claude-api skill.
@ClaudeDevs
Had Claude Code build a snake game where the snake becomes aware it is in the game and then... stuff happens. Some impressive creative decisions by the AI (& also some very AI ones), I just gave a first prompt and some feedback on the game as it went. https://snake-awakening.netlify.app/
@emollick
A harness for every task: dynamic workflows in Claude Code
@trq212
Every Agentic Engineering Hack I Know (June 2026)
@mvanhorn
State of Memory in Agent Harness
@mem0ai
Introducing Impeccable 3.5, the best way to design in production: iterate on real UI with your AI agent, in the codebase you actually ship. Turns out many popular design skills, including Impeccable and Anthropic's frontend-design, weren't actually very good at...design (the workflow was valuable, but the output didn't magically make LLMs like GPT great designers). We measured it across thousands of generations: 74% of pages used the cream AI-default background, 76% reached for extreme letter-spacing, 90%+ failed the contrast floor. So we started fixing slop systematically, specific to each model. The skill now compiles rules for the exact defects each model makes, instead of shipping one generic file to everyone. The biggest jump is in GPT-5.5 and Codex. Also new: ◆ It now knows the difference between a new project and an existing one. Existing codebase, it reads your design system and preserves your identity. Greenfield, it seeds a fresh palette from 129 hand-curated anchors so every cold start doesn't drift to the same safe colors. ◆ Live Mode is now in beta, and works at two scales. Type a direction into the new Steer bar, or speak it, and the agent reads the whole page and edits it in place. Or pick a single element, steer it with a sub-command, live-edit any copy, and accept the variant straight back to source. Insert mode scaffolds brand-new elements between the ones already there. Recovery survives HMR, hidden heroes, and dev-tool overlays. ◆ A rebuilt anti-pattern detector. Torn off jsdom and onto a real CSS cascade resolver: roughly 20x faster, dependency-free, and now small enough to run inline inside the skill, not just the CLI and extension. 14 new rules, 41 total. ◆ The skill keeps itself current, checking once a day and offering to update. Plus /impeccable init and a bare /impeccable that reads your repo and tells you the next move. Free, open source. Claude Code, Codex, Cursor, and more.
@pbakaus
Anthropic engineer: "You're not supposed to watch Claude Code work. You're supposed to wake up and review what it shipped." In 22 minutes she builds the entire workflow live on camera. Most people close their terminal and everything stops. This setup keeps shipping while you sleep. Watch the video, then save the exact setup below👇
@zodchiii
This guy is running a cluster of Claude Code terminals vibe coding apps until he hits $1,000,000 Most interesting person shipping I've seen recently He's on here too @matthewmillerai but doesn't seem to tweet a lot https://www.youtube.com/@bridgemindai
@levelsio