Post
Topic
Board Project Development
Re: Developing projects with AI
by
askii
on 23/05/2025, 00:29:22 UTC
If the AI is converting code from one language to another, it may use the style of either language unless you are explicit.

Being explicit is key  Smiley The AI can't see inside your brain, so even if something seems super obvious, it is still your job as the prompter to provide clear instructions with as much detail as possible for the best results.

As I mentioned in a previous response, vibe coding projects is not the way to go! Use LLMs to teach you concepts, write pseudocode, and at most, implement helper functions, or functions with well defined purposes. Trust me, you'll generally get nowhere by asking GPT/DS/Claude/etc to create an entire project for you from a single prompt (even with plenty of context), you'll eventually hit a roadblock, or you'll be stuck with a bunch of issues that are a pain in the ass to resolve.

In my humble opinion, AI should be more of a learning tool. The same way we used to use google searches to learn and solve problems, rather than copying chunks of people's code and frankensteining it all together  Grin
AI is like an infinitely better google search, so I would treat it as just that.