llm-coder
There are 12 repositories under llm-coder topic.
Alpha-Innovator/InternAgent
When Agent Becomes the Scientist – Building Closed-Loop System from Hypothesis to Verification
haseeb-heaven/code-interpreter
An innovative open-source Code Interpreter with (GPT,Gemini,Claude,LLaMa) models.
The-Creator-AI/The-Creator-AI
AI Coding assistant for large and complex codebases.
Gen-Verse/CURE
[NeurIPS 2025 Spotlight] ReasonFlux-Coder: Open-Source LLM Coders with Co-Evolving Reinforcement Learning
oripress/AlgoTune
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.
Dicklesworthstone/llm-tournament
Automated LLM Coding Tournaments. There can be only one (winning code solution from the competing AIs)
DarkCaster/Perpetual
LLM-driven software development helper.
Beliavsky/Fortran-LLM-prompts
LLM prompts to generate Fortran code
Beliavsky/Groq-Fortran-agent
Python script that uses LLMs on Groq to create Fortran programs, iterating with compiler error messages until they compile and run without error
Beliavsky/Groq-cpp-agent
Python script that uses LLMs on Groq to create C++ programs, iterating with compiler error messages until they compile
Beliavsky/Groq-Python-agent
Python script that uses LLMs on Groq to create Python programs, iterating until they run to completion
Beliavsky/OpenAI-Fortran-agent
Python script that uses OpenAI LLMs to create Fortran programs, iterating with compiler error messages until they compile