Elektrine lite

← Feed

@mos_8502@studio8502.ca

Post #4080328

2026-07-25 05:19 UTC

The way I used it when I tried it was to just explain to the machine what I wanted, test the output, and offer criticism and corrections as I went, repeating until the output was close to what I wanted. Is that not the “right” way?

Replies (1)

  • @mos_8502@studio8502.ca I've seen LLMs used in a much more traditional TDD fashion, where the AGENTS.md file instructs them to do proper red-green testing and forcing them to stop and have a human review the test case before running it as well as reviewing the code after implementation. And as long as you tightly constrain the agent to keep it concentrating just on a single feature at a time, this often produces satisfactory output. The interesting thing though is that by doing that it's barely any quicker than pair programming with a real human. The only place I've really seen it work well is on a library refactoring task where the bot was able to looks for & analyse all the usages of the library functions far quicker than a human could.

    Open ##4080318