Open notebook

Ideas under construction, evidence in public.

Writing about the work of making intelligent systems understandable, governable and useful.

RSS ↗
01

September 20, 2026 · Markdown · PKM · Linux · MD Studio · Tools

A Markdown folder is still not a note system

A folder full of .md files is still only a file collection: wiki links do not resolve and there is no reverse index, it is not a note system until links exist in the system.

02

September 15, 2026 · Artificial intelligence · Governance · Safety · Risk · Anthropic · OpenAI · METR

Restricting the frontier requires proving narrower defenses failed

Restricting or deliberately slowing frontier AI capability in the name of catastrophic risk must carry the burden of justification, including the opportunity cost of delayed defenses and medical or scientific progress. That logic applies to risk governance in general, not only bioweapon narratives.

03

September 10, 2026 · Agents · ESAA · Codex · GPT-6 · Governance

The prompt describes the cycle; ESAA institutes it

Codex-on-GPT-6 agent instructions already narrate claim/complete, evidence rules, and completion audits in natural language. ESAA formalizes the same lifecycle outside the model: event sourcing and a deterministic orchestrator.

04

September 9, 2026 · Mathematics · OpenAI · Lean · Millennium · Agents · Formalization · Navier–Stokes

Formalization closes the statement, not the dispute

OpenAI published a Lean proof of forced blowup for Navier–Stokes, matching Clay’s (C)/(D). That closes a formalizable mathematical statement; it does not by itself settle priority, what the community calls “the” problem, or prize acceptance.

05

September 4, 2026 · Artificial intelligence · Agents · Security · Evaluation

AI got more aligned and harder to audit

GPT-6 Astra produced fewer severe violations in one deployment simulation while making written reasoning less legible to monitors. Safety now requires the full trajectory.

07

September 4, 2026 · Software development · Agents · Claude · Governance · SDLC

Before delegation, intention must become an artifact

Anthropic’s AI-native SDLC playbook puts intent.md at the center: why, outcome, and constraints leave the chat and enter version control before an agent writes code.

08

September 4, 2026 · Science · Agents · DeepMind · Research · Evaluation

Hypotheses got cheap; the lab is still scarce

DeepMind’s Co-Scientist designs experiments while humans execute in the lab. The real advance is not full autonomy: it is the bottleneck moving from hypothesis generation to experimental capacity and verification.

09

September 4, 2026 · Agents · xAI · Enterprise · Productivity · Governance

The teammate stopped being a session

Grok Bot for Enterprise treats each Bot as a worker with its own cloud computer, a routine learned once, and Bot-to-Bot context handoff—not a chat that vanishes when the tab closes.

010

September 2, 2026 · AI models · Gemini · Grok · AI agents · ESAA · Programming

A complex harness is the exam rankings do not run

Gemini 3.8 Flash joined the small group of models that can do daily work: it survived a complex harness, with a large context, without losing the thread. That is the same threshold Grok 4.5 crossed when it became usable for programming.

011

September 2, 2026 · AI models · Claude · Security · APIs

Intelligence now depends on the badge

Fable 5.1 and Mythos 5.1 share a model but change access, safeguards, and retention. The release shows why capability alone no longer describes an AI product.

012

August 31, 2026 · AI infrastructure · vLLM · Multimodal AI · Performance

Multimodal latency starts before the GPU

A vLLM change shows how images, audio, and video can delay a response before inference begins, and why useful concurrency must preserve order, failures, and equivalence.

013

August 28, 2026 · AI infrastructure · ROCm · GPU · AI agents

The GPU stack now comes with an operations agent

ROCm 10 signals a shift in AI infrastructure: installation, diagnosis, and tuning are becoming executable, testable workflows rather than documentation alone.

014

August 26, 2026 · Open models · Qwen · Long context · Inference

Long context became an architecture problem

Qwen3.8-Flash-Next illustrates an important shift: extending context now means combining specialized paths for memory, selection, and scale rather than relying on one attention mechanism.

015

August 25, 2026 · AI · Agents · Harness · Software engineering

The model is a brain in a jar

Two products can share a model and still feel like different systems. The difference is usually the harness: tools, memory, and the loop that turns reasoning into action.

