• 1 Post
  • 11 Comments
Joined 10 months ago
cake
Cake day: March 9th, 2025

help-circle


  • I do wonder why so many devs seem to have so wildly different experiences? You seem to have LLM’s making up stuff as they go, while I’m over here having it create mostly flawless code over and over again.

    Is it different behavior for different languages? Is it different models, different tooling etc?

    I’m using it for C#, React (Native), Vue etc and I’m using the web interface of one of the major LLM’S to ask questions, pasting the code of interfaces, sometimes whole React hooks, components etc and I get refactored or even new components back.

    I also paste whole classes or functions (anonymized) to get them unit tested. Could you elaborate on how you’re using LLM’S?








  • So you’re not in the “they’re only hallucinating” camp, I take it? I actually start out with a solid mental model of what I want to do, ending up with small unit tested classes/functions that all pass code review. It’s not like I just tell an “AI” to write the whole thing and commit and push without reviewing myself first.

    Edit: and as I commented elsewhere in this thread, the way I’m using LLM’s, no one could tell that an LLM ever was involved.