7 ChatGPT prompts that'll turn you into a superhuman: (Bookmark this for later)
APPS
-
VASA-1: AI talking avatar from a photo
By
–
Ceci est un avatar "parlant" créé à partir uniquement d'une photo de la personne et qui agit comme un "masque".
— Defend Intelligence (Anis Ayari) (@DFintelligence) 18 avril 2024
En bref, vous mettez votre caméra, votre micro, vous choisissez le visage que vous voulez avoir et BOOM.
Il s'agit d'un modèle d'IA de Microsoft intitulé "VASA-1".… pic.twitter.com/RJSo8NWZOVThis is a "talking" avatar created solely from a photo of the person and acting as a "mask". In short, you turn on your camera, your microphone, choose the face you want, and BOOM. This is a Microsoft AI model called "VASA-1".
-
AI Boosts Productivity: Happy Ramp Customer Shares Success
By
–
Love it when AI significantly improves productivity, and happy @tryramp customer here too!
-
One Size Doesn’t Fit All in Technology Solutions
By
–
I don't know what my requirements are yet – I build a lot of different things with a lot of different people, so the only thing I'm truly confident about is that one size is not going to fit all of them
-
Learning from Open Source AI Apps Feature Development
By
–
take @nutlope
’s notesgpt repo (or really any nontrivial oss ai app) and watch them add a feature -

SD3 Streamlit App for Simultaneous Image Generation
By
–
I wanted everyone to experience the magic of SD3, so I created this little Streamlit app that you can run on @Replit or via the repo. ✨
— Pietro Schirano (@skirano) 17 avril 2024
It generates an image using SD3 and SD3 Turbo simultaneously and supports image-to-image as well.
Just add your API key.
Have fun! 😌 pic.twitter.com/67kTCS7kxXI wanted everyone to experience the magic of SD3, so I created this little Streamlit app that you can run on @Replit or via the repo. It generates an image using SD3 and SD3 Turbo simultaneously and supports image-to-image as well. Just add your API key. Have fun!
-
SD3 Streamlit Implementation Repository Released
By
–
Github https://
github.com/Doriandarko/sd
3-streamlit
… -

AI Agents Make Coding Accessible to Non-Technical Users
By
–
Agents are a big deal not just due to autonomy but also because they make sense to non-coders GPT-4 isn't quite there yet, but you get quite far with: "Hey Devin the AI agent make a more engaging version of my website… add links" The results were cute: http://
chic-tulumba-3fbd63.netlify.app -
AirChat Gaining Popularity with TIES-Merging Explanation
By
–
ai airchat is popping. i asked for an explanation of TIES-merging (ft @maximelabonne
’s model merging guide) and @nisten obliged: https://
air.chat/nisten/post/82
887bb6-5f2f-4c8e-9941-a6bb625f1282?thread_id=17843165-f817-3f7b-84f0-14476b6cd8f6
… airchat is basically twitter remade in @naval
’s image, but one benefit is that you cant write in pompous corpo language, -

Optimize Multiple LLM Calls by Mixing Models for Lower Latency
By
–
Most LLM apps and AI Agents need multiple calls to an LLM, especially a moderately complex LLM app/AI agent. Calling GPT-4 or Claude is impractical and you will soon be in high-latency hell. The optimal way to do this is to mix and match LLMs depending on the latency,
