Earlier quoted context omitted.
I would check out this company, Swarms ( https://github.com/kyegomez/swarms ) who's working with enterprises to integrate multi-agents. But definitely a great point to focus on, the research paper mentions that the scaling of performance reduces with complexity of the task, which is definitely true for SWE
I totally believe that people are selling solutions around this idea, what I'd like to hear is genuine success stories from people who have used them in production (and aren't currently employed by a vendor).
AI agents but they're working in big tech
51–58 of 58 posts
Re: AI agents but they're working in big tech
#52Earlier quoted context omitted.
> Where you specify a top-level objective, it plans out those objectives, it selects a completion metric so that it knows when to finish, and iterates/reiterates over the output until completion? I built Plandex[1], which works roughly like this. The goal (so far) is not to take you from an initial prompt to a 100% working solution in one go, but to provide tools that help you iterate your way to a 90-95% solution. Y…
This looked very promising. Although, it's now prompting me to make an account when I issue `plandex new`? None of the video demos show this requirement. I think the demos should show this requirement. Or the Quickstart docs should directly link to the self-hosted instructions. "? Hey there! It looks like this is your first time using Plandex on this computer. What would you like to do? > Start an anonymous trial on…
Re: AI agents but they're working in big tech
#53Earlier quoted context omitted.
This looked very promising. Although, it's now prompting me to make an account when I issue `plandex new`? None of the video demos show this requirement. I think the demos should show this requirement. Or the Quickstart docs should directly link to the self-hosted instructions. "? Hey there! It looks like this is your first time using Plandex on this computer. What would you like to do? > Start an anonymous trial on…
Thanks for the feedback. The cloud option is offered as a way to get started as quickly as possible, but self-hosting is straightforward too: https://docs.plandex.ai/hosting/self-hosting
I tweeted about Copilot Workspace the other day.
Re: AI agents but they're working in big tech
#54Earlier quoted context omitted.
I'm not saying that sampling and majority voting performed worse. I'm saying that multi-agent interaction (labeled Debate and Reflection) performed worse than straightforward approaches that just query multiple times. For example, the Debate method combined with their voting mechanism gets 0.48 GSM8K with Llama2-13B. But majority voting with no multi-agent component (Table 2) gets 0.59 on the same setting. And majori…
My take: the agents are bad, the ensembling approach is good.
Re: AI agents but they're working in big tech
#55Earlier quoted context omitted.
I totally believe that people are selling solutions around this idea, what I'd like to hear is genuine success stories from people who have used them in production (and aren't currently employed by a vendor).
Midjourney uses multiple agents for determining if a prompt is appropriate or not. I kinda did this, too. I made a 3 agent system — one is a router that parses the request and determines where to send it (to the other 2) one is a chat agent and the third is an image generator. If the router determines an image is requested, the chat agent is tasked with making a caption to go along with the image. It works well enoug…
Re: AI agents but they're working in big tech
#56It's interesting how long the word "agents"/"intelligent agents" have been around for and how long they've been hyped up for. If you go back to the 80s and 90s you will see how Microsoft was hyping up "intelligent agents" in Windows but nothing ever became of it[1]. I have yet to see an actual useful usecase for agents despite the countless posts asking for examples nobody has provided one. [1] https://www.wired.com/…
Re: AI agents but they're working in big tech
#57"Research shows that AI systems with 30+ agents out-performs a simple LLM call in practically any task (see More Agents Is All You Need), reducing hallucinations and improving accuracy." Has anyone heard of that actually playing out practically in real-world applications? This article links to the paper about it - https://arxiv.org/abs/2402.05120 - but I've not heard from anyone who's implementing production systems…
Then few developers published joke projects of automated browsers that pointlessly doomscroll random webpages saying "here are your agents".
Then few companies transformed this joke into "rag" agents - but there automated browsers don't act autonomously, they plagiarize web content according to prompt.
Then many websites started to block rag agents, and to hide it companies fell back to return data from LLMs, occasionally updating responses in the background (aka "online models").
The idea of plagiarizing content is also mixed with another idea: if LLM rewrites plagiarized content multiple times, it becomes harder to proof.
Obviously, none of involved companies will admit to plagiarizing. Instead, they will cover themselves with the idea that it leads to superintelligence. For example, if multiple neural networks repeat that 9.11 > 9.9, it will be considered more accurate[1].
[1] https://www.reddit.com/r/singularity/comments/1e4fcxm/none_o...
Re: AI agents but they're working in big tech
#58Earlier quoted context omitted.
I'm not saying that sampling and majority voting performed worse. I'm saying that multi-agent interaction (labeled Debate and Reflection) performed worse than straightforward approaches that just query multiple times. For example, the Debate method combined with their voting mechanism gets 0.48 GSM8K with Llama2-13B. But majority voting with no multi-agent component (Table 2) gets 0.59 on the same setting. And majori…
My take: the agents are bad, the ensembling approach is good.