Idea in the shower, testing before breakfast

12 Jan 2025

Shreyas Prakash headshot

Shreyas Prakash

Imagine having an idea in the shower and testing it before breakfast? It’s highly plausible now as AI lets you prototype at the speed of thought. Currently, I use Claude Projects and Cursor to build what I call disposable apps: quick prototypes that prove a point (read more in [this essay about vibe coding]([[Vibe coding]])). The magic? No sunk costs. I can write 5,000 lines of code in ten minutes, test it, and throw it away if it doesn’t work. This freedom to experiment has transformed how I solve problems.

Sharing the AI tools I’m currently using (dated 11 Jan, 2025). I have to ‘explicitly’ mention the timestamp as everything, everywhere might change soon, and that’s a big caveat before I share this:

Prototyping

Personally, the biggest gain in my productivity has been in the realm of prototyping.

Especially the ‘prototyping for dummies’ types helping leverage english as a programming language.

I’ve been able to quickly generate disposable apps and interactions, that demonstrate a quick something. Previously to communicate the perceived benefit of that quick-something, I might have had to negotiate with the developers on the perceived cost, effort and marginal benefit. But now, I can get to the prototype even less than the time it takes to schedule a call and discuss requirements with the developers. And as there is no sunk cost, you automatically get into the mode where you can build more and more prototypes, and test them out. (To make things easier, separate the abstractions as much as possible, read more about [this approach in this essay]([[Conceptual Compression for LLMs]]))

Claude Projects has been quite helpful to build all these extraneous stuff that includes documentations, web UIs that do something (massage the JSONs, scrape some elements from a website etc), readily available CSS styles which can be prompted by saying ‘make it look pretty…’, unit tests, DevOps while dealing with Docker containers, Linux commands etc.

I also use Claude projects as my therapist, my health coach, my DevOps engineer for my hobbyist apps deployed online, etc. Because of a shorter context window offered by Claude Projects, I usually split various components of an app into dozens of micro-services, and work with those micro-services using Claude Projects.

When I find myself wanting to get into the weeds, as I still consider myself as an ‘mediocre developer’, I do observe some anti-patterns of being a ‘solution copier’ instead of being a ‘problem solver’ with LLMs. The trick here is not to keep repeating ‘just fix this’ in loop, as and when you see a compilation error. I’ve noticed that Claude/Cursor might also make/break the fundamental logic, which is all the reason why we need to supervise its chain of thought accordingly.

As for Cursor, I’ve been using it as my Local Development Assistant (as described in this guest post by Colin Mathews on the Lennys Newsletter). I’ve been running Cursor’s assistant on the codebase locally using it primarily in three different ways — autocomplete, chat assistant and search.

Autocomplete — This makes me more productive by helping me do more of the grunt work of typing code. As I work primarily with React / Rails and Flutter code, I sometimes forget the syntax and I just ask AI to write the code in the appropriate syntax. I also find myself lazy to sprinkle comments wherever necessary in the code files, and AI does this well.

Search your local codebase — If I have a question about how the files are organised within the codebase, I ask the same, get answers, parse the details and perform the next steps. The benefit of asking questions locally on your codebase is that Cursor has all the context to give more fine tuned inputs (I could try digging Stack overflow, or ask Perplexity/GPT the same, but it would still fall into the same problem of not having enough context of my local codebase). Helps me solve the ‘needle in the haystack’ problem where I have no idea what the code is doing, and I can ask the entire codebase to get some answers.

Chat-driven programming — This is by far, the most difficult and I’m still learning here. The idea is to just use the AI chat to completely build your app without interacting with the files directly. As the outputs are non-deterministic, and the AI changes the output and behavior all the time, it’s a lot of work to get it right.

Search and Research

Semantic search has been a great blessing, and I use AI search liberally across multiple platforms. I use Perplexity Pro for latest-up-to-date information (especially market research, news related, stock insights etc), as this doesn’t have the knowledge cutoff similar to the other tools such as GPT4, Cursor etc. Grok for uncensored, off-the-cuff internet information, Exa.ai for vibe/meaning based search.

