General Guide of AI Use Cases
This guide is a general introduction about what AI models or products are mature to use in real world use cases, and what NOT.
Categories to focus
Today's AI models are generally used in the following categories:
- Text 2 Text (
Txt2Txt
)- Summarization (
Sum
) forLD;DR
- summarize paper
- summarize reports
- summarize videos (plugins help)
- Text Generation and Continuation
- Text Classification
- Summarization (
- Text 2 Image (
Txt2Img
)- Image 2 Image (
Img2Img
) - Image 2 Text (
Img2Txt
)
- Image 2 Image (
- Text 2 Voice (
Txt2Voice
) - Voice 2 Voice (
Voice2Voice
) - Text 2 Video (
Txt2Video
) - Text 2 Code (see Programming Code)
Breakdown
Let's break down the above categories into more details:
Txt2Txt
Use text prompt to generate text
- core usage includes:
- Summarization
- Text Generation and creative continuation, such as
- story
- manual report
- product description (including yourself 🙃)
- song lyrics
- Poetry
- cosplay or role play
- generate prompt for MidJourney/StableDiffusion
- Read and Write programming code (see Programming Code)
- Basic Data Analysis (csv files preferred)
- the best products rawly based on their models:
warning
ai.com is no longer redirected to this site but to Elon Musk new site -> x.ai
- Google Gemini Advance
- Claude
- Open Source Meta Llama 2 | Married with MSFT
- portal websites to combined models:
ChatGPT
ChatGPT is the best model for text generation. We emphasis it here because there are a bunch of hidden tricks to let you know
You will love the ChatGPT Plus plan
- It defaults to GPT-4 if you are a plus member (USD$20/month)
- The
Code Interpreter
can help you read files, such asjson
,Java
,Perl
, csv (for Excel to open), PDF files, etc. Try to ask it for anythiing on top of your mind 😄, e.g., 'what is the problem with my Perl code?', 'where is the bug in my Java file?' etc. - It's a bunch of fun to play the plugins, for examples:
- WebPilot
- Zapier
- Expedia, Kayak,
- AskYourPDF
- Youtube Summary, VoxScript, Video Insights (or search with keyword Youtube)
- Don't forget to check the bottom line, the "ChatGPT xxxxxx version" link, you may find more tricks in the change log to play with.
- you can install your own plugins as well.
AI Agents
AI agents become more popular and attractive to more developers than LLMs
.
Be caution that these products (prototypes) are not mature yet, but it's still fun to play with them 😄.
- AutoGPT
- BabyAGI
- AgentGPT
- GPT Engineer | YouTube
- MetaGPT | YouTube
- Camel
- MSFT Jarvis / HuggingGPT | Paper | HuggingFace Playground
- Fun game: Westworld
Txt2Img
Use text to generate images
- the best products - only 2:
- MidJourney - paid plan
- open source model Stable Diffusion
- prompt and
checkpoint
sites:- PromptHero
- famous CiviTai
- more online playing websites will be discovered ❤️
- a few playing projects or sites:
- SD WebUI open sourced
- DIY and play your own hosting server: Run Diffusion
- prompt and
- Adobe Firefly, btw, great transformation, Adobe!!!
- OpenAI and Bing(Download Microsoft Edge browser) also provide Dall-E 2 model :thumbsdown: but we are waiting for Dall-E 3
Txt2Voice
use text to generate voice, and visa versa
- Txt2Voice
- Music
- Voice2Txt
Meta AudioCraft not very mature technology but fun to play, and not commercially ready yet.
- Meta AudioCraft uses Meta MusicGen
- another playgrounds
- Replicate Spaces (pay per use)
Voice2Voice
use one voice to generate another voice
- popular open source projects:
Txt2Video
use text to generate video
- Currently Runway Gen2 is providing the best services (few min free)
Digital Character
this technology is not mature yet, but it's still fun to play some famous products:
Programming Code
plugins integrated into modern IDEs to help you write code (VsCode, IntelliJ, etc.)
- Github Copilot
tip
Future -> Github Copilot X
- Open Source Cursor helps you write code in browser
Learning Resources
Popular learning resources to suggested:
-
Our Prompt Guides. A few hightlights are:
Popular Playgrounds
Few famous playgrounds to play with different models for free, in case if you don't have a good GPU.