Signing you in...

Please wait while we verify your authentication

Article · Wednesday, June 17, 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 BongartsTech38 editions
← See today's latest
Editions4 / 38
Generated by AI overnight from public sources, refreshed daily.
Agentic Coding
Wednesday, June 17, 2026
AI Agents - Agentic Coding

OpenViking slashes tokens 91%, Superpowers ships two-stage review, Claude Code hits 515 prompts

1 min read

OpenViking context database

Your agent's memory problem finally has a unified solution.

OpenViking organizes memories, resources, and skills into hierarchical directories with tiered loading—L0, L1, L2 layers—that decide what context loads when [Source: GitHub]. The benchmarks are striking: 80-82% accuracy gains on memory tasks, 58-66% latency cuts, and up to 91% token savings when paired with Claude Code. The system also auto-compresses conversations into long-term memory, so your agent actually improves session over session.

If you've been managing context manually, this changes the math.

Superpowers methodology

Someone finally codified what makes agentic development actually work.

Superpowers ships a structured methodology where agents clarify requirements first, break implementations into 2-5 minute tasks, then execute through subagent-driven development with two-stage code review—spec compliance, then code quality [Source: GitHub]. You get enforced RED-GREEN-REFACTOR cycles, root-cause debugging, and git-worktree isolation for parallel work. The plugin runs on Claude Code, Cursor, Antigravity, and Codex with identical commands. Tasks can run for hours without drifting from the plan.

This is the structured execution the Addy Osmani skills you bookmarked yesterday were pointing toward.

System prompts at 515

Claude Code's internal playbook keeps expanding.

The extracted system prompts repo now sits at 515 prompts for v2.1.179—up from the 350 you saw in last week's coverage [Source: GitHub]. New additions include subagent prompts for Plan and Explore modes, a /code-review command with three effort levels and recall-biased verification phases, and background job orchestration for autonomous operations. The memory management and conversation compaction prompts show exactly how Anthropic structures context flow.

Mirror these patterns in your own CLAUDE.md before your next major refactor.

Sources
OpenViking is an open-source context database designed ... - GitHub
OpenViking is an open-source context database designed ... - GitHub
13 hours ago ... OpenViking unifies the management of context (memory, resources, and skills) ... Claude Code auto-memory, 57.21%, 49.1s, 353,306,422. Claude Code + OpenViking ...
github.com
AI Summary

OpenViking is a context database designed for AI Agents that addresses fragmented memory management through a unified filesystem paradigm. It organizes memories, resources, and skills into hierarchical directories with tiered context loading (L0/L1/L2 layers) to reduce token consumption, implements directory recursive retrieval combining vector search with semantic understanding for more precise context acquisition, and provides visualized retrieval trajectories to make debugging observable. The system automatically compresses and extracts long-term memory from conversations through session management, helping agents improve over time. OpenViking demonstrates significant performance gains across multiple benchmarks, including 80-82% accuracy improvements on user memory tasks with 58-66% latency reduction and 34-91% token savings when integrated with agents like Claude Code, Hermes, and OpenClaw.

Visit source
obra/superpowers: An agentic skills framework & software ... - GitHub
obra/superpowers: An agentic skills framework & software ... - GitHub
10 hours ago ... The Basic Workflow. brainstorming - Activates before writing code. Refines rough ideas through questions, explores alternatives, presents design in sections for ...
github.com
AI Summary

Superpowers is a software development methodology for coding agents that provides composable skills and workflows designed to improve how AI agents like Claude Code and Cursor handle complex development tasks. The system implements a structured approach where agents first clarify requirements through brainstorming, create detailed implementation plans broken into 2-5 minute tasks, then execute through subagent-driven development with two-stage code review (spec compliance and code quality). Key features include test-driven development enforcing RED-GREEN-REFACTOR cycles, systematic debugging with root-cause-tracing techniques, git-worktree isolation for parallel development, and autonomous task execution that can run for hours without deviation from the plan. The plugin is available for Claude Code, Cursor, Antigravity, Codex, and multiple other coding agents, with installation available through official marketplaces or direct repository installation.

Visit source
Piebald-AI/claude-code-system-prompts - GitHub
Piebald-AI/claude-code-system-prompts - GitHub
8 hours ago ... ... codes returned by the Claude API with common causes and handling strategies. ... System Prompt: Dream team memory handling (279 tks) - Instructions for handling ...
github.com
AI Summary

Claude Code's system prompts have expanded significantly to 515 total prompts as of v2.1.179, up from 350 in the previous release. The repository contains extracted system prompts for Claude Code's sub-agents (Explore, Plan), creation assistants, slash commands like /code-review with multiple effort modes and verification phases, and numerous utility agents for memory management, conversation summarization, and autonomous operations. The /code-review command offers line-by-line diff scanning, multiple finder angles for discovering issues, three-state and recall-biased verification phases, and optional GitHub comment posting and fix application. Key infrastructure includes agent memory instructions, conversation compaction, background job orchestration, and comprehensive security monitoring for autonomous agent actions.

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