Watch, Read, Listen


  • by

    this post have been formatted by AI

    Had a simple but annoying task today: take a massive block of text (no spaces) and split it into 5-character chunks. You’d think AI could handle this easily, right? Wrong. Ask ChatGPT or Claude to manually split a long string into 5-character blocks and watch it hallucinate, drop characters, or just give up halfway through.…

    Read more


  • Every time I apply for a job, I see people doing the same thing: opening up a Word document and manually editing a resume to match the position. That process made sense in 2005. It doesn’t make much sense in the age of AI. The Resume Is Not the Asset Most professionals think their resume…

    Read more


  • Everyone building AI coding workflows right now seems to converge on the same pattern: And to be clear: these help. But after watching one of my coding agents decide to make a direct change to AWS infrastructure through the AWS API — despite explicit instructions that infrastructure changes must go through Terraform — I started…

    Read more


  • by

    this post have been formatted by AI

    this post formatted by AI for clarity, typos and readbility For the last fifteen years, software engineering has largely been a search for leverage through abstraction. Frameworks promised that if we accepted enough structure, conventions, lifecycle rules, and tooling complexity, we could dramatically reduce the amount of code humans had to write and maintain. And…

    Read more


  • One of the easiest mistakes for newer developers — especially in the age of vibe coding and AI-assisted app building — is storing uploaded images directly in the database. And honestly, it’s not just beginners. Even experienced engineers say things like: “We’re not going to have that many images.” “It’ll be simpler if everything is…

    Read more


  • /** AI used to format this article and clean up typos **/ The Prompt That Changes Things If you’ve got an API, try telling your AI this: “I want a Postman suite that gives me complete coverage of my API, that I can run locally but also runs as a GitHub Action when anyone makes…

    Read more


  • What Prompted This Post Two days ago, the founder of PocketOS shared a now-viral account of how an AI coding agent deleted his company’s production database—and the backups along with it—in a single automated action. With no viable recovery path, the team was forced to restore from a three-month-old backup that had only existed for…

    Read more


  • Most product teams have a quiet problem they don’t talk about enough: Everyone is working from a slightly different version of the product. Sales is pitching what they think exists.Product is planning what should exist.Engineering is building what was specified—weeks or months ago. And then AI shows up, and suddenly that ambiguity isn’t just inefficient—it’s…

    Read more


  • TL;DR Put this prompt into your AI Assistant: “I want to increase observability in my legacy project, and make it a critical component of all future development using speckit.” If you’re managing an engineering team, you already know this pattern: The issue isn’t a lack of data. It’s a lack of structured insight. Combining AI…

    Read more


  • by

    this post have been formatted by AI

    I thought I had already learned this lesson. I had written it down once: do not put OPENAI_API_KEY in a global shell environment when using Codex over VS Code Remote SSH. ChatGPT billing and OpenAI API billing are separate systems. If Codex sees an API key, it may use API billing instead. That mistake cost…

    Read more