| ▲ | johnfn 6 hours ago | ||||||||||||||||
There are definitely tasks you can prompt an AI in 5 minutes that would take a whole day to do. One example is adding something to a CI pipeline and getting it to green (i.e. maybe you're adding your first ever e2e test), especially when your CI pipeline is painfully slow. e.g. if your pipeline takes 30 minutes to finish, and it takes around 10 tries to figure out all the random problems, that was easily a full day task before AI. Now I prompt AI to figure it out, which takes 5 minutes of active attention, and it figures it out for the rest of the day while I do other stuff. | |||||||||||||||||
| ▲ | rich_sasha 5 hours ago | parent | next [-] | ||||||||||||||||
People say LLMs do better on tasks where success is clear, like tests passing, and I can imagine it's true. Still, I find complex code fixes confirmed by tests end in the LLM fudging the code to make the specific test pass, rather than fixing the general issue. Like, where successful code run should generate a file and the test checks for the file, eventually LLM will just touch the file regardless and be done. | |||||||||||||||||
| |||||||||||||||||
| ▲ | MeetingsBrowser 6 hours ago | parent | prev | next [-] | ||||||||||||||||
There are definitely some tasks that AI has made 10x or 100x faster, but not the tasks that make up my day to day. For me, there may be one thing I do every few months that AI is really good at. The overwhelming majority of the work I do, LLM tooling is just ok at. Definitely faster overall, but with lots of human planning, hand holding and course correction. I would estimate LLMs make me, on average 50% more productive , which is huge! But from my experience I cannot believe anyone is experiencing a 8h/5m multiple productivity boost overall | |||||||||||||||||
| ▲ | Aurornis 6 hours ago | parent | prev [-] | ||||||||||||||||
I mean I wasn’t sitting around unproductively waiting for 30 minute CI runs to finish before LLMs came along, either. I also like to use LLMs for background work on iterative tasks, but the way some people talk about work in the days before LLMs make me realize how we’re arriving at these claims that LLMs make us 10X more productive. If it took someone all day to do a few minutes of active work then I could see how LLMs would feel like a 10X or 50X productivity unlocker simply by not shutting down and doing nothing at the first sign of a pause. | |||||||||||||||||
| |||||||||||||||||