HackerTrans
TopNewTrendsCommentsPastAskShowJobs

alsima

no profile record

Submissions

AI agents but they're working in big tech

alexsima.substack.com
66 points·by alsima·2 yıl önce·55 comments

comments

alsima
·2 yıl önce·discuss
Potentially true as well haha
alsima
·2 yıl önce·discuss
Definitely not saying multi-agents is all you need for SWE-bench haha. I touch on this at the end of the blog post, where I mention jumps in progress require better base models or tooling.
alsima
·2 yıl önce·discuss
A lot...as you might imagine the costs of running the whole organization scale immensely.
alsima
·2 yıl önce·discuss
It's the new cerebral valley slang dude
alsima
·2 yıl önce·discuss
I see. Agree with the point about marginal improvements at a hefty increase in computational cost (I touch on this a bit at the end of the blog post where I mention that better performance requires better tooling/base models). Though I would still consider sampling and voting a “multi-agent” framework as it’s still performing an aggregation over multiple results.
alsima
·2 yıl önce·discuss
Looking at Table 3: "Our [sampling and voting] method outperforms other methods used standalone in most cases and always enhances other methods across various tasks and LLMs", which benchmark did the majority vote algorithm perform worse in?
alsima
·2 yıl önce·discuss
Hmmm I get what you mean...I think it's hard to sell a solution around this idea, but I think it will become something more like a common practice/performance improvement method. James Huckle on Linkedin (https://www.linkedin.com/feed/update/urn:li:activity:7214295...) mentioned that agent communication would be something more like a hyperparameter to tune which I agree with.
alsima
·2 yıl önce·discuss
honestly agree. When I first started working with agents I didnt fully understand what it really was either but I eventually fell on a definition of an LLM call that performs a unique function proactively ¯\_(ツ)_/¯.
alsima
·2 yıl önce·discuss
Well, you have Cognition AI and Devin that became a recent unicorn startup (partnerships with Microsoft and stuff) but true, I can't think of an agent that actually lives up to the hype (heard Devin wasn't great).
alsima
·2 yıl önce·discuss
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
alsima
·2 yıl önce·discuss
If we structured AI agents like big tech org charts, which company structures would perform better? Inspired by James Huckle's thoughts on how organizational structures impact software design, I decided to put this to the test: https://bit.ly/ai-corp-agents.
alsima
·2 yıl önce·discuss
While I was working on building SIMA, a multi-agent software-engineer (which recently achieved 27.67% on SWE-bench-lite: https://www.swebench.com/), I realized that evaluations on the actual benchmark were quite inconsistent, resource-intensive, and computation heavy. That's why I built swebenchevals.com, a really easy hosted solution for anyone that is working with the SWE benchmark right now.
alsima
·3 yıl önce·discuss
Thank you for bringing this to out attention! We are currently working on a fix.
alsima
·3 yıl önce·discuss
Awesome to hear that it was useful for you!!!
alsima
·3 yıl önce·discuss
Most likely, the model would be less inclined to answer questions/hallucinate for prompts not related to AWS—this is definitely be a future path for improvement
alsima
·3 yıl önce·discuss
We're in the process of doing just that and adding chat context/basically remembering your past questions.