Interesting LLM Use Cases for Development

Here’s a thread in case anyone wants to post interesting things developers can do with LLMs.

Codex (and most likely other harnesses as well) is great at using internal browser dev tools to figure out why a given page load is slow and fixing it. This is something I was never good at pre-LLMs.

1 Like

Setting up a test mutation harness to mutate and test your tests.

2 Likes

Also an option: Stryker Mutator

Yes, that’s exactly what I’m using, but there are some caveats I guess to use it with Meteor, so I had claude set it up.

3 Likes