Hacker News new | ask | show | jobs
by dabinat 458 days ago
I use it mostly as glorified auto-complete. I don’t think it’s good at replacing the creative parts of coding, but it’s very good at replacing the grunt work. I use it to write the majority of my unit tests, for example. (They of course still need tweaking, but it saves me significant amounts of time.)
1 comments

For some reason, any model trips up on our FE unit tests. Which are pretty generic tests for a React app. The only difference is that we use vitest instead of jest and, even with special prompts, I can't seem to make it remember that throughout the whole context window.