6 posts tagged ClaudeCode.

← all topics

+ 90 one-off topics

Tagged ClaudeCode

page 1 / 1
  1. 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"
  2. 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
  3. 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
  4. 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
  5. 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
  6. I'd Never Built a Mac App. So I Built a Whole System Monitor.

    One prompt, about 30 hours over two days, two AI models (one got banned mid-build), and a native macOS system monitor I now use instead of Activity Monitor. The full build story — fan-control hacks, a 17.5 GB ghost, and all the bugs in between.

    #Swift #SwiftUI