AI Coding & Developer Tools
-
Unsloth Studio Brings No-Code LLM Fine-Tuning to Your Laptop — 2x Faster, 70% Less VRAM
Fine-tuning large language models has always been a two-part problem: you need the technical know-how to write training scripts, and you need the GPU muscle to actually run them. Unsloth Studio, which officially launched on March 17, 2026, is a direct attack on both. It’s an open-source, local web UI that lets you train, run,… Continue reading
-
Claude HUD Hit 5.3K GitHub Stars Because Developers Were Flying Blind With Claude Code
Claude Code is arguably the most powerful AI coding assistant available today — but until recently, using it felt like driving a sports car with no dashboard. You had no idea how much context you’d burned through, what tools were running in the background, or how close you were to hitting your rate limit. Claude… Continue reading
-
Godogen Turns a One-Line Prompt into a Playable Godot 4 Game — for About $5
Describing a game in plain English and getting back a working Godot 4 project — scenes, scripts, art assets, and all — sounds like a demo that falls apart two seconds after the recording stops. But Godogen, a set of open-source Claude Code Skills, is doing exactly that, and the Hacker News thread where it… Continue reading
-
Leanstral Uses 6B Active Parameters to Beat Models 100x Its Size at Formal Proofs
Formal verification — the practice of mathematically proving that software or theorems are correct — has long been the domain of specialists willing to wrestle with arcane proof assistants. On March 16, 2026, Mistral AI dropped a model into that world that nobody expected: Leanstral, a 119B-parameter sparse mixture-of-experts model that activates only 6.5B parameters… Continue reading
-
JetBrains launches Air — a development environment built around AI agents, not code editing
In December 2025, JetBrains did something painful: it killed Fleet, the lightweight IDE it had spent four years building. Fleet never made it past public preview. It went through multiple identity crises — first a lightweight multi-language editor, then an AI-first coding tool — before JetBrains pulled the plug, admitting that “another AI editor would… Continue reading
-
Cognee Raises $7.5M Backed by OpenAI and Meta AI Founders — Can Knowledge Graphs Fix RAG’s 40% Failure Rate?
Standard retrieval-augmented generation fails roughly 40% of the time. That number might surprise you if you’ve been following the RAG hype cycle, but it’s a well-documented pain point for anyone trying to ship AI agents in production. Documents get chunked, embedded, and stuffed into a vector database — and when a query requires connecting dots… Continue reading
-
openai-oauth Turns Your ChatGPT Subscription Into a Free OpenAI API — But Should You Use It?
One npx command. That’s all it takes to spin up a local proxy that gives you OpenAI API access without spending a cent on API credits — as long as you have a ChatGPT subscription. A developer named Evan Zhou published openai-oauth this week, and it landed on the Hacker News front page with 40… Continue reading
-
Google’s Chrome DevTools MCP Crosses 29K Stars — 29 Tools That Give AI Agents Eyes in the Browser
AI coding agents have a fundamental problem: they write code but can’t see what it actually does in the browser. They’re programming with a blindfold on. Google’s Chrome DevTools team built an MCP server to fix exactly that — and based on the 307 points and 136 comments it pulled on Hacker News this weekend,… Continue reading
-
Rudel Analyzed 1,573 Claude Code Sessions — 26% Were Abandoned in Under a Minute
Everyone talks about how AI coding tools are boosting developer productivity. But almost nobody is measuring what actually happens inside those sessions. How many tokens get burned per task? How often do developers bail out before getting any real value? Which features go completely unused? Rudel, an open-source analytics platform built specifically for Claude Code,… Continue reading
-
27K GitHub Stars in Weeks: learn-claude-code (by shareAI-lab) Breaks Down AI Coding Agents Into 12 Lessons
Claude Code has become one of the most talked-about developer tools in 2026. But while millions of developers use it daily, very few understand what actually happens under the hood. How does it decide which tool to call? How does it manage context when a codebase has thousands of files? How does it coordinate multiple… Continue reading
