Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
JACoB: Open Source Coding Bot
This talk demonstrates an open-source AI coding bot that integrates with GitHub to manage tasks, generate detailed issues, and create pull requests for real-world software engineering.
For the past year, I’ve been slowly building out an AI coding bot that I’ve been using to help me with my everyday coding tasks. It’s now at a point where I’d like to share it with the community and open-source the full code to let people start experimenting with it, and what better place to unveil this than the AI Tinkerers community? This demo will show the very early, hacked-together version of a web portal that pulls in your current tasks via GitHub issues, helps you clarify and break down your tasks into detailed GitHub issues, and (optionally) assign these tasks directly to an AI coding bot that will work through the task and present its work via a GitHub pull request. I’ll also share how I put together an arena-style evaluation site to solve the problem of how to run evals on a system that tackles real-world tasks vs AI research.