Post #1401894
2026-02-05 08:07 UTC
@mlevison I use LLMs to help me with basic code writing tasks, generating the structural frameworks, saving me a lot of typing time. However, I never rely on that code out of the box, I always review it thoroughly and often just snip and prune. I would never attempt to give an LLM a complicated set of instructions, it's going to fail every time.
Replies (2)
-
@crackhappy@cyberpunk.lol 2026-02-05 08:12
@mlevison Intellisense, pretti, etc. are all just tools for a smart developer.
-
@project1enigma@chaos.social 2026-02-05 12:13
@crackhappy @mlevison Couldn't human made deterministic tools (or changes to programming languages) help with boilerplate work instead of indeterministic intransparent generative AI?