Back to AI Lab

Coding

Research papers, repositories, and articles about coding

Showing 6 of 6 items

anomalyco/opencode

OpenCode is an open-source coding agent that edits and writes code for you, wired into modern tooling. Use it as a local, hackable alternative to proprietary AI dev environments.

61,642

anthropics/claude-code

Terminal-native coding agent that understands your repo, runs commands, and handles git via natural language. It’s a reference design for serious AI coding tools. If you’re building dev agents, study its workflows and safety checks before reinventing them.

128,884

aaif-goose/goose

Goose is an extensible coding agent that can install, run, edit, and test code with any chosen model. It’s designed to be a full engineer assistant, not just an autocomplete tool.

49,349

addyosmani/agent-skills

A curated set of engineering-grade skills for AI coding agents, from repo operations to performance checks. It focuses on predictable behavior, guardrails, and observability so teams can ship agent workflows with less fear.

59,385

colbymchenry/codegraph

Pre-indexed code knowledge graph tuned for AI coding tools like Claude Code, Cursor, and others. It cuts token usage and external tool calls by precomputing structure. If you’re scaling code assistants, this is a serious pattern for making them cheaper and faster.

35,280

MaxCode: A Max-Reward Reinforcement Learning Framework for Automated Code Optimization

MaxCode treats code optimization as a reinforcement learning search over code edits guided by runtime feedback. It uses natural-language critiques and a reward model to steer generation, beating past systems at speeding up CUDA and C++ kernels.

Jiefu Ou, Sapana Chaudhary