Ask HN: Are there any substantial examples of blockchain solving a real problem? (2020)
Ask HN: Are there any real examples of AI agents doing work?
61–70 of 81 posts
Re: Ask HN: Are there any real examples of AI agents doing work?
#62Re: Ask HN: Are there any real examples of AI agents doing work?
#63Most “agents” are just starter prompts + a small set of tools that they can use to respond to things, like access to a database. They’re workflow automation
Re: Ask HN: Are there any real examples of AI agents doing work?
#64The name for me is less important so much as can I have something that does my work for me. I've been starting to play with my own solutions between the 3 foundational modal companies. I've started to try to build my own stuff a bit, I think I need to learn more about apple scripting, also so far my experiments have required me to have multiple systems running to make it super easy for me. You're all going to laugh a…
Going to spend the rest of the day building out the full system till I have a complete complement of agents that can do every task in the startup, heh.
Re: Ask HN: Are there any real examples of AI agents doing work?
#65Re: Ask HN: Are there any real examples of AI agents doing work?
#66Re: Ask HN: Are there any real examples of AI agents doing work?
#67Re: Ask HN: Are there any real examples of AI agents doing work?
#68The name for me is less important so much as can I have something that does my work for me. I've been starting to play with my own solutions between the 3 foundational modal companies. I've started to try to build my own stuff a bit, I think I need to learn more about apple scripting, also so far my experiments have required me to have multiple systems running to make it super easy for me. You're all going to laugh a…
Just an update here, I forgot I'm supposed to have childlike wonder and it's the weekend but then I remembered...sooo.... 4hours later I now have a complete marketing department of agents, it works pretty well actually. I gave it a high level task around building a full campaign, and it is. Here is the social media manager agent off on it's own composing the tweets, the social media manager agent is build with 4 inte…
Re: Ask HN: Are there any real examples of AI agents doing work?
#69Earlier quoted context omitted.
I need an AI agent to continuously ask questions of PMs or stakeholders until the requirements are less vague. The good thing is this would be a plain english discussion which LLMs are good at. A PM can ask if something is technically feasible to some degree too. Maybe it can even break up tickets in a much better fashion too.
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…
Re: Ask HN: Are there any real examples of AI agents doing work?
#70Most “agents” are just starter prompts + a small set of tools that they can use to respond to things, like access to a database. They’re workflow automation
Workflows = automations that use LLMs (or a sequence of LLM calls) at some point. Eg. "Classify this input and respond with JSON"
Is Siri or Google Assistant an "agent"? I would say no it's basically an LLM with function calling. Eg. "What's the weather -> uses predefined weather api"
Agents would need to be able to self integrate, which is impossible without giving them full computer use or admin permissions - which creates massive security risks nobody seems to be talking about.