Ocerge 29 minutes ago
harryquach an hour ago
I wish I had better news, but really just want you to know you are not alone and I empathize with you. I do think there is a cost to pay when using AI to output all of the code. A deep mental model is impossible and this will have downstream impacts. I am hopeful this will settle into a happy middle ground where AI is used but not relied upon.
mstaoru an hour ago
One outlet in all this AI craze is finding creative use of it in mundane work. For example, recently I made SIMD-level optimizations for XLS parser that is used maybe 2 times per day. Before AI I could never waste a week or two on doing something silly like that.
I'm sure the "price reckoning" will come to us when VC will find out they didn't have infinite money, but for now we can have some level of fun even with AI.
BrucecarlL 2 hours ago
We used to be obsessed with elegant design and would lose sleep over an optimization. Since vibe coding came along, those days are gone for good. As technologists, we typically feel anxious about losing control over our code. The speed of AI makes it nearly impossible for us to carefully review the code.
We know AI makes mistakes all the time, and our job has become that of an AI corrector.
dofm 2 hours ago
You are not wrong to have your feelings or to strongly identify your sense of self with your work; that is what we used to call “finding your vocation”.
I share your feelings and have been focusing my energy on learning local and open weights AI to work through it because it seems to be impossible to avoid it all entirely as a freelancer who needs to remain competitive, and a bit of righteous/ethics/sustainable process fire in my belly doesn’t hurt.
But focusing on how you feel first, and then hopefully thinking about other ways you can feel valuable, is not wrong.
You are not alone and I wish you the best.
anony-123 2 hours ago
I think the architecture around systems is un-replaceable like what I do now, is I create specs and then asks the agents to cook exactly as the spec.
What's your AI workflow btw?