76
submitted 2 months ago by [M] to c/aicoding@programming.dev
77
 
 

There’s a specific code smell that shows up in AI-generated code, and once you see it you can’t un-see it: primitive obsession all the way down to the domain core. string for emails. string for IDs. Map<string, any> whenever the situation gets hairy. Working code, passing tests, ships fine. And yet a developer who’d actually thought about the domain would not have written a single one of those types that way.

78
The age of fast food (www.abareplace.com)
submitted 2 months ago by [M] to c/aicoding@programming.dev
 
 

An analogy came to my mind this winter: vibecoding is fast food. You can cook at home (write the code yourself), you can go to a good restaurant (hire a programmer), or you can buy yourself a hamburger (use AI tools).

79
80
81
82
83
84
85
86
87
 
 

Over the past 16 months, DX has been running a longitudinal study on AI’s impact on engineering velocity across a sample of more than 400 engineering organizations. We found that as AI tool usage increased by an average of 65%, median PR throughput increased by just under 8%. Most organizations are landing in the 5–15% range—a meaningful gain, but far below the 3x or 10x expectations many leaders are being held to.

88
89
90
91
92
‘Tokenmaxxing’ as a weird new trend (blog.pragmaticengineer.com)
submitted 3 months ago by [M] to c/aicoding@programming.dev
93
94
95
96
97
98
99
100
view more: ‹ prev next ›