Ask HN: Are there any real examples of AI agents doing work?
71–80 of 81 posts
Re: Ask HN: Are there any real examples of AI agents doing work?
#72Re: Ask HN: Are there any real examples of AI agents doing work?
#73Earlier quoted context omitted.
Most people in large work environments are very task specific and deviation from playbook is punished.
That’s great. They’re still capable of doing other things
Re: Ask HN: Are there any real examples of AI agents doing work?
#74Earlier quoted context omitted.
I’m a pm, today I built a working mockup with windsurf (golang + wails + vuejs +duckd). Windsurf uses codeium, branded as the first agentic IDE. Your requirements will improve, not sure if in the long I still need developers to build the actual software. The development process with windsurf is a bit like throwing a dice, hoping for a 6. A lot of trial and error, but if you check the git log, you see about 15 minutes…
As a PM if you're gathering requirements and building too have a look at genatron.ai
Re: Ask HN: Are there any real examples of AI agents doing work?
#75I've created agents for the following: - ICP / Sales Agent: I hired an offshore resource and built a GPT that they can send titles and other identifiers to, and it would say if it was in our ICP or not. I created it for a specific process that has outlined steps and FAQ from that person on things they have encountered, I plan on adding more questions and answers. This was super helpful on saving time on answering que…
Those sound like basic LLM workflows with nothing agentic about it.
The workflows can be easily updated to be an agent, the scan already creates sales opportunities for me and can be updated to create messages based on active email campaigns that I have created.
Re: Ask HN: Are there any real examples of AI agents doing work?
#76Earlier quoted context omitted.
The difference is that algorithms have known inputs and “agent” implies a a greater level of adaptability to unforeseen inputs.
That sounds alright, but I'm having difficulty imagining a situation where a business wants to produce a quote with novel element types / parameterizations not yet seen before without a human hand in the loop.
For that it would be fine if the AI took a stab at something novel like a faster than usual delivery timeline or higher than usual part tolerances. It might get the economics wrong, but just by including them it would be easier for a human to adjust.
Re: Ask HN: Are there any real examples of AI agents doing work?
#77Re: Ask HN: Are there any real examples of AI agents doing work?
#78Amazing that at nearing the 50 comment mark and there only seems to be people who have successfully created tutorial examples? And some other things that could be done with more purpose specific traditional solutions. And some people showing love for the concepts. This is probably the bleakest I've seen a Ask HN thread considering this is where all the money is going. I think one stark thing that maybe isn't being ad…
There was a similar one asking about blockchains solving actual problems. There too the answer was essentially: nope.
Update: there it is: https://news.ycombinator.com/item?id=22914430
Re: Ask HN: Are there any real examples of AI agents doing work?
#79sales ops here. I was just tasked with figuring out how to use AI to use previous quotes to generate new quotes so sales people don't spend so much time creating quotes. Seems like the perfect thing for an agent. Anyone done this?