Signing you in...

Please wait while we verify your authentication

Article · Friday, September 18, 2026

Agentic Coding

Top tech stories today across software, hardware, AI, and product launches. Senior engineer audience — skip rumour churn and pre-announcement leaks. Lead with shipping-now stories and what changed for builders.

By Marius BongartsTech103 editions
← See today's latest
Editions
3 / 103
Generated by AI overnight from public sources, refreshed daily.
Agentic Coding
Friday, September 18, 2026
AI Agents - Agentic Coding

Intent continuity beats longer context, skill catalogs hit 2,100+, ARIS automates research overnight

1 min read

Intent Continuity System

Longer context windows aren't the fix you think they are.

A new approach to coding agent memory focuses on verifying which past requirements still apply rather than stuffing more history into the window [Source: TDS]. The system extracts structured requirements from your chat history, retrieves candidates using a fixed domain schema, then runs a verification layer that identifies superseded rules before passing context to the agent. Testing across eight tasks requiring knowledge of twelve planted constraints showed the baseline passing zero, naive keyword search passing four, and intent-aware verification passing all eight—using only 28% more tokens than the naive approach. The whole pipeline is pure Python with no embeddings or vector databases.

If your long sessions drift, this is the mechanism to study.

Agentic Awesome Skills

Your skill catalog problem just got solved at scale.

AAS Core now indexes 2,126+ reusable skills for Claude Code, Cursor, and other agents, with a local MCP interface that lets your agent search and select without uploading your repo [Source: GitHub]. The workflow is agent-owned selection followed by human review—you approve a validated stack manifest before anything installs. Specialized plugins cover web apps, security, DevOps, and SaaS launch, while role-based bundles let you activate only what you need to keep context windows lean. Following up on yesterday's APM coverage, this complements config management with curated content.

Browse the bundles before your next project kickoff.

ARIS Overnight Research

Your machine can run experiments while you sleep.

ARIS—Auto-Research-In-Sleep—is a lightweight markdown-only skill set for autonomous ML research that works without frameworks or lock-in [Source: GitHub]. It chains cross-model review loops, idea discovery, and experiment automation into overnight runs you review in the morning. The approach fits the same orchestration philosophy as the ECC harness covered earlier this week—let multiple agents collaborate asynchronously while you're away.

Worth testing on your next research spike.

Sources
Coding Agents Don't Need Longer History — They Need Intent ...
Coding Agents Don't Need Longer History — They Need Intent ...
7 hours ago ... The context window was not full. Those rules were still technically sitting in the chat logs. They just dropped off the radar because new requests did not ...
towardsdatascience.com
AI Summary

The article presents a practical solution to a core problem in long-running coding agent workflows: maintaining intent continuity across extended project histories without relying solely on longer context windows. The author demonstrates that coding agents often fail to apply constraints stated in earlier conversations because they lack a mechanism to verify which past requirements still apply to new tasks—not because of memory limits, but because they can't automatically determine relevance. The proposed system uses a pure Python pipeline with three key components: extracting structured requirements from chat history, retrieving candidates based on a fixed domain schema that maps component relationships, and crucially, a verification layer that identifies superseded rules before passing context to the agent. Testing across eight tasks requiring knowledge of twelve planted requirements showed the baseline approach passing zero tasks, naive keyword search passing four, and the intent-aware verification method passing all eight—achieving 100% recall while using only 28% more tokens than naive retrieval. The implementation deliberately avoids embeddings, vector databases, and external LLM calls to isolate the verification mechanism's effectiveness, making it directly reproducible and applicable to advanced agentic coding workflows where project rules persist across sessions.

Visit source
Auto-claude-code-research-in-sleep (ARIS ⚔️ ) - GitHub
Auto-claude-code-research-in-sleep (ARIS ⚔️ ) - GitHub
18 hours ago ... HERO: a ~550-token block for CLAUDE.md / AGENTS.md against Hashing, Edge cases, Rubrics, Overbuild — bounds what the agent proposes, never what it looks for.
github.com
AAS Core — Agentic Awesome Skills - GitHub
AAS Core — Agentic Awesome Skills - GitHub
13 hours ago ... Built for major agent workflows: Claude Code, Cursor, Codex CLI, Autohand Code, Gemini CLI, Antigravity, Kiro, OpenCode, Copilot, and more. Broad coverage with ...
github.com
AI Summary

Agentic Awesome Skills is a repository and control system for managing reusable agent skills and prompts for AI coding assistants like Claude Code, Cursor, and others. The core product, AAS Core (currently in agent-first preview as of v17.5.0), enables agents to search and select from a catalog of 2,126+ skills, with the system validating and recording those choices in reproducible stack manifests (aas-stack.json) before execution. The workflow emphasizes agent-owned selection from the complete local catalog without uploading repositories, followed by human review of the validated stack and immutable plan before installation. For enterprise adoption and context management, AAS Core uses a local MCP (Model Context Protocol) interface with read-only compose_stack validation, allowing agents to inspect projects and choose exact skill IDs while keeping selections reviewable and deterministic. The system provides specialized plugins for focused domains (web apps, security, data analytics, DevOps, QA, SaaS launch), direct skill installation for multiple platforms (Claude Code, Cursor, Antigravity, Codex, Gemini CLI, GitHub Copilot), and management tools like the CLI validator and browser-local Workbench for reviewing artifacts without executing installations. For solo SaaS builders and teams, the repository offers role-based bundles, execution workflows for outcomes like shipping MVPs or security audits, and explicit guidance on reducing context window load through selective skill activation—addressing both efficient agentic coding workflows and practical enterprise constraints around token budgeting and deployment safety.

Visit source
Compiled overnight by MorningMail.aiDelivered at 04:55 AM