Original Reddit post

Last month a client asked me for one of the simplest builds I have taken on in years. Checking his pending invoices every morning and send a polite WhatsApp reminder to whoever owes him money. Thats it, thats the whole job. Before writing anything I did what every developer does now and went looking for the current best way to do it and 4 hours later I had 11 tabs open comparing agent frameworks, orchestration layers, memory modules and eval pipelines. Not one reminder had gone out and I hadn’t written a line. For context, I have been building products for 8 years, mostly automation for small businesses these days(Distributors, clinics, a couple of trading setups). So I sit between the people making these tools and the people supposed to be using them and lately the two sides are not even describing the same job. My first reaction was the familiar panic that the industry had lapped me while I was busy shipping. Serious people were out there composing agent graphs and I was about to write something very basic. I sat with that for a while then closed all 11 tabs and built it with a cron job, one API call and maybe 150 lines of plain code. Its run every morning since and the client thinks I’m a genius but it was a days work or maybe less. The question I have been stuck on ever since is who exactly all these frameworks are for. I have gone looking for the businesses whose problems demand them and I keep coming up empty. What I do find?: careers built on them, conference talks, courses and thousands of builders feeling behind for not using them. An economy where the framework is the product and the audience is other framework people. Meanwhile the tile shop that just wants its invoices chased every morning shows up nowhere in the story. and I get it tbh, I have done this exact thing… Back in 2023 I took a chat assistant I had built and blew 3 weekends wrapping it into a “reusable system” with config files nobody would ever touch. It’s still on my github somewhere and no one had asked for any of it but it made ME feel like I was doing important work instead of small work and I’m pretty sure thats the real engine here… small problems don’t feel prestigious so we invent bigger ones to stand next to. So now my test is quite simple. Can I explain what this tool removes from one specific persons Tuesday? If I can’t then its an audition for other builders and not a product. The industry has plenty of auditions already. I would trade most of this years framework launches for 10k boring little builds that run every morning with no one watching. submitted by /u/Warm-Reaction-456

Originally posted by u/Warm-Reaction-456 on r/ArtificialInteligence