Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Coder
This talk explains how GPT-4 and Roslyn are combined to generate reliable C# code with over 90% success by structuring tasks and verifying merges.
Coder is a tool that uses GPT-4 to generate high quality reliable C# code, achieving a very high (90%+) success rate in real-life coding tasks. This is accomplished through structuring the coding process into well-defined steps and leveraging Roslyn compiler infrastructure to extract minimal necessary context for a given coding task and to merge the generated code in a verifiable way.