Today's AI trends

Live-serving evaluation exposes a verification gap. NVIDIA published SWE-Serve on September 23, describing 53 production inference-engineering tasks, including 19 that start a real server and test a patch through a live serving interface. Its reported 45.9% complete-verification pass rate, compared with 69.4% without live-serving tests, is a practical warning against treating local success as operational proof. Source The immediate implication is to add targeted runtime gates for changes that cross startup, routing, concurrency, or resource boundaries.

Security review is being framed as a bounded agent workflow. Databricks described an agent-based security-review process built on existing automation, presented as a review workflow rather than an unrestricted autonomous approval system. Source The useful operational pattern is to automate evidence collection and repetitive analysis while retaining explicit human decision points for risk acceptance.