I trusted an LLM, now I'm on day 4 of an afternoon project
1–10 of 215 posts
Re: I trusted an LLM, now I'm on day 4 of an afternoon project
#2Re: I trusted an LLM, now I'm on day 4 of an afternoon project
#3Re: I trusted an LLM, now I'm on day 4 of an afternoon project
#4I do see the LLMs ingesting more and more documentation and content and they are improving at giving me right answers. Almost two years ago I don't believe they had every python package indexed and now they appear to have at least the documentation or source code of it.
Re: I trusted an LLM, now I'm on day 4 of an afternoon project
#5Re: I trusted an LLM, now I'm on day 4 of an afternoon project
#6Re: I trusted an LLM, now I'm on day 4 of an afternoon project
#7This is a good take that tracks with my (heavy) usage of LLMs for coding. Leveraging productive-but-often-misguided junior devs is a skill every dev should actively cultivate!
Re: I trusted an LLM, now I'm on day 4 of an afternoon project
#8Re: I trusted an LLM, now I'm on day 4 of an afternoon project
#9Experienced folks aren't surprised by this. LLMs are fast for boilerplate, research, and exploring ideas, but they're not autonomous coders. The key is you staying in charge: detailed prompts, critical code review, iterative refinement. Going back to web interfaces and manual pasting because editor integration felt "too easy" is a massive overcorrection. It's like ditching cars for walking after one fender bender.
Ultimately, this wasn't an AI failure, it was an inexperienced user expecting too much, too fast. The "lessons learned" are valid, but not AI-specific. For those who use LLMs effectively, they're force multipliers, not replacements. Don't blame the tool for user error. Learn to drive it properly.
Re: I trusted an LLM, now I'm on day 4 of an afternoon project
#10I think the key to being successful here is to realize that you're still at the wheel as an engineer. The llm is there to rapidly synthesize the universe of information.
You still need to 1) have solid fundamentals in order to have an intuition against that synthesis, and 2) be experienced enough to translate that synthesis into actionable outcomes.
If youre lacking in either, youre at the same whims of copypasta that have always existed.