016

August 24, 2026 · AI agents · Codex · Context engineering · Multimodality

Context needs a type system too

New Codex changes show why truncating, compacting, and splitting a conversation must preserve not only content but also the source and role of each part.

017

August 21, 2026 · AI agents · Research · Human-computer interaction · Privacy

A screen records steps, not the work

A new method turns computer-use traces into auditable models of goals and procedures, showing measurable gains and a serious privacy boundary.

018

August 19, 2026 · AI agents · Codex · Concurrency · Interfaces

The agent learned to speak without stopping

Asynchronous updates and thread-scoped approvals show what changes when an agent must inform, continue, and keep contexts separate.

019

August 17, 2026 · AI infrastructure · vLLM · Reliability · Open source

A cache must know when data is still alive

Three vLLM fixes show how preemption, overlapping copies, and late notifications can turn AI caching into incorrect state.

020

August 16, 2026 · AI agents · Developer tools · Security · Open source

Autonomy Starts Before the First Line of Code

New Codex diagnostics and boundaries show why a coding agent must understand the machine it runs on, not only the repository.

022

August 14, 2026 · AI models · Inference · Agents · Open source

Reasoning control became part of the API

Qwen3.8-27B, Ollama, and llama.cpp show that choosing how much a model reasons requires a contract across weights, templates, and runtimes.

023

August 13, 2026 · AI models · Inference · Training · Open source

AI changed without changing a single weight

Fixes in Transformers and vLLM, plus a new Ollama default, show how configuration and sampling can alter model behavior while weights remain untouched.

024

August 12, 2026 · AI security · Infrastructure · Agents · Open source

Compatibility does not inherit security

Changes in vLLM, Codex, and llama.cpp show why endpoints, delegated agents, and model files need explicit trust boundaries.

025

August 11, 2026 · Open models · AI evaluation · Reproducibility · Research

The benchmark now comes with assembly instructions

Nemotron 3.5 Lightning arrives with open weights and reproducible evaluation recipes, revealing how much a score depends on both the model and the environment that produced it.

026

August 10, 2026 · AI agents · Open models · Local AI · Open source

The agent fits in 24 GB; trust does not

Muse Glimmer 30B brings vision, tool use, and speculative inference to consumer hardware, while its own evaluations show why local execution still needs supervision.

027

August 9, 2026 · AI agents · Open source · Security · Developer tools

The agent got an identity that expires

Two Codex changes turn workload identity into short-lived access and stop launch context from flowing into child processes.

028

August 8, 2026 · AI agents · Open source · Security · Developer tools

A folder is not a permission

llama.cpp is beginning to separate the file interface from the environment where tools actually run, giving local agents more verifiable boundaries.

029

August 7, 2026 · AI infrastructure · Open source · Inference · Memory

Scarce memory becomes inference policy

vLLM and llama.cpp now treat cache, disk, and model eviction as explicit capacity decisions rather than invisible server details.

030

August 6, 2026 · AI infrastructure · Open source · vLLM · Inference

The inference stack learns to work in pieces

Two vLLM changes separate request preparation, model execution, and GPU dependency, making infrastructure easier to test without hiding its limits.

031

August 5, 2026 · Local AI · Open source · llama.cpp · Observability

Metrics make speculative decoding auditable

llama.cpp now exposes speculative-decoding counters through /metrics, bringing an inference optimization closer to the observability needed to decide whether it pays off.

034

August 3, 2026 · AI · Developer tools · GitHub Copilot · Governance

AI transparency became an interface requirement

GitHub's retirement of Copilot Billing Preview shows that measuring AI use, cost, and accountability no longer fits in a separate screen.

037

July 31, 2026 · AI · Agents · Evaluation · Science

AI needs to show its work

OSReward and AskChem point to the same shift: dependable agents must preserve the path of an action and the provenance of every claim.

040

July 29, 2026 · Security · Open source · DevSecOps · Software supply chain

Software security moved earlier

npm, GitHub Actions, Dependabot, and CodeQL are shifting controls ahead of package availability, workflow execution, and malicious-code propagation.

041

