you are viewing a single comment's thread
view the rest of the comments
[–] 6 points 1 year ago* (1 child)

LLMs can be great for translating pseudo code into real code or creating boiler plate or automating tedious stuff, but ChatGPT is terrible at actual software engineering.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 1 year ago

    Honestly I just use it for the boilerplate crap.

    Fill in that yaml config, write those lua bindings that are just a sequence of lua_pushinteger(L, 1), write the params of my do string kind of stuff.

    Saves me a ton of time to think about the actual structure.

  • source
  • parent