Passionate about Pos... • 2d
20 tips for coding by prompt — and no, these aren’t just gimmicks. Most devs don’t realize how far prompt-based coding has come. You’re not just asking for syntax help anymore. You’re running full workflows, automating chores, and shipping faster — all through natural language. Here’s how power users are doing it: 1. Deploy to Netlify or Vercel via one prompt. Get a production link instantly. 2. Ask “What did I do yesterday?” — your AI tool should give you a full recap. 3. Use tools that support multiple models, not just one (GPT-4, Claude, Gemini, etc). 4. Set an auto-commit rule so your changes get pushed to Git frequently. 5. “Why is this folder so big?” → get a file size breakdown on demand. 6. Ask it to Dockerize your entire app. It will. 7. Let your agent read your full codebase and generate context-aware changes. 8. Shrink folders from 100MB to 10MB — with one command. 9. Fix obscure compiler errors without leaving your IDE. 10. Rename 100+ files in one go. 11. Track how many AI tokens you’re using per task. It adds up. 12. Save prompts like “clean up temp files” and reuse them like scripts. 13. Lock in your environment settings across projects with one rule. 14. Launch a full-stack SaaS app with a single sentence. 15. Save + reuse long prompts. Don’t rewrite context each time. 16. Let the AI handle repetitive stuff. You focus on PRs, design, or problem-solving. 17. Pull in internal docs, API specs, and context via your own server. 18. Set prompt rules to behave like mini-plugins. 19. Use voice to prompt instead of typing. 20. Hook it up to Supabase, Slack, Figma, Puppeteer, etc. Zero setup scripts needed. This isn’t the future. This is just how top developers are working today.
Download the medial app to read full posts, comements and news.