Next level LLM uses
Sure LLM are amazing for code completion and other software engineering tasks, but what else is there ?
Here are some interesting use cases:
- MetaGPT is a multi-agent framework that does the work of a software team. It takes a one line requirement as input and outputs user stories / competitive analysis / requirements / data structures / APIs / documents, etc. Internally, MetaGPT includes product managers / architects / project managers / engineers. It provides the entire process of a software company along with carefully orchestrated SOPs.
- Flowise is a drag & drop UI to build customized LLM flows. It’s really good !
- PlotAI creates Python (matplotlib) plots from text prompts
- PandasAI answers questions in english about a dataframe or collection of dataframes, or even a database (like Postgres)