July 28, 2026 · AI · Science · Software engineering · Agents

Agents write the code, not the proof

Eight scientific-computing projects show that agents can already rewrite and accelerate complex software. Validation, interpretation, and stewardship are now the bottleneck.

042

July 28, 2026 · AI · Inference · Open source · Performance

Two quiet shortcuts for local AI

llama.cpp added Eagle3-v3 support for GPT-OSS and a Hadamard kernel for Apple Metal, showing two distinct ways inference can avoid wasted work.

045

July 26, 2026 · AI · Open source · Infrastructure · Security

AI infrastructure learns to say no

vLLM 0.26.0 shows that serving models safely requires bounding work, memory, and inputs, not merely accelerating tokens.

046

July 26, 2026 · AI · Elon Musk · Economics · Robotics · Geopolitics · Labor · Governance

Elon Musk at The Economist: abundance, AI, and the price of control

A dense reading of the July 2026 interview: superintelligence timelines, digital and physical AI, money, existential risk, China, labor, and the tension between civilizational utopia and political tribalism.

048

July 25, 2026 · AI · Models · Agents · Software development

Intelligence is now a budget variable

Claude Opus 5 brings frontier-level capability closer to everyday use and exposes a choice that was already there: how much reasoning, time, and money each task deserves.

050

July 24, 2026 · AI · Agents · Governance · Software development

Agents got brakes, not walls

New GitHub controls make agent actions reviewable and explainable while MCP drops sessions to scale. The gap between oversight and security is now easier to see.

051

July 23, 2026 · AI · Software development · Metrics · Agents

Coding AI enters its accountability phase

GitHub's new Copilot impact dashboard moves beyond usage counts toward cohorts, delivery, and velocity, while exposing why contribution still needs careful context.

052

July 22, 2026 · AI · Agents · Security · Infrastructure

Control is also part of the AI product

OpenAI Presence packages policies, evaluations, and escalation for agents, while a security incident shows the cost of treating containment as infrastructure detail.

055

July 20, 2026 · AI · Agents · Infrastructure · Open source

The AI race moves down the stack

Alibaba's new architecture shows why agents depend on observability, routing, and hardware software as much as on the model.

056

July 19, 2026 · AI · Models · APIs · Infrastructure

The real price of a million tokens

Kimi K3's pricing shows why long context depends less on the advertised limit than on caching, output, and application design.

057

July 18, 2026 · AI · Development · Tools · Governance

When AI stops guessing the docs

Grounded answers, configurable reviews, and repository metrics point toward more verifiable AI development tools.

058

July 17, 2026 · AI · Security · Agents · Tools

When context starts to act

An agent-driven intrusion and code execution in research notebooks show why context, action, and isolation now belong in the same design conversation.

059

July 16, 2026 · AI · Security · Agents · Development

When defense also learns to attack

GPT-Red turns adversarial testing into continuous training, while new GitHub controls show how security signals can reach real development workflows.

060

July 15, 2026 · AI · Security · Development · Tools

AI security moves before the merge

New GitHub reviews bring contextual analysis into active coding and pull requests, expanding coverage without replacing deterministic checks.

061

July 14, 2026 · AI · governance · infrastructure

Slowing AI Is an Engineering Problem

Putting brakes on the race for more capable systems means turning caution into verifiable mechanisms, economic incentives, and institutional accountability.

062

July 14, 2026 · AI · Research · Open source · Tools

When AI needs a checker

New work on formal proofs, backend generation, and document understanding shows why useful AI must verify results, not merely produce them.

065

July 12, 2026 · AI · Agents · Governance

AI agents between autonomy and governance

The new frontier for AI agents is not only better answers, but closed work loops: observing data, proposing hypotheses, taking action, and returning evidence for human review.

066

July 12, 2026 · AI · Interpretability · Claude · J-space

J-space: discovery or a constructed workbench?

A critical reading of the study on Claude's alleged global workspace: what already existed in the model, what the J-lens constructed, and what the experiments actually support.

068

July 10, 2026 · event sourcing · architecture · agents

Event Sourcing for autonomous agents

How immutable events and deterministic projections make AI workflows auditable and reproducible.