David Vaughn
511 posts

David Vaughn
@davidvaughn006
Software Developer | Beast | Underperforming Jocko Disciple

I can't help but feel personally burned by the Claude Code changes announced today. We put so much work into wrapping the (atrocious) Claude Agent SDK in T3 Code. It was the ONLY path they supported, so we made it work. It was hell. Now our users are getting their rate limits cut by 40x, despite us doing everything right. I listened to the Claude Code team. I had my issues with their direction, but I trusted them and took them at their word. I will never make that mistake again. Until we see significant change, it is safe to assume any statement from an Anthropic employee is a lie on a timer. The rug will be pulled, no matter how many promises are made beforehand.








i think there is an opportunity here for the universities as i said in htmx.org/essays/yes-and/: you have to write code to read code universities can start emphasizing manually writing code to provide the necessary background for students to avoid the sorcerers apprentice trap


std::vector always heap allocates. std::array can't change size. For decades, there's been no standard container that gives you a dynamically sized array with a compile-time capacity limit and zero heap allocation C++26 finally adds std::inplace_vector. Guess where they got the idea 🧵👇

discovering basic web dev from first principals











