Trend · Week · 2026-W26 · Software Intelligence
This week’s research treats large language model (LLM) agents as production software. The strongest work ties task success to context recovery, artifact delivery, cost accounting, permission boundaries, and credential…
Idea · Week · 2026-W26 · Software Intelligence
Coding-agent work is moving into the same review path as other production software: repository context has to be measured, agent configs need ownership and permission checks, and evaluation needs to cover follow-up…
Trend · Day · 2026-05-10 · Software Intelligence
The period’s main signal is stricter proof for AI-built software. ConCovUp, RubricRefine, and MonitoringBench test agents against concrete failure modes: missed concurrent interactions, wrong tool contracts, and hidden…
Idea · Day · 2026-05-10 · Software Intelligence
Agent software work is moving toward checks tied to specific failure modes: live tool calls that return plausible wrong answers, monitors tested with narrow attack sets, and C/C++ libraries whose sequential tests miss…
Trend · Week · 2026-W15 · Software Intelligence
This week’s coding-agent research is strongest when every important step leaves evidence. The center of gravity is executable control: written specs, exact edit spaces, runtime checks, and durable tool boundaries.
Idea · Week · 2026-W15 · Software Intelligence
The clearest near-term builds put verification in the action loop. One path is an external policy layer that rejects agent edits unless they satisfy traceability and test obligations.
Trend · Day · 2026-04-07 · Software Intelligence
The strongest work on this day makes software agents easier to constrain, inspect, and score. CodeStruct and SWE-Shield tighten code-agent evaluation around exact edits and design rules.
Idea · Day · 2026-04-07 · Software Intelligence
Concrete changes are showing up in three places: repository repair agents can work on named code entities and be judged on small valid diffs, patch evaluation needs design-constraint checks beyond test pass rate, and…
Trend · Day · 2026-04-03 · Software Intelligence
This period is strongest on coding agents that face real state, real failure modes, and real execution consequences. SWE-STEPS and ABTest make evaluation more concrete.
Idea · Day · 2026-04-03 · Software Intelligence
Coding-agent evaluation is moving into real repository state, real user failure traces, and real extension security checks.
Trend · Day · 2026-04-01 · Software Intelligence
The period’s strongest theme is tighter control over software agents: cleaner traces for training, better logs for evaluation, and harder tests for what agents do in real repositories and real workspaces.
Idea · Day · 2026-04-01 · Software Intelligence
Software-agent work in this window points to three immediate workflow changes: track whether agent code survives after merge, publish reusable run packets for evaluation and training, and treat untrusted content…