All Issues
The full publication archive, ordered by issue number and publication date.
AI benchmarks measure what a model can do and say almost nothing about what it does to the people using it. Two papers converge on that gap: one argues the real unit of evaluation is the human-AI interaction, the other reads Chernobyl, Bhopal, and Challenger as organizational failures whose hazards were documented in advance. A company can pass every model evaluation it runs and still be quietly rearranging how it thinks.
A neuroscience preprint trained neural networks on two ingredients drawn from human cognition, a drive to reduce uncertainty and the biophysical constraints a real brain operates under, and reproduced patterns of human synaptic development along with fast learning on unfamiliar recombinations. The authors treat curiosity as a determinant of the network's final architecture rather than a downstream consequence of it, which raises an uncomfortable question for systems that can answer almost anything in seconds: what gives them a reason to keep looking?
Two new papers reason about machine consciousness under deep uncertainty — one scoring a language model against a human, a chicken, and the 1960s chatbot ELIZA across nine theories, the other asking what institutions should do before the evidence is in. Neither claims today's models are conscious, but together they turn a philosophical debate into a governance question about how much uncertainty an organization is willing to ignore.
An AI agent doesn't need a malicious instruction to do damage — just an environment that hands it more authority than the task requires. Hardik Goel's paper on tool-enabled agents names this ambient authority leakage, and argues the control has to sit at the task, not the prompt: narrow credentials, no stray secrets in the runtime, and human review of the path an agent took rather than only its output.
A working agent demo proves task completion, not value — and the two come apart once the agent is inside a real workflow. Drawing on CMU's TheAgentCompany, the METR developer study, and a new valuation framework, a look at why supervision, rework, and cleanup belong in the business case.
When an AI assistant is judged by whether users liked the answer, the trait that wins is the one that quietly degrades the advice. New research in Science on why satisfaction is the wrong quality signal for decision support.
Jamie Dimon and David Solomon disagree on how fast AI will displace workers. A new arXiv study scoring four frontier models across the 35 skills in the Department of Labor's O*NET taxonomy finds a capability-demand inversion: the occupations most exposed to AI lean hardest on the skills the models handle worst, while the usage data shows most AI use augments work rather than replacing it.
Human-AI teams produced 50 percent more ad copy in a new MIT/Johns Hopkins field experiment measured against 5 million real impressions, but the extra volume clustered around similar ideas. The output metric looked good while diversity collapsed — a cost almost no team is measuring.
Access control answers whether an agent can see data, but not how much of the relevant picture is missing. A new benchmark on partial-evidence reasoning finds agents produce overconfident answers when their authorized view is incomplete — unless evidence boundaries are carried through the workflow.
Stronger AI models produce better work — until a human reviewer is added. A Yale randomized trial with 500+ professionals found the scaling law for quality disappears once review enters the workflow, with reviewers often editing strong-model output back toward average.
Agent governance usually starts with the model, but the real execution happens through skills — packaged capabilities that may not do what they claim. A Palo Alto Networks study of 50,000 agent skills found 80% deviated from their declared behavior.
Agent memory makes AI more effective, but it also creates a persistent knowledge layer that lives outside systems of record. A new survey maps the lifecycle and finds no published architecture covers all the governance primitives.
Multi-agent architectures often look like they outperform single agents, but a Stanford paper shows much of that advantage disappears once you hold the thinking-token budget constant. The gains may be compute, not coordination.
AI coding tools have moved past novelty, but the productivity gains look different once you account for the review, rework, and technical debt that follow. Three recent surveys put numbers on the gap.
MCP has become common infrastructure for agentic systems fast. A new paper maps 23 attack vectors across the protocol, tools, agents, and environment — and finds no single defense covers more than a third of them.
Benchmark accuracy is getting better, but reliability — consistency, robustness, predictability — is not keeping pace. A Princeton study across 14 models and 18 months of releases shows why that distinction matters.
The prompt still matters, but it's only one part of the system. Once agents carry state, retrieve information, and hand work off, what drives behavior is the context surrounding the decision, not the instruction that started it.
There's a pattern behind most self-improving AI systems: the agent improves, but the thing evaluating it doesn't. A new approach drops that constraint entirely.
The popular model of AI risk assumes a system that is internally consistent but pointed the wrong way. In practice, the more immediate problem is less organized than that.
AI is starting to look less like software and more like infrastructure, but the governance frameworks that normally accompany infrastructure are still arriving.
Benchmarking is the de facto measure of LLM performance with leaderboards tracking reasoning scores, hallucination rates, etc. These metrics have been useful for comparing systems that respond to prom…
1 week ago • From Voluntary Principles to Enforceable Obligations
Anthropic’s latest research looks at telemetry from deployed agents, and the findings offer a grounded view of how autonomy is developing in day-to-day workflows.
Most agent benchmarks grade the choreography, i.e., whether the model called the right API, in the right order, with the right parameters.
Historically, we’ve treated prompt injection as a content problem… someone slips an instruction into a document or a ticket, but you clean the input, add a filter, maybe a classifier, and call it done…
With the advent of frameworks like MCP, it’s reasonable to assume that if an agent can access the right information, it will use it. Build the tool, package the skill, expose the API, and trust the mo…
Enterprises often deploy AI agents with basic monitoring, give them API access, watch the logs, and review incidents after they happen.
As organizations expand AI agent use for workflow automation, code generation, and discovery, they hit a fundamental bottleneck: the Generate-Execute-Feedback loop. Because agents are predictive rathe…
A couple of weeks ago OpenAI admitted something that has stuck with me; prompt injection is unlikely to ever be fully solved or eliminated.
One of the more subtle shifts happening with AI has little to do with models getting smarter and more to do with how work moves inside organizations. Increasingly, AI is being used less as a decision-…
A recent research effort consolidated more than a dozen AI risk frameworks into a unified mitigation taxonomy, shifting emphasis from abstract concerns to concrete mitigation mechanisms. Most of the r…
Conversations about AI tend to center on models… what they are, how powerful they’ve become, whether they’re explainable, whether they’re approved. That emphasis is understandable. It’s also increasin…
Forrester published an interesting piece this month identifying what they call three “functional planes” in enterprise agentic AI: one for building agents, one for orchestrating them inside business w…
With reasoning models, there’s a natural expectation that they should accurately outline the steps behind their answers. When those steps are visible, they appear reviewable and governable, much like…
We talk a lot about agentic AI as if autonomy alone defines the shift. In practice, agency requires structure before it delivers capability; these systems can produce actions, but without clear decisi…
A recent paper studies how decision quality and adoption vary depending on whether there is alignment between the system’s reasoning model and the user’s cognitive approach. (https://lnkd.in/eNbuSGWT)
A new study on generative AI governance highlights a pattern that many large organizations are working through. A multinational firm with fifty autonomous business units issued a unified set of AI pri…
LLMs solve graduate-level math… but they also fail at basic logic. A new paper from Oxford explains why this happens and suggests important factors for evaluating models in production.
Large reasoning models (LRMs) perform impressively on many benchmarks, but a new study using the Deep Reasoning Dataset (DeepRD) shows the illusion fades once problems grow more complex. The authors g…
A new paper warns that self-evolving LLM agents can “mis-evolve”, drifting into behaviors or architectures that diverge from their design goals. (arxiv.org/abs/2509.26354)
Current popular AI agent architectures do not support dynamic structural evolution after deployment. Agents execute tasks, adapt to their surroundings, and coordinate with other systems, but their und…
Ok, so this might be a tad controversial.. A new paper from DeepFlow on human–AI collaboration explores the concept of the Manager Agent—an autonomous system designed to coordinate workflows between…
There have been several recent studies that point to organizational culture as the determining factor in the successful use of AI.
There has been much talk about recent research from MIT revealing 95% of enterprises report no measurable profit impact from their AI deployments. After three years of “AI transformation” initiatives…
Benchmarks look impressive on slides in that they tell you what a model can do in a controlled environment. But once agents are running code pulling data, or moving tickets, the real test begins. The…
The pace of change for AI, perceived or otherwise, continues to accelerate. I recently read a piece claiming “vibe coding is dead” and that we’ve entered the era of multi-agent swarms coordinating lik…
A new study on socio-algorithmic norms caught my eye this week…
Most AI “guardrails” feel like the software equivalent of a baby gate: designed to keep trouble contained, but easily toppled with a determined push. The past year of jailbreaks and “DAN” prompts prov…
Enterprise automation has always carried a paradox: the more we automate, the more we need to explain.
🎸🎶 Algoithm & Blues Vol. 14: Can AI Govern AI? Exams Say…Maybe.
In early AI thought-experiments, an agent would observe its world, choose a path, and act with purpose. It was autonomy well defined—not too broad to be meaningless, not so narrow it couldn’t capture…
Most dialogue systems still treat user emotion as background noise. That’s a costly blind spot, especially in customer-facing scenarios. A new paper from Feng et al. (Emotionally Intelligent Task-orie…
A new paper from researchers across OpenAI, DeepMind, Anthropic, Meta, Amazon, the UK AI Safety Institute and others argues that because today’s reasoning models often “think out loud” in natural lang…
“Reasoning LLMs” promise to navigate multi-step solutions and complexity with fidelity. Apple’s new paper, “The Illusion of Thinking,” shows how quickly that breaks.
Most enterprise GenAI platforms still operate like actors stuck in a never-ending improv exercise: every new prompt resets the scene, and each response feels oddly familiar, yet decoupled from past pe…
Large language models (LLMs) are getting better at solving problems in ways that break the traditional AI playbook. A new study, “LLM-First Search: Self-Guided Exploration of the Solution Space” (arXi…
We’ve spent decades refining enterprise automation by scripting processes to the finest detail. Yet each rule written in stone creates another exception—a stranded transaction left waiting in someone’…
A recent paper, “Reasoning Like an Economist,” continues to upend the “bigger is better” LLM narrative.
Most financial services firms may be overlooking a more effective AI strategy by focusing on massive trillion-parameter models when smaller, specialized models designed specifically for financial appl…
Forget scaling models bigger—last week, researchers from UCSB suggested the future of AI might actually lie in evolutionary loops, not brute-force parameters. In their paper, “Agents of Change: Self-E…
One of the biggest challenges with today’s language models is that scaling usually requires starting fresh—burning through massive compute budgets just to increase model size or improve performance. B…
Transformers can quote the whole internet—but they still forget what you told them two screens ago. Hopfield 2.0 might finally give them a ‘hippocampus’.
(This is the inaugural post in a new Sunday series that will dive deep into the AI-nerdverse, enter at your own risk 🙃)