I’ve also seen other product managers use Granola to digest all their meetings and ask specific questions based on the meetings they’ve attended. I’m still yet to explore this.

Outputs and UI

The Advanced Voice Mode by OpenAI is quite nice that the conversations flow very naturally. Julian from Linear used it to talk out loud his thinking towards an essay, and it asked him various questions like a true thought partner:

BetterDictation for voice inputs have also been so good. I’ve been using BetterDictation in conjunction with Claude Projects to ask dumb questions fast, as the speed at which you can talk is faster than the speed at which you can write. Personally, it seems to be 5x faster than writing.

Apart from creating documents, better dictations, and better conversational assistance, I’ve also seen great outputs to create frontend.

Instead of making mockups in Figma, I go straight to Vercel’s v0 and prompt my way through creating the entire landing page. More recently, I’ve also observed various startup studios doing the same, bypassing the conventional design system/wireframes/mockups/screens process on Figma, and jumping straight into building the page in its entirely purely through prompts.

To summarise:

Prototyping — Cursor, Claude 3.5 Sonnet (for Chat, Auto completion and codebase search/find), Claude Projects for micro-apps, v0.dev and Lovable for disposable NextJS apps with a ‘quick’ auth/database integration

Subscribe to get future posts via email (or grab the RSS feed). 2-3 ideas every month across design and tech

