this post was submitted on 27 Sep 2023
13 points (100.0% liked)

LocalLLaMA

2179 readers
2 users here now

Community to discuss about LLaMA, the large language model created by Meta AI.

This is intended to be a replacement for r/LocalLLaMA on Reddit.

founded 1 year ago
MODERATORS
 

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

all 8 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 11 months ago (2 children)

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.

[–] [email protected] 6 points 11 months ago* (last edited 11 months ago) (1 children)

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.

[–] [email protected] 1 points 11 months ago (1 children)

Ah, thanks for broadening my perspective on the possibilities

[–] [email protected] 4 points 11 months ago* (last edited 11 months ago)

Well, there is kind of a gold rush happening with AI. Lots of people doing all kinds of stuff because there's a giant amount of money to be made.

So everyone and their grandma are working on AI. I think you absolutely need to change your attitude, find your niche, or jump on the hype-train and be quicker than them.

But I think it's possible (maybe less so for the last thing). And I very much hope the free and open source community and the 'normal' people don't get lost in the process. Because if AI gets more and more important in our world, and research and the market are completely dominated by the few big companies that currently invest huge sums of money... I'm afraid the world will get less democratic.

So please don't be too discouraged and leave (all of) the field to them.

[–] noneabove1182 2 points 11 months ago

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!