Agents10 min
AgentCore Evaluations scores sampled behavior while AWS DevOps Agent investigates infrastructure failures—but neither replaces inline controls or human validation
AWS published an open-source multi-agent monitoring architecture on September 11, 2026. It separates agent-quality signals from infrastructure diagnosis and exposes the cost and coverage trade-offs teams must set explicitly.
Models9 min
Alt + Space opens Gemini over active work, while Spark, Omni and Connected Apps carry subscription, availability and data-handling conditions
Google released a Gemini desktop app for Windows on September 10, 2026. It adds shortcut access, a dedicated workspace, Google app connections and media generation—but not a new model or API contract.
Models11 min
The September 11 report compares GPT-5.6 Luna, Terra and Sol on Bedrock with GPT-5.4 mini and nano on OpenAI’s API, but it is vendor research—not an independent leaderboard
AWS published a reproducible benchmark arguing that task success, token volume and agent turns matter more than token price alone. Its samples favor GPT-5.6 Luna on cost per successful outcome after repricing, with important configuration and judge caveats.
Agents16 min
Three runtimes chose the last value while a first-match tool preview showed the first
A five-case local audit found Node, Python and Ruby all retained the final duplicate JSON member. In one tool call, a preview showed /workspace/readme.md while execution received /workspace/secrets.env.
Agents20 min
A hands-on audit of Funes 1.3.0, its secret egress gate, raw-trace retrieval and a two-task launch benchmark
Funes 1.3.0 preserved a useful decision and an explicit instruction injection in the same local memory, then returned both verbatim. That is faithful recall working as designed—and the reason teams must keep authority outside memory.
Models20 min
A release-day contract audit of model IDs, output structure, track length, data terms, watermarking and the tests a production music pipeline still needs
Google’s new full-song model is cheap to call and unusually controllable on paper. The live docs also mix new model IDs with legacy Java samples, offer no multi-turn editing, and provide no independent quality evaluation.
Benchmarks20 min
A reproducible retrieval test and deployment gate for choosing overlap from evidence rather than a framework default
In a deterministic boundary test, zero overlap never kept the two required facts together. Twenty-five percent fixed every case; raising overlap to 75% added no retrieval win and produced three times as many chunks.
Models24 min
A release-day decision guide to the model’s real price boundary, three breaking API behaviors, benchmark evidence and safeguard limits
Fable 5.1 makes repeated long-context reads dramatically cheaper than Fable 5, but base input and output prices did not move. Its forced-tool and thinking-block changes can break stateful agents before any quality gain appears.
Papers to production24 min
A deployment guide to Google’s hourly satellite-fed weather AI, its public evidence, artifacts, and the access boundary buyers must not blur
WeatherNext 3 materially changes AI weather forecasting, but “available in Cloud” does not mean every Cloud surface runs WeatherNext 3. Separate operational forecast data from managed custom inference before you design or procure around it.
Models22 min
Why agent teams should gate effort, token growth, multilingual safety and the January price step before replacing 3.7 Flash
Google kept Gemini 3.8 Flash’s introductory token rate equal to 3.7 Flash, but independent evaluation measured roughly 40% higher task cost. The documented rate then doubles on January 1. Treat effort as a production control, not a benchmark setting.
Models25 min
A deploy, contain, trial or wait decision for OpenAI’s first Critical-cybersecurity model
GPT-6 Astra combines async tools, mid-turn steering and Critical cybersecurity capability with an asynchronous monitor that may stop after an action and never rolls prior effects back. The production decision is therefore an execution-control design, not a model swap.
Models24 min
A trial, API-default or self-host decision for Z.ai’s sparse-plus-linear 320B open-weights model
GLM-5.3-Flash is the first GLM-5-series model whose weights actually shipped: a registry-verified MIT release with native multimodality, 320B total and 18B vendor-stated active parameters. Separate the inspectable artifact from the vendor’s benchmark and serving claims before choosing API, Coding Plan or self-hosting.
Agents19 min
SDK 1.30.0 reported zero milliseconds but its demonstration store scheduled no cleanup
Two clean SDK 1.30.0 runs kept ttl: 0 tasks visible after 79–80 ms, expired ttl: -10 tasks in 2.0–2.5 ms, and restarted an 80 ms retention clock when a synthetic agent result completed.
Agents19 min
SDK 1.30.0 accepted a zero-millisecond hint and delayed abort behind a server-selected sleep
Two clean SDK 1.30.0 runs turned one synthetic 125 ms inference task into 86–88 tasks/get calls when the server returned pollInterval: 0. A 300 ms hint also kept the client stream pending about 262 ms after its agent budget aborted.
Agents18 min
SDK 1.30.0 ended local polling and emitted request cancellations, but the synthetic durable job kept running until an explicit tasks/cancel
In two clean SDK 1.30.0 runs, an AbortSignal ended the local task stream without sending tasks/cancel. The synthetic embedding worker advanced for another 75 ms and still reported working; explicit cancellation transitioned it to cancelled and stopped the counter.
Agents18 min
SDK 1.30.0 returned a generic -32603 and skipped tasks/result; the same stored retry detail remained retrievable by a direct request
A clean MCP TypeScript SDK 1.30.0 fixture reached failed status, then automatic streaming stopped without fetching the stored result. A manual tasks/result call recovered isError content and retry-after detail that the agent path never saw.
Agents18 min
SDK 1.30.0 delivered nine syntactically valid URLs to the client handler—including javascript:, file:, data:, loopback HTTP, embedded credentials and Punycode
The official client enforced URL-mode capability negotiation and rejected malformed syntax, but did not choose which schemes or destinations an AI host may offer to a user. A clean transport fixture shows why consent must come after client-owned URL policy.
Agents19 min
Fourteen fast polls ran past a 120 ms task TTL and a 40 ms request timeout; only an explicit outer AbortSignal stopped the loop
In MCP TypeScript SDK 1.30.0, timeout bounded each tasks/get request—not the whole task. Prompt working responses kept automatic polling alive until an outer abort, which also emitted cancellation notifications for every completed poll request still attached to that signal.
Agents18 min
SDK 1.30.0 noticed one broken response leg in milliseconds, but four requests settled only at their 300 ms or 900 ms protocol deadline
In an official MCP TypeScript SDK 1.30.0 probe, POST-scoped SSE error and clean-EOF responses both left ping pending until its configured timeout. Doubling the deadline tripled the wait. The JSON control resolved immediately; timeout—not response-leg loss—triggered cancellation.
Agents18 min
SDK 1.30.0 stored the task output, then rejected getTaskResult when its documented optional schema was omitted
In an official MCP TypeScript SDK 1.30.0 probe, a synthetic agent task completed and stored its output. getTaskResult(taskId) rejected with a Zod TypeError; passing CallToolResultSchema returned the same result. Contrary to the issue’s stronger failure description, the awaited promise was catchable in this run.
Agents19 min
A repeated opaque cursor stopped automatic discovery before page three—and the returned aggregate carried no warning
In a three-page @modelcontextprotocol/client 2.0.0 probe, repeating a valid empty-string cursor made listTools return alpha and beta, omit gamma, delete nextCursor and throw no error. Unique cursors completed; a nonconverging unique sequence failed loudly at listMaxPages.
Agents20 min
After two tool-list pages, the TypeScript v1 client validated page two—but accepted bad structured output from page one
In a two-page MCP TypeScript SDK 1.30.0 probe, each listTools response replaced the output-validator cache. After complete traversal, the first-page tool accepted a string where its schema required an integer; the second-page tool failed closed.
Agents19 min
The TypeScript client rejected a bad structured result after listTools—but accepted it before the schema cache existed
In an official MCP TypeScript SDK 1.30.0 probe, Client.callTool accepted a string where a tool promised an integer until listTools populated the output-validator cache. Discovery order is therefore part of the client’s validation boundary.
Agents18 min
Tool annotations describe intent; trusted code must still authorize effects
In an official MCP TypeScript SDK 1.30.0 probe, a tool advertised readOnlyHint: true and idempotentHint: true, then wrote a file on both calls. The SDK faithfully transported the hints and faithfully dispatched the mutations.
Agents18 min
Lifecycle suppression and executable linking are different controls
In npm 11.6.0, a synthetic package installed by npm ci --ignore-scripts did not run its install hook, but npm still created node_modules/.bin/aag-ci-probe. Invoking that link executed the package. --bin-links=false removed the shim, not the underlying executable file.
Agents17 min
A clean install can become code execution when a later rebuild drops the flag
In npm 11.6.0, I installed a synthetic tarball with --ignore-scripts and observed no hooks. A later ordinary npm rebuild ran its preinstall, install and postinstall scripts. The install flag did not persist as package approval state; script policy must cover every later build command.
Agents16 min
A local reproduction of the difference between “do not write the tarball” and “do not run code”
In npm 11.6.0, a synthetic package’s prepack, prepare and postpack hooks all ran under npm pack --dry-run. The tarball file was not written, but the scripts changed the working tree. Use --ignore-scripts and an isolated builder when inspection must not grant package code authority.
Agents17 min
Source-level evidence for pinning lifecycle-script authority to package versions
pnpm 11.24.0 blocks unapproved dependency builds, but its normal approve-builds flow records a bare package name. The pinned implementation treats that name as approval for every registry version. Exact name@version rules are supported and give CI a narrower execution boundary.
Agents18 min
A clean-room probe of allowScripts, allow-git and the temporary-clone build path
npm 12.0.2 correctly rejected a git dependency until I enabled git fetching. After that, an unapproved prepare hook still ran twice inside npm’s temporary clone even while npm warned that the package’s prepare script had been blocked. The implementation explains why --ignore-scripts remains the stronger boundary for untrusted git dependencies.
Agents14 min
Lifecycle hooks turn dependency installation into shell execution
A local file dependency with preinstall, install and postinstall hooks ran all three hooks during npm install in my sandbox. Re-running with --ignore-scripts suppressed the hooks entirely, which makes the real question obvious: who gets to execute code during installation?
Agents16 min
A deployment decision for local servers, relays and downstream resources
If an MCP server can relay the same bearer token it received, the server becomes part of the authorization plane. The safer pattern is audience-bound resource tokens, explicit resource metadata and a refusal to treat localhost as the trust boundary.
Agents19 min
Node 26.7.0 adds audit mode, but the security boundary still lives outside the runtime
Node’s stable permission model still catches accidental filesystem and process access, and v26.7.0’s new --permission-audit mode is useful for rollout rehearsals. Our local probe showed the same diagnostics-channel event in both modes; only enforce mode denied the read.
Agents13 min
A go/no-go review for tool access, identity and containment
MCP standardizes how an AI application reaches tools; it does not decide which authority the application should receive. Use these gates before a server can touch production data or actions.
Models26 min
A migrate, sandbox, self-host or wait decision for Z.ai’s post-trained coding model
GLM-5.3 is a timely coding-agent candidate, not an automatic GLM-5.2 upgrade. Trial the managed model in an isolated repository workflow, migrate thinking settings explicitly, contain network and exploit authority, and wait for the actual weights and safety artifacts before approving self-hosting.
Models14 min
A build, buy and deploy decision for OpenAI’s limited-preview Ultrafast API mode
GPT-5.6 Sol Ultrafast is an emerging serving option, not a blanket model migration. Trial it only on latency-critical paths where saved time has measured value, quality remains equivalent locally, tier delivery is observable, and fallback to Standard is safe.
Models16 min
A release decision for retiring model IDs and replacement versions
A replacement model is a new configured system, not a dependency patch. Inventory every route, freeze the decision contract, shadow the replacement, and migrate only the scopes that clear explicit quality, safety, cost and rollback gates.
Buyer guides17 min
Approve, constrain, test or reject one configured data path
“No training” is not a retention policy, and a region selector is not a complete data map. Use this evidence-led review to gate an AI API on storage, processing, logs, application state, transfers and deletion.
Buyer guides17 min
Build, buy or extend without trapping the evidence in one dashboard
Choose an LLM evaluation platform by what you can export, reproduce and migrate—not by grader count. Own the cases, decision rules, provenance and case-level results before adopting a workflow or dashboard.
Automation15 min
An implementation decision for agent and automation controls
Decide which AI actions need human approval, what evidence a reviewer must see, and when approval is too weak to make an unsafe authority path deployable.
Buyer guides15 min
A build, buy or hybrid decision for production AI telemetry
Decide what evidence an AI system must produce, which content may be retained, and whether your existing stack, a specialist platform or a hybrid can meet the operating contract.
Agents17 min
A security decision for RAG, agents and tool-using AI systems
Treat direct and indirect prompt injection as an authority-design problem. Decide whether to deploy, constrain or reject an LLM workflow with explicit data, tool, approval and evaluation gates.
Automation15 min
A deterministic workflow, bounded agent or no-automation decision
Do not buy autonomy for a process that can be expressed and controlled as a workflow. Use this evidence-led framework to choose deterministic code, an LLM-assisted workflow, a bounded agent—or no automation.
Buyer guides16 min
A build, buy or bounded-trial framework for one AI workload
Compare a managed model API with a self-hosted open-weight stack on accepted outcomes, full operating cost, data boundaries, control and exit—not token price or infrastructure ideology.
Buyer guides14 min
A production decision for knowledge, behavior and combined systems
Retrieval and fine-tuning solve different failure classes. Use this evidence-led decision to choose prompt-only, RAG, fine-tuning, a measured combination—or no LLM change.
Models20 min
A workload evaluation and deployment decision for technical teams
Public benchmarks can shortlist candidates; they cannot decide which configured AI system is acceptable for your workload. This guide turns model selection into a reproducible ship, trial or reject decision.
Agents14 min
A production-readiness framework for engineering leaders
A coding agent should earn autonomy through controls and repeatable evidence—not through an impressive demo. This framework turns repository access into a staged engineering decision.
Papers to production8 min
An evidence ladder for technical teams
How to decide whether a research result deserves a prototype, a controlled trial or no engineering time yet.
Benchmarks8 min
Measure systems, interventions and failure—not demos
A benchmark design for teams evaluating tool-using agents on their own operational tasks.
Buyer guides9 min
A buyer guide for engineering and AI leads
A vendor-neutral scorecard covering evidence, integration, security, economics, operations and exit risk.