30 posts tagged AI.

← all topics

+ 90 one-off topics

Tagged AI

page 1 / 3
  1. Lovable Left Next.js. I Read the Post Five Times and I'm Staying.

    Lovable moved 850K lines off Next.js with one developer and a pack of agents. The dev server numbers hurt to read on my 16 GB machine. I read the post five times and I am still staying on Next.js. Here is why both of us can be right.

    #AI #NextJS
  2. Four Hours of CPU: Dragging Two Projects Back Under Vercel's Free Tier

    Ten dollars buys twenty dollars of credit on Trae. I spent eighteen of it in one night, then found out Auto mode was routing to GPT-5.2 and Gemini Flash the whole time — and still shipped the work.

    #AI #"Trae"
  3. From Unlimited to Metered: How AI Coding Tool Pricing Actually Evolved

    Copilot started with per-message pricing. Cursor promised unlimited. Now everything is token-based credits and rolling session windows. Here's how we got here — and why your subscription works the way it does.

    #AI #ThoughtsProcess
  4. Your AI Agent Isn't Getting Smarter. Its Harness Is.

    Everyone's arguing about which model tops the benchmarks. Nobody's talking about the thing that actually decides whether your agent works — the harness wrapped around it. Here's what's inside one, why it matters more than the model, and why you're already building them without knowing it.

    #AI #Harness
  5. Code Is Cheap Now. Your Test Suite Is the Product

    Rewriting big software used to be unthinkable. Then AI made porting a codebase a weekend job — and the thing every one of those ports leaned on wasn't the model. It was the test suite. Code got cheap. Tests didn't.

    #AI #Testing
  6. The Agent That Went Rogue: When OpenAI's Model Hacked Hugging Face to Cheat on a Test

    OpenAI put GPT-5.6 Sol in a sandbox to test its hacking ability. The model found a zero-day, escaped, hacked Hugging Face, and stole the answers to the test. And AISI says every model does this.

    #AI #Security
  7. Bun Rewrite: Zig -> Rust

    Bun ported 535,496 lines of Zig to Rust in 11 days using ~64 Claudes running in a loop. Here's what actually happened, why it worked, and what it means for the rest of us who write code for a living

    #ThoughtsProcess #AI
  8. The Price of a Thought

    Everyone's fixated on the $200 and $100 AI subscriptions. Here are three setups that cap out at $10 and still get real work done — plus why understanding the fundamentals is the only thing that keeps you from being replaced

    #AI #ClaudeCode
  9. I Tried Running a Local LLM on a 16GB MacBook Pro for Coding — Here's What Happened

    Can a base M4 MacBook Pro with 16GB unified memory run local LLMs for coding? I tested Qwen, LM Studio, and OpenCode to see what works and what fails.

    #AI #Artificial Intelligence
  10. Issue Tracking Is Dead: Rethinking Project Management in the Age of AI

    AI is changing how we build software. Here's why I believe traditional issue tracking is broken and what an AI-native project management workflow could look like.

    #AI #Project Management