
David Young
1.9K posts

David Young
@davidallyoung
Lucky Husband to @youngnerual. Dad to Ruby and Bennie. Computer Person.


You might believe you should spend less time thinking about code because of AI. I strongly disagree! We’re watching this play out live where tons of AI generated code becomes a liability. At the end of the day, an engineer needs to be responsible / on call for code that gets shipped to production. If you don’t understand the system you’re trying to debug, you’re probably going to have a bad time. Yes, AI can help with all of this, if you set up the proper systems. You can have agents triage prod logs, look at errors, etc. You can speed up parts of the investigation, but an engineer needs to make the call. There might be serious customer or financial implications from that change. I expect the trend continue for trimming dependencies, vendoring code so you can modify it directly, preferring simpler systems with fewer abstractions, and spending waaaay more time thinking about system design and code maintenance. I’ve said this before, but it’s a great time to get familiar with CS fundamentals and some of the history behind what great software looks like. Many parts will be different in the coming years as AI progresses, but also a lot more than people realize will stay the same.





@opentelemetry is officially a CNCF graduated project! 🎓🎉 OpenTelemetry has become the trusted de facto observability standard, backed by 12,000+ contributors from 2,800+ organizations and helping teams gain better visibility across distributed systems. Congrats to this incredible community! Read more about the milestone here: bit.ly/4fvcHAb




Sources: some Amazon employees are using in-house OpenClaw-like tool MeshClaw for unnecessary tasks to inflate AI token use after Amazon set weekly AI targets (Financial Times) (Visit Techmeme dot com for the link and full context!)

What happened at Cloudflare may have looked like an over-hiring correction, but we’re seeing the same pattern at Meta and elsewhere: Most companies are actively replacing payroll costs with infrastructure costs. The implication is that AI didn’t meaningfully increase productivity or render those roles redundant rather, the infrastructure costs arrived before the productivity gains did.


What’s actually happening is these businesses are stripping out the context carriers to hire more innovators and marketers. I wrote about what is happening here open.substack.com/pub/educatedgu…







Interesting article on treating agent output like compiler output (and why) skiplabs.io/blog/codegen_a…

