Microsoft's latest LLM agent: autogen
Microsoft's latest LLM agent: autogen
AutoGen | AutoGen
AutoGen is a framework that enables development of LLM applications using multiple agents that can converse with each other to solve task. AutoGen agents are customizable, conversable, and seamlessly allow human participation. They can operate in various modes that employ combinations of LLMs, human inputs, and tools.
Git repo here: https://github.com/microsoft/autogen
I'd be really interested to work on these sorts of experiments myself but it kind of spoils it when there's software giants with infinitely more manpower doing the same experiments.
You can always put your own spin on things. That's usually a nice thing. Or take the results of a proper study and apply it to something specific. That'll contribute something useful. Or if you already started, contribute your own findings. Confirm the results or ask the questions they missed. These are all left to do.
In case you want to do research without them interfering: There are subjects that are of little interest to the academic world at this point or the big companies won't do it. (Or won't reveal the inner workings.) You can choose one of those. For example I want to read studies about AI companions and personal assistants. Like Replika AI or the combination of Alexa and LLMs. I think sociology did a bit on this (and sci-fi movies), but the perspective of computer science and AI research is still lacking. And there is potential for innovation and features left to invent. And things to study scientifically.
And I think Microsoft and other companies don't care about issues like that. They just publish the stuff. I haven't looked at it properly, yet, but this framework is probably very similar to like 5 other frameworks that support Agent workflows. With a slightly different focus and spin on this idea.
Ah, thanks for broadening my perspective on the possibilities
There's plenty of smaller projects around that attempt to solve similar problems, metagpt, agent os, gpt-pilot, gpt-engineer, autochain, etc
Several would I'm sure love a hand , you should check em out on GitHub!