Context Window is the daily AI brief for applied AI builders. Subscribe free →
Tuesday, September 22, 2026
Feature
AI's Lack of Wisdom: Challenges in Code Maintainability
AI models struggle with code maintainability due to a lack of long-term architectural understanding.
Why it mattersAI-driven code generation lacks the nuanced understanding required for maintainability, posing risks of creating unmanageable systems. Developers must address these challenges to ensure AI can contribute effectively to long-term code quality.
Read full article →Sign up for the daily AI brief
Each morning: models, tools, research, and conversations distilled from across the web — with why they matter for builders.
Around the Web
Claude Opus 5.5 Launch
Opus 5.5 performs at the level of Claude Fable 5.1 for most tasks, and costs 40% less to run than Opus 5. Opus 5.5 is our first release since we called for pacing the frontier. External evaluators, including Frontier De…
r/ClaudeCode
For everyone’s situational awareness. This was announced at the UN assembly just a few minutes ago. Lots of search-and-replace scripts incoming.
r/LocalLLaMA
AI Agents Skills & Challenges
Hey guys, I’m currently learning AI automation/AI agents, mainly using n8n. I’ve built some simple workflows and practice agents, and my goal is eventually to work with people who are already selling AI automation solut…
r/AI_Agents
A developer on r/LocalLLaMA tracked 847 agent runs and measured how well the agent followed instructions as the context window filled up and it started at 94% but dropped to 41% by the time the window was full and it di…
r/AI_Agents
Do people have a way to double check code or any tips you can give me. A few times I give code to a second model to look at but since they’re all different you can end up the garden path fixing stuff. It all seems so wa…
r/AI_Agents
Tools
Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.
github | stars 144,303
为 DeepSeek Harness (DSH) 插件生态打造的现代化桌面端解决方案。万物皆「插件」,桌面本身也是「插件」。
github | stars 28,503
Build
Apart from normal processing, the application also sends data to a large language model (LLM). It then uses the model’s response to carry out a task.
blog.bytebytego
Understanding agents, their five controllers and one graph
thoughtworks
Putting NVIDIA Nemotron 3.5 Lightning to the test
thoughtworks
Research
An LLM agent's capability is largely magnified by its harness, namely the prompts, control flow, tooling, memory, and context management surrounding the frozen backbone model. Recent methods increasingly automate this p…
arxiv
Organizations pay for AI through disconnected ledgers: Kubernetes allocations for self-hosted inference, gateway logs, and per-token bills from API providers. We present unalloc, an open-source tool that joins OpenCost,…
arxiv
Agent harnesses, the external systems that mediate model-environment interaction, can substantially improve agent performance, but their gains remain tied to the harness at deployment. Because the best harness varies ac…
arxiv
Playbooks
See how LangSmith helps healthcare AI teams turn clinical review into reusable evaluators, datasets, and release gates for safer AI in production.
langchain
Foundry hosted agent isolation exposes two independent controls. User isolation identifies whose data may be used. At the same time, Foundry hosted session isolation identifies where code and files continue to live. For…
devblogs.microsoft
Evaluating Opus 4.6 on BrowseComp, we found cases where the model recognized the test, then found and decrypted answers to it—raising questions about eval integrity in web-enabled environments.
anthropic
News
Skills let you encode domain-specific procedures as reusable, portable instructions for agents, but a fluent answer doesn't prove the agent picked the right skill or followed it. Learn how to measure skill selection and…
aws.amazon
Release: llm-typesafe 0.1a0 I built this new plugin for LLM to add support for TypeSafe AI's new Jev model . Install it like this: llm install llm-typesafe Then set an API key ( get one here , the waitlist seems to move…
simonwillison
Open-source antivirus for AI agents: block risky tools, secret access, prompt injection, malicious packages, MCP servers, plugins, and skills at runtime.
kitploit