There are 2 repositories under llm-coder topic.
When Agent Becomes the Scientist – Building Closed-Loop System from Hypothesis to Verification
An innovative open-source Code Interpreter with (GPT,Gemini,Claude,LLaMa) models.
AI Coding assistant for large and complex codebases.
[NeurIPS 2025 Spotlight] ReasonFlux-Coder: Open-Source LLM Coders with Co-Evolving Reinforcement Learning
AlgoTune is a NeurIPS 2025 benchmark made up of 154 math, physics, and computer science problems. The goal is write code that solves each problem, and is faster than existing implementations.
Automated LLM Coding Tournaments. There can be only one (winning code solution from the competing AIs)
LLM-driven software development helper.
Python script that uses LLMs on Groq to create Fortran programs, iterating with compiler error messages until they compile and run without error
Python script that uses LLMs on Groq to create C++ programs, iterating with compiler error messages until they compile
Python script that uses LLMs on Groq to create Python programs, iterating until they run to completion
Python script that uses OpenAI LLMs to create Fortran programs, iterating with compiler error messages until they compile