Signing you in...

Please wait while we verify your authentication

Article · Tuesday, June 2, 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 BongartsTech27 editions
← See today's latest
Editions8 / 27
Generated by AI overnight from public sources, refreshed daily.
Agentic Coding
Tuesday, June 2, 2026
AI Agents - Agentic Coding

Vertical slices beat giant PRs, Rails reality check, workflow standards land

1 min read

Vertical slice discipline

Your PRDs are probably too big—and that's why Claude's output sprawls.

A developer who started with 200-file pull requests rebuilt their entire workflow around vertical slices: small, semantically cohesive units you can review and ship independently [Source: Dev.to]. The fix starts upstream—use planning skills like brainstorming and a "Grill Me" phase to catch gaps before implementation begins. Stop hooks with subagents then verify each slice against your original plan. The mindset shift: you're now a product engineer deciding what to build, not just how to build it.

Break the PRD into slices first—everything downstream gets easier.

Best practices repository

Someone documented the Command → Agent → Skill architecture you've been piecing together.

A new comprehensive repository covers the full agentic engineering stack: CLAUDE.md configurations under 200 lines, .claude/rules/ for domain-specific instructions, and the weather-orchestrator example showing how commands trigger agents that call skills [Source: GitHub]. You'll find guidance on context degradation around 300-400k tokens, phase-wise gated plans with multiple test phases, and cross-model workflows for code review validation. Video resources from Boris Cherny and Matt Pocock are linked for the visual learners.

Worth bookmarking as your reference architecture.

30-day Rails reality check

Claude Code isn't replacing your senior developer—it's your fastest junior.

After 30 days on a 40k-line Rails SaaS app, a developer found the sweet spot: boilerplate generation, RSpec test writing, and documentation rather than architecture decisions or performance debugging [Source: Dev.to]. The productivity gain landed around 20-25% on suitable tasks like test coverage expansion and clearing backlogged tickets. The gotcha: confident but incorrect suggestions still need verification, especially with context window limits on large codebases.

Give it clear direction and fact-check the output—that's the formula.

Sources
shanraisshan/claude-code-best-practice: from vibe coding to agentic ...
shanraisshan/claude-code-best-practice: from vibe coding to agentic ...
7 hours ago ... Boris Cherny (Creator of Claude Code) Workflow — 13 Tips · 10 Tips ... /workflows:best-practice:workflow-claude-settings, Track Claude Code settings ...
github.com
AI Summary

Based on the content provided and the user's specific interests in agentic coding, PRD workflows, and advanced Claude Code practices, here's the relevant summary: This repository documents comprehensive Claude Code workflows and best practices for agentic engineering, including the Command → Agent → Skill architectural pattern demonstrated in the /weather-orchestrator workflow. Key resources for advanced users include structured guidance on using PRD documents efficiently, building feature-specific subagents with progressive skill disclosure, establishing CLAUDE.md configurations (recommended under 200 lines), and leveraging .claude/rules/ for domain-specific instructions. The content covers practical tips for workflow optimization such as breaking PRDs into vertical slices for end-to-end feedback, using subagents for context management, implementing phase-wise gated plans with multiple test phases, and managing context degradation around 300-400k tokens. Advanced agentic patterns include test-time compute with separate context windows for parallel debugging, cross-model workflows for code review validation, and automation of recurring development tasks through commands and hooks. Multiple video resources from Claude Code creators like Boris Cherny and Matt Pocock are referenced for learning advanced "vibe coding" techniques.

Visit source
I Used Claude Code for 30 Days on My Rails App. Here's What I ...
I Used Claude Code for 30 Days on My Rails App. Here's What I ...
19 hours ago ... I'll be honest: I was skeptical. Not in the “I hate AI” way, more in the “I've tried enough... Tagged with ai, webdev, programming, productivity.
dev.to
AI Summary

After 30 days using Claude Code on a 40k-line Rails SaaS app, a developer found it most effective for boilerplate generation, test writing, and code documentation rather than architectural decisions or performance debugging. The tool excels at generating RSpec test cases and explaining unfamiliar code when given clear direction, but struggles with context window limitations on large codebases and occasionally provides confident but incorrect suggestions that require verification. Key workflow insight: treat Claude Code as a fast junior developer who needs clear direction and fact-checking rather than a replacement for deep understanding, yielding approximately 20-25% speed improvements on suitable tasks like test coverage expansion and clearing backlogged tickets.

Visit source
What I Got Wrong About Claude Code (And How I Fixed It)
What I Got Wrong About Claude Code (And How I Fixed It)
8 hours ago ... claude/settings.json . The hook fires a subagent that runs the checks in ... Beyond workflow, Claude Code changes what a developer actually does. When ...
dev.to
AI Summary

The user seeks advanced guidance on Claude Code workflows and agentic coding best practices. This article directly addresses their core interests. The author describes a complete Claude Code workflow that begins with establishing project standards through CLAUDE.md (a configuration file documenting build commands, coding conventions, and architecture decisions) and organizing rules in .claude/rules/ with topic-specific markdown files assigned to code paths via YAML frontmatter. Before implementation, the workflow includes planning phases using skills like brainstorming and "Grill Me" to identify gaps, followed by creating a PRD and detailed implementation plan with vertical slices—semantically cohesive, independently reviewable units that prevent unwieldy pull requests. Quality checks run via Stop hooks with subagents, and code review uses the "requesting-code-review" skill to verify output against the plan. The author emphasizes that Claude Code's output quality depends directly on context provided, and that developers should focus on establishing proper documentation and structure rather than crafting perfect prompts. The workflow fundamentally shifts a developer's role toward product engineering, spending more time on upstream design decisions about what to build and why rather than pure implementation.

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