Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Educational AI
Learn how we built a code‑annotation model and a documentation generator, the challenges faced, and insights for improving AI‑assisted software development processes.
The primary goal is to train AI in writing the code that AI is made out of. We started working toward this by building two models. The first model will take some code and will returned the annotated version of it. These annotations are not exactly like clean comments you would expect in code. Instead. they break down the process of how the code was written. The second model takes the annotated code, and produces markdown documentation that a software developer could use to understand the code.