You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Githubbing
Alexey Grigorev
alexeygrigorev
Githubbing
Running @DataTalksClub and hacking some personal projects
Prompts for finding and validating AI project ideas - get unstuck on choosing what to build
Project Ideas: Prompts for Getting Unstuck
Two prompts for using ChatGPT, Claude, or any LLM to help you find and validate a project idea for an AI engineering course - or any technical course where you have to ship a capstone project.
Most students don't get stuck on the building. They get stuck on choosing what to build. They keep postponing the decision, finish the course just watching videos, and never ship anything. These prompts exist to break that loop. The goal is not to find the perfect idea - it's to pick something real you can finish.
What's in This Gist
project-interview-prompt.md - use this if you don't have an idea yet. The prompt turns the LLM into an interviewer that walks you through your hobbies, work, and daily friction to find a real problem worth solving.
project-fit-check-prompt.md - use this once you have an idea. The prompt asks the LLM to honestly review whether your idea fits a project rubric and where it's weak. It explicitly tells the model not to be encouraging by
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Automated setup of a cheap AWS EC2 instance running Claude Code with a web UI.
Prompt:
create the cheapest instance on aws with 8gb of ram
(arm is okay) and use ssh (razer.pem) to
get there and install claude there, copy the same config
as you use now and make claude
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters