For all those who are asking for autogenerated tes...
# maintainers
t
For all those who are asking for autogenerated tests - this is likely to be a step on the way: https://microsoft.github.io/TypeChat/blog/introducing-typechat/
đź’ˇ 1
y
interesting concept, thanks for sharing! i had a play with chatgpt when it first came out to see how far i could get with a domain idea. it’s kinda useful at points, but then the LLM dataset quickly shows it age. I keep wanting to put some time aside to have a play with doing something with Pact and AI, like feed it all our github issues or code. i did AI at uni, but i also get turned off stuff when there is loads of hype, so I haven’t really dug in
i saw a .netter mention they were trying to understand their pact net test with chatgpt and i think as they were using a new release, chatgpt really had no idea
t
Yeah. It’s not really there yet I think. I reckon it would be possible to build something pretty effective, but I think it would have to be a custom solution that wrapped something like this library
I think we’re a long way from “hey, write all my tests”
y
Yeah you have to almost write pseudocode to get anything useful from say copilot, but it is useful for then allowing you to actually discretely list out the steps of what you need to do, to solve your problem when otherwise I might go a bit off piste!
but it definitely saves a fair few stack overflows