Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It will probably end up being more "test driven development"-like.

Write your tests/expectations and the tooling automatically prompts/writes the code to meet the tests.



That sounds pretty miserable, because test writing is one of the least fun aspects of my job


My experience with Copilot is the other way around. I spend time writing my types/data structures, my functions, then Copilot tends to easily spit several variations of the test by just me giving it the name of the test.


The LLM will write the tests too. Your job would be guiding it.


why not have a system to write the tests as well?


Won't the prompt itself be the test? TDD is literally just providing an expected output on a given input, before implementing the functionality. The prompt we give AIs follows the same pattern, "I have a data that looks like ___, visualize it in a graph that ____"




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: