Agent benchmarks with real engineering constraints
Large language model (LLM) agent evaluation is getting closer to full engineering work. The Meta-Agent Challenge gives a coding agent a sandbox, APIs, a development split, and a hidden verifier, then asks it to build another agent. The best visible results roughly match human baselines on some domains, yet performance varies by model and task, with clear gaps on science QA.
TeleSWEBench adds a domain-specific stress test. It builds 734 tasks from real srsRAN 5G commits and requires file localization before functional scoring. The strongest automated software engineering tools reach up to 25% ship-ready changes, and localization drops sharply as prompts give less edit detail. This makes the bottleneck concrete: repository-scale, protocol-heavy code still defeats many current agents.