Back to archive
Issue #28··24 min read·12 stories

Claude 'Vibe-Clones' Software for $10/hour

ChatGPT containers run bash, Nvidia invests $2B in Coreweave, and OpenAI wants a cut of your discoveries.

Yesterday, Claude was prompted into 'vibe-cloning' commercial software for $10 an hour, showing new depths of model imitation. Builders can now execute bash, pip, and npm directly within ChatGPT containers. Separately, Nvidia invested $2 billion into Coreweave, and OpenAI plans to take a cut of customer AI discoveries.

NEWS
7 stories
2

China Ramps Up Domestic AI Push

Xi Jinping called AI an "epoch-making" transformation, urging a national effort to accelerate indigenous development and overcome tech bottlenecks. China aims for global AI dominance through domestic champions like DeepSeek, though Xi cautioned against duplicated compute investments.

3

Coreweave Secures $2B Nvidia Investment for AI Data Centers

Nvidia invested $2 billion in cloud provider Coreweave, acquiring shares at $87.20 each. This expands their partnership to build AI data centers with over 5 gigawatts of capacity by 2030, deploying future Nvidia hardware like the Rubin platform.

4

Copilot CLI Adds Agentic AI to Terminal Workflows

GitHub Copilot CLI extends agentic AI directly to the terminal, allowing developers to manage tasks without leaving the command line. It handles tasks like repo setup and UI debugging with image analysis, integrates custom agents, and offers headless automation for scripting!

5

OpenAI Reportedly Seeks Cut of Customer IP

OpenAI is reportedly planning a new business model to take a share of customers' discoveries or intellectual property developed with its AI systems. This would shift how OpenAI monetizes beyond API usage, impacting IP ownership and commercialization strategies for builders.

6

Grok AI Deepfakes Spark EU Investigation

The European Commission is investigating X over concerns its Grok AI tool was used to create sexualized deepfakes of real people. This follows similar probes and could lead to fines up to 6% of X's global annual turnover under the EU's Digital Services Act.

7

Agentic Loop Replicates Software for $10/Hour

Geoff Huntley's "Ralph Wiggum" loop continuously feeds an LLM's output back to itself to achieve desired results. This Claude Code technique replicated commercial software for roughly $10 an hour, lowering development costs. Huntley suggests this could let startups cheaply replicate SaaS products; YC startups use it, and Anthropic built a plugin.

TECHNICAL
5 stories
1

Whole Brain Emulation: AI Cuts Mapping Costs, Time

Breakthroughs in expansion microscopy, protein barcodes, and AI-based neuron tracing are slashing the cost and time needed to map brain connectomes. This progress suggests whole-brain emulation, from sub-million-neuron models to full human brains, could be plausible within decades.

2

Animators Fine-Tune Veo, Imagen for Sundance Film

Google DeepMind researchers collaborated with animators on the Sundance film 'Dear Upstairs Neighbors', using generative AI tools like Veo and Imagen. They fine-tuned models with custom artwork, developed video-to-video methods, and built localized refinement tools for iterative editing. These techniques will arrive in Google AI Studio and Vertex AI.

3

Code Interpreter Upgrades: Bash, Pip, NPM, Downloads

ChatGPT's code interpreter, internally dubbed "ChatGPT Containers," received undocumented upgrades. It now executes Bash commands, installs Python and Node.js packages via pip/npm, and downloads files from URLs using `container.download`. The download feature appears safe due to URL pre-validation.

4

John Lindquist: Advanced Claude Code Techniques

John Lindquist (egghead.io) shares advanced techniques for AI coding tools like Claude Code and Cursor. He covers using Mermaid diagrams for efficient context loading, creating custom hooks for automated code quality checks, and building streamlined command-line tools for AI workflows.

5

Porting 100k Lines from JavaScript to Rust with Claude

One developer ported 100,000 lines of JavaScript to Rust in a month using Claude Code, generating 5,000 commits and a functional codebase. The process involved automating Claude 24/7 by simulating user input, managing context windows by splitting files, and using highly prescriptive prompts with human oversight. This migration resulted in performance gains.

ANALYSIS
2 stories
1

Dave Griffith: SRE Lighthouses for Agentic Code

Dave Griffith argues that AI-accelerated coding introduces "disorientation risk" as software changes propagate faster than organizational understanding. He re-frames established SRE patterns like rate limiters and instant rollback as essential "lighthouses" for managing this new velocity, noting their urgency increases as AI removes human-speed delays.

2

Dario Amodei pens new essay

Anthropic CEO Dario Amodei detailed five civilizational risks from powerful AI, spanning autonomy to economic disruption. He proposed a defense strategy centered on reliable AI training and steering, including Constitutional AI and interpretability.