AI Coding & Developer Tools
-
Embarrassingly Simple Self-Distillation (SSD) Boosts Qwen3-30B Code Scores by 30% — No Teachers, No RL, No Tricks
Apple researchers just published a paper that made Hacker News lose its mind. 596 points, 180 comments, top AI post of the day. The title alone tells you why: “Embarrassingly Simple Self-Distillation Improves Code Generation.” The pitch is almost too good to believe. Take a model. Have it generate its own code solutions. Filter out… Continue reading
-
Memvid packs AI agent memory into a single file — and outperforms SOTA RAG by 35%
The standard way to give an AI agent memory in 2026: spin up a vector database, build a RAG pipeline, manage embeddings, figure out chunking strategies, handle scaling. It works, but it’s a lot of infrastructure for what is fundamentally a simple problem — “what did we talk about last Tuesday?” Memvid throws all of… Continue reading
-
One GPU, Ten Developers, $10/Month Each: Inside sllm’s Shared Inference Gamble
Running open-source models on cloud GPUs costs real money. A single H100 on-demand runs $2-7/hour depending on the provider. Dedicate one to serving DeepSeek V3 (685B parameters) and you’re looking at roughly $14,000/month. Even smaller setups for 70B-class models land in the $500-2,000/month range. For individual developers and small teams experimenting with local AI, that’s… Continue reading
-
Claude Code Found 5 Linux Kernel Vulnerabilities — One Was Hidden for 23 Years
Nicholas Carlini wrote a simple script. He pointed Claude Code at the Linux kernel source, one file at a time, with a prompt that basically said “find vulnerabilities, treat this like a CTF challenge.” No fancy tooling, no custom pipeline, no months of fine-tuning. Just a loop, an LLM, and the entire Linux kernel. What… Continue reading
-
Block Goose scored 34K GitHub stars by giving away what others charge $200/month for
Block — the fintech company behind Square, Cash App, and Afterpay — built an AI agent for its own engineers. They called it Goose. They deployed it across all 12,000 engineers in the company. Those engineers started shipping 40% more production code. Each one reported saving 8 to 10 hours a week. Then Block cut… Continue reading
-
Anthropic’s Claude Code OpenClaw Restriction Policy: $200/Month Users Push Back, OpenAI Opens Its Doors
Starting April 4, 2026 at noon Pacific time, Claude Code subscriptions no longer work with OpenClaw. If you’re a developer running autonomous agent loops on a $200/month Claude Max plan, your workflow broke today — unless you opt into separate pay-as-you-go billing on top of what you’re already paying. The Hacker News thread about this… Continue reading
-
Mintlify ChromaFs Turns UNIX Commands Into the Only RAG Interface AI Agents Actually Need
Every AI documentation assistant in 2025 worked the same way: user asks a question, the system fires a vector search, returns the top-K chunks, and hopes the answer is somewhere in there. It mostly worked. Until it didn’t. Multi-page answers? Missed. Exact code syntax buried in the wrong chunk? Gone. The retrieval wasn’t broken —… Continue reading
-
Cursor 3 bets $29B that developers want to manage agents, not write code
Anysphere just ripped out the heart of Cursor and replaced it with something completely different. On April 2, Cursor 3 launched — and it’s not an IDE update. The company dropped its code-editor identity entirely and rebuilt the product as an agent orchestration platform. You no longer open Cursor to write code. You open it… Continue reading
-
700 GitHub Stars in a Week: Apfel Exposes the Free LLM Apple Locked Behind Siri
Every Mac with Apple Silicon has a large language model built into the operating system. Not downloaded. Not sideloaded. Baked in. Apple ships it as part of Apple Intelligence — a 3-billion-parameter model that runs entirely on your Neural Engine and GPU. Zero cloud. Zero cost. Zero API keys. You just can’t use it. Not… Continue reading
-
7.7K Stars and Climbing: oh-my-codex (OMX) Turns OpenAI’s Codex CLI Into a Multi-Agent Powerhouse
OpenAI shipped Codex CLI. It’s fast, it’s free, it writes decent code. But use it for anything beyond a single-file task and you’ll hit the wall: no hooks, no coordination, no way to run multiple agents in parallel. One context window, one task, one thread. Yeachan Heo — the same Korean developer behind oh-my-claudecode, which… Continue reading
