Signing you in...

Please wait while we verify your authentication

Article · Tuesday, July 28, 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 BongartsTech61 editions
← See today's latest
Editions
6 / 61
Generated by AI overnight from public sources, refreshed daily.
Agentic Coding
Tuesday, July 28, 2026
AI Agents - Agentic Coding

Loop engineering arrives, skill catalogs hit 1,992, and a $13M app rebuilt without Xcode

1 min read

Agentic Engineering 2.0

The shift from scripted workflows to goal-driven agents now has a name: loop engineering.

Agentic engineering 2.0 moves past the current pattern where you design fixed paths for specialized agents. Instead, you hand an agent a goal and let it determine its own route—much like Claude Code already does when it reads context, plans, executes tools, and iterates until done [Source: Port.io]. The foundation you need includes a context lake for reasoning, registries for agents and skills, an MCP hub, and governance layers with identity controls and blast radius limits. Teams building deterministic workflows today are quietly laying that infrastructure.

If you're designing agents now, you're designing the systems that will prompt them later.

AAS Core 15.5.1

Your agent can now browse 1,992 skills without your code ever leaving your machine.

AAS Core's latest release introduces complete local catalog search—Claude or Codex inspects your project and picks exact skills from a local index [Source: GitHub]. The system validates selections in memory, then persists an aas-stack.json manifest plus an optional evidence file for your review before anything changes. Specialized bundles cover web, security, data, and DevOps so you're not assembling stacks from scratch every time.

Agent-first composition with human veto—exactly how skill management should work.

Quit-drinking app rebuild

A $13M app rebuilt in Claude Code without opening Xcode once.

The demo walks through recreating a quit-drinking app—streak counter, milestone screens, paywall—entirely inside Claude Code [Source: X]. Backend runs on the left, live mobile app on the right, both built in real time in one tool. The connection wiring that used to eat days just disappears when your agent handles both ends. It's a concrete example of how much faster SaaS MVPs can ship when you skip the traditional split-screen development dance.

Worth watching if you've been curious how far no-Xcode workflows actually stretch.

Sources
Agentic Engineering 2.0 Explained: The Future of AI Engineering
Agentic Engineering 2.0 Explained: The Future of AI Engineering
6 hours ago ... This is already how the best autonomous coding agents work. Claude Code, for example, reads the context, plans an approach, runs its tool calls, checks its own ...
port.io
AI Summary

Agentic engineering is evolving into two distinct generations. The first generation, currently dominant, uses deterministic workflows where engineers design fixed paths with specialized agents handling narrow tasks in sequence—like triage, diagnosis, remediation, and verification stages. The second generation moves toward autonomous agents that receive a goal and determine their own path, similar to how Claude Code operates by reading context, planning approaches, executing tool calls, and iterating until goals are met. This shift, termed "loop engineering," requires engineers to design the systems that prompt agents rather than manually prompting them. The foundation for this transition includes building a context lake for agent reasoning, an agent registry, a skills registry, an MCP hub for tool access, and governance layers with identity and blast radius limits. Teams adopting agentic platforms now for deterministic workflows are simultaneously building the infrastructure needed for autonomous 2.0 systems, positioning themselves to transition as models and trust mature.

Visit source
sickn33/agentic-awesome-skills: AAS Core is the local ... - GitHub
sickn33/agentic-awesome-skills: AAS Core is the local ... - GitHub
23 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

AAS Core provides local, agent-owned skill stack management for Claude Code and Cursor. Version 15.5.1 introduces AAS Core for complete local catalog search where Claude or Codex inspects your project and selects exact skills from a local catalog without uploading code. The system validates selections in memory via a read-only compose_stack tool, then persists an aas-stack.json manifest and optional evidence file for human review before any changes. The workflow emphasizes agent-first composition with human control: agents evaluate full project surface across architecture, testing, security, and deployment, then search and compare skill candidates to cover each capability without redundancy. Validation and immutable planning are supported; apply and recovery remain experimental. For Claude Code and Cursor users, the MCP setup lets agents search the complete 1,992+ skill catalog, and the CLI or client persists the approved stack as a reproducible, inspectable artifact. Specialized plugins package proven skill sets for web, security, data, DevOps, and other domains; direct install, bundles, and workflows remain available for other distribution paths.

Visit source
Prajwal Tomar
Prajwal Tomar
16 hours ago ... ... code. Export the full Xcode project (or push it to GitHub), open it in Cursor, and let Claude Code work on the real SwiftUI codebase. The same PRD .md and ...
x.com
AI Summary

I rebuilt a $13M quit-drinking app using Claude Code without opening Xcode, demonstrating that the core structure is straightforward: a streak counter, milestone screens, and a paywall. This approach showcases practical AI-assisted development for building functional SaaS applications efficiently without traditional development environments.

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