benchmarkBenchmark of AI systems resolving real GitHub issues: given a repository and an issue, produce a patch that passes the repo's own tests. The standard reference for agentic-coding claims — and a case study in scores that conflate model, scaffold, and benchmark contamination.
linked from 21 pagesbenchmarkBenchmark of AI agents completing real end-to-end tasks in a terminal: each task is a Docker environment with an English instruction, graded by tests on the final container state. A Stanford × Laude Institute project; its leaderboard ranks agent+model pairs, not bare models.
linked from 20 pagesconceptAll the text an LLM can reference while generating a response, including the response itself — the model's working memory for one inference pass, distinct from its training data and degrading in reliability as it fills.
linked from 20 pagesconceptThe software shell that turns a model into an agent: the loop feeding it context and executing its tool calls, the tool interfaces, context management, and the permission boundary. The model reasons; the harness decides what it sees, touches, and how its work is verified.
linked from 17 pagestoolAnthropic's agentic coding tool: an agent harness pairing Claude models with built-in tools, context management, permissions, and sandboxing. Runs interactively (CLI, IDE, web) or headless (print mode, Agent SDK). Described as of v2.1.206 (2026-07-10).
linked from 14 pagesmodelAnthropic's frontier model for complex agentic coding and enterprise work (API ID claude-opus-4-8, released 2026-05-28): 1M-token context, 128K max output, adaptive thinking only, incremental agentic gains over Claude Opus 4.7.
linked from 14 pages