Paper Clips

Read Less, Know More

Wednesday, March 11, 2026
Universe of AI

Claude Code + Ollama = FULLY FREE AI Coding FOREVER! (Tutorial)

This tutorial demonstrates how to use Claude Code (Anthropic's AI coding agent) completely for free by connecting it with Ollama's local open-source models. Through Ollama's API compatibility,...

Tuesday, March 10, 2026
Simon Willison

AI should help us produce better code

Simon Willison argues that AI coding tools should enhance code quality rather than degrade it. The key insight is that AI agents excel at handling time-consuming refactoring tasks that developers...

The Pragmatic Engineer

Uber: Leading engineering through an agentic shift - The Pragmatic Summit

Uber has transformed from using AI for pair programming assistance to full peer programming with autonomous agents. Their shift to agentic AI has enabled engineers to focus on creative work while...

AI News & Strategy Daily | Nate B Jones

Stop accepting AI output that "looks right." The other 17% is everything and nobody is ready for it.

Most AI users focus on generation skills like prompting and workflows, but the real competitive advantage lies in learning to systematically reject inadequate AI output. The ability to say "no" to...

AI News & Strategy Daily | Nate B Jones

I say "NO" to AI more than I say yes. That's the whole strategy. This is why you should too.

The most valuable AI skill isn't prompting or workflow design - it's learning to reject AI output that doesn't meet your standards. This video argues that systematically saying "no" to subpar AI work...

Wes Roth

this EX-OPENAI RESEARCHER just released it...

Ex-OpenAI researcher Andre Karpathy has released an open-source "auto researcher" that can autonomously conduct machine learning research and improve AI models overnight. This represents a potential...

Universe of AI

Claude Code Code Review, Deepseek v4, Gemma 4, OpenClaw Update, Copilot Cowork, & More! HUGE AI News

This video covers major AI developments across multiple companies including Claude's new code review system, Microsoft's autonomous Copilot Co-work feature, and delays in DeepSeek v4 release. The...

anthropics/claude-code

anthropics/claude-code v2.1.72

Claude Code v2.1.72 brings significant workflow improvements including direct file writing over SSH, enhanced planning capabilities, and numerous fixes for voice mode, plugin management, and...

Monday, March 9, 2026
The Pragmatic Engineer

Ramp: Lessons from Building a New AI Product - The Pragmatic Summit

Ramp's engineering team shares lessons from building AI agents for finance operations, covering their journey from building hundreds of separate agents to consolidating into a single agent with...

Simon Willison

Production query plans without production data

PostgreSQL 18 introduced new functions that let developers copy database statistics from production to development environments. This enables replicating production query plans without copying the...