Launchable AI (@launchableai) 's Twitter Profile
Launchable AI

@launchableai

Learn to Build AI, with AI

ID: 1379588265079111680

linkhttp://launchable.ai calendar_today07-04-2021 00:15:12

964 Tweet

614 Followers

162 Following

Launchable AI (@launchableai) 's Twitter Profile Photo

Want to create game assets with AI? In this tutorial I share some tips for how to do this with general-purpose AI platforms like Replicate and OpenRouter, rather than game-dev specific services The focus is on building your own asset pipeline youtube.com/watch?v=h-vZ5k…

Launchable AI (@launchableai) 's Twitter Profile Photo

npx supabase migration list supa useful if you can't figure out what's going wrong with your migrations supabase.com/docs/reference…

Launchable AI (@launchableai) 's Twitter Profile Photo

Hey everyone! Agentic programming can be risky, especially in YOLO mode - do it safely by developing inside a docker container. Here's a free tool that makes it easy to manage your containers for agentic programming. (think slim DockerDesktop) github.com/Launchable-AI/…

Hey everyone!

Agentic programming can be risky, especially in YOLO mode - do it safely by developing inside a docker container.

Here's a free tool that makes it easy to manage your containers for agentic programming.  (think slim DockerDesktop)

github.com/Launchable-AI/…
Launchable AI (@launchableai) 's Twitter Profile Photo

Building software for yourself to use is 100x easier than building for customers prediction - the norm in 2026 will be vibe-coded productivity tools that people build for themselves, to match their specific needs SaaS is a function of limited engineering brain - not needed now

Launchable AI (@launchableai) 's Twitter Profile Photo

Run AI agents in a container! Docker containers let you can use YOLO mode without fearing that the agent will delete your hard drive. 😨 We built Agent Containers to make it a bit simpler github.com/Launchable-AI/… Just docker + AI niceties: - MCP search - volumes - ports - 👀

Run AI agents in a container!

Docker containers let you can use YOLO mode without fearing that the agent will delete your hard drive.  😨

We built Agent Containers to make it a bit simpler

github.com/Launchable-AI/…

Just docker + AI niceties:
- MCP search
- volumes
- ports
- 👀
Launchable AI (@launchableai) 's Twitter Profile Photo

AI/Agentic Development Tip - if you're stuck trying to fix a bug, tell the agent to write itself a script and iterate on the solution up to 5 times. eg - you are calling an API and need to parse the response, but keep getting errors. Get the agent to iterate on it

Launchable AI (@launchableai) 's Twitter Profile Photo

Pitch your software security solution / team below 👇 We're on the hunt for great external auditing, pen-testing, and compliance teams 🕵️‍♂️ Reach out if you're a Canadian security firm

Launchable AI (@launchableai) 's Twitter Profile Photo

Agentic dev tip - when working on your codebase, get the agent to code scripts it can use to test its work. Think unit tests, but for agents. This allows the agent to iterate more effectively while working on bugs. This is a similar idea to code gen vs MCP