Read more

  1. 18 key ideas from reading Henrik Karlsson this monthwriting
  2. Stop arguing, and start drawing circles togethermathematics
  3. The whole world is just the snake eating its own tailmental-models
  4. Life lessons and hot takes from my 30slifestyle
  5. Building a skill for coherent science illustrationsscience
  6. My agentic engineering workflow (step by step)agentic-coding
  7. Hammock driven developmentagentic-coding
  8. Peculiar ways number three fits into our funny little brainsmental-models
  9. AI sandwich as a defacto principle for anything agentic engineering relatedagentic-coding
  10. Authority in the guise of evidencecritical-rationalism
  11. Map is not the territoryphilosophy
  12. Self hypnosis as a manifestation ritualmeditation
  13. Hegelian dialectic for structured reasoning with AI agentsphilosophy
  14. How I prepare for tough negotiations nowadaysnegotiation
  15. When should we steelthread somethingproduct-development
  16. Breadboarding, shaping, slicing, and steelthreading solutions with AI agentsproduct
  17. Healthy conflict in teams have a tipping pointteam-building
  18. How I deslopify AI writingwriting
  19. How I started building softwares with AI agents being non technicalagentic-coding
  20. Read raw transcriptswriting
  21. Legible and illegible tasks in organisationsproduct
  22. L2 Fat marker sketchesdesign
  23. Writing as moats for humanswriting
  24. Beauty of second degree probesdecision-making
  25. Boundary objects as the new prototypesprototyping
  26. One way door decisionsproduct
  27. Finished softwares should existproduct
  28. How I periodically rank my rough draftsobsidian
  29. Flipping questions on its headinterviewing
  30. Vibe writing maximswriting
  31. How I blog with Obsidian, Cloudflare, AstroJS, Githubwriting
  32. How I build greenfield apps with AI-assisted codingagentic-coding
  33. We have been scammed by the Gaussian distribution clubmathematics
  34. Classify incentive problems into stag hunts, and prisoners dilemmasgame-theory
  35. I was wrong about optimal stoppingmathematics
  36. Thinking like a shipmental-models
  37. Hyperpersonalised N=1 learningeducation
  38. New mediums for humans to complement superintelligenceagentic-coding
  39. Maxims for AI assisted codingagentic-coding
  40. Virtual bookshelvesaesthetics
  41. It's computational and AI everythingagentic-coding
  42. Public gardens, secret routesdigital-garden
  43. Git way of learning to codeagentic-coding
  44. Style Transfer in AI writingagentic-coding
  45. Understanding codebases without using codeagentic-coding
  46. Vibe coding with Cursoragentic-coding
  47. Virtuoso Guide for Personal Memory Systemsmemory
  48. Writing in Future Pastwriting
  49. Publish Originally, Syndicate Elsewhereblogging
  50. Poetic License of Designdesign
  51. Idea in the shower, testing before breakfastsoftware
  52. Technology and regulation have a dance of ice and firetechnology
  53. How I ship "stuff"software
  54. Writing is thinkingwriting
  55. Song of Shapes, Words and Pathscreativity
  56. How do we absorb ideas better?knowledge
  57. Read writers who operatewriting
  58. Brew your ideas lazilyideas
  59. Trees, Branches, Twigs and Leaves — Mental Models for Writingwriting
  60. Compound Interest of Private Noteswriting
  61. Conceptual Compression for LLMsagentic-coding
  62. Meta-analysis for contradictory research findingsdigital-health
  63. Proof of workproduct
  64. Gauging previous work of new joinees to the teamleadership
  65. Task management for product managersproduct
  66. Beauty of Zettelswriting
  67. Stitching React and Rails togetheragentic-coding
  68. Exploring "smart connections" for note takingwriting
  69. Deploying Home Cooked Apps with Railssoftware
  70. Repetitive Copypromptingwriting
  71. Questions to ask every decadejournalling
  72. Balancing work, time and focusproductivity
  73. Hyperlinks are like cashew nutswriting
  74. Brand treatments, Design Systems, Vibesdesign
  75. How to spot human writing on the internetwriting
  76. Can a thought be an algorithm?product
  77. Opportunity Harvestingcareers
  78. Everything is a prioritisation problemproduct
  79. How I do product roastsproduct
  80. The Modern Startup Stacksoftware
  81. In-person vision transmissionproduct
  82. How might we help children invent for social good?social-design
  83. The meeting before the meetingmeetings
  84. Design that's so bad it's actually gooddesign
  85. Lessons learnt interview prepping for product rolesinterviewing
  86. Obsessing over personal websitessoftware
  87. English is the hot new programming languagesoftware
  88. Better way to think about conflictsconflict-management
  89. The role of taste in building productsdesign
  90. Dear enterprises, we're tired of your subscriptionssoftware
  91. Products need not be user centereddesign
  92. World's most ancient public health problemsoftware
  93. Pluginisation of Modern Softwaredesign
  94. Let's make every work 'strategic'consulting
  95. Making Nielsen's heuristics more digestibledesign
  96. Startups are a fertile ground for risk takingentrepreneurship
  97. Insights are not just a salad of factsdesign
  98. Minimum Lovable Productproduct
  99. Methods are lifejackets not straight jacketsmethodology
  100. How to arrive at on-brand colours?design
  101. Minto principle for writing memoswriting
  102. Importance of Whytask-management
  103. Quality Ideas Trump Executionsoftware
  104. Why I prefer indie softwareslifestyle
  105. Use code only if no code failscode
  106. Self Marketing
  107. Personal Observation Techniquesdesign
  108. Design is a confusing worddesign
  109. A Primer to Service Design Blueprintsdesign
  110. Rapid Journey Prototypingdesign
  111. Visualise detailed file structures on CLIcli
  112. Do's and Don'ts of User Researchdesign
  113. Design Manifestodesign
  114. Complex project management for productproducts
  115. How might we enable patients and caregivers to overcome preventable health conditions?digital-health
  116. Pedagogy of the Uncharted — What for, and Where to?education
  117. Future of Equity with Ludovick Petersinterviewing
  118. Future of Ageing with Mehdi Yacoubiinterviewing
  119. Future of Tacit knowledge with Celeste Volpiinterviewing
  120. Future of Mental Health with Kavya Raointerviewing
  121. Future of unschooling with Che Vanniinterviewing
  122. Future of Rural Innovation with Thabiso Blak Mashabainterviewing
  123. Future of work with Laetitia Vitaudinterviewing
  124. How might we prevent acquired infections in hospitals?digital-health
  125. The why to endure any howentrepreneurship
  126. Design education amidst social tribulationsdesign
  127. How might we assist deafblind runners to navigate?social-design