{R}R Dev Notes


Found total of 10 articles.

The Engineering of Intent, Chapter 39: Impressionistic Scanning — A Visual Heuristic Guide

Chapter 39 of The Engineering of Intent blog series. Shape matters before content — especially for AI-generated code, where the agent is often blind to global shape. A teaser cheat sheet of six visual code shapes (wide-flat, deep-nesting, high-import-churn, long-thin, jagged, suspicious-uniformity) and what each one means.
2026-05-25

The Engineering of Intent, Chapter 38: Multi-Agent Conflict Resolution — Protocols for Agentic Tie-Breaking

Chapter 38 of The Engineering of Intent blog series. When multiple specialized agents block the same PR with incompatible demands, the answer is a protocol for Agentic Tie-Breaking. A teaser on triaging stacked concerns vs. real conflicts, three resolution protocols, Architect Agent design, and the four governance failure modes.
2026-05-24

The Engineering of Intent, Chapter 37: Context Scaling — Just-In-Time Retrieval for Million-Line Codebases

Chapter 37 of The Engineering of Intent blog series. Hand-authored Context Packs don't scale past a million lines. A teaser on Just-In-Time Context, retrieval via MCP, the three governors that prevent runaway retrieval, and a concrete pipeline from a 3.8M-line codebase.
2026-05-23

Chapter 18 – Sub-Agents and Multi-Agent Collaboration

Chapter 18 of Master Claude Chat, Cowork and Code explores multi-agent architecture — how to decompose complex problems into specialized sub-agents, coordinate parallel execution, and synthesize results into coherent outputs.
2026-03-18

OpenClaw Engineering, Chapter 2: Anatomy of the Agent Brain

How OpenClaw agents think through their identity files, two-layer memory system, and proactive task scheduling. A deep dive into SOUL.md, AGENTS.md, USER.md, MEMORY.md, HEARTBEAT.md, and semantic memory via Supermemory.
2026-03-17

Chapter 8: Scheduled Tasks and Autonomous Execution — Making Claude Work While You Sleep

Chapter 8 of Master Claude Chat, Cowork and Code covers scheduled automation with Claude Cowork — cron-based recurring workflows, sleep/connectivity handling, error strategies, and applying GTD principles to AI task automation.
2026-03-09

Art of Coding, Chapter 14: Code Reviews and Pair Programming

Code reviews as mentorship and collaboration. How to write for reviewers, offer critique with respect, and build a team culture grounded in feedback.
2026-01-10

Art of Coding, Chapter 12: Version Control as a Storytelling Tool

Git is not just a backup system—it's a narrative tool. How clean commits and thoughtful branching strategies turn version control into a form of storytelling.
2026-01-08

2.3 Overflow, Underflow, Loss of Significance

A clear and practical guide to overflow, underflow, and loss of significance in floating-point arithmetic. Learn how numerical computations break, why these failures occur, and how they impact AI, optimization, and scientific computing.
2025-09-10

2.2 Machine Epsilon, Rounding, ULPs

A comprehensive, intuitive guide to machine epsilon, rounding behavior, and ULPs in floating-point arithmetic. Learn how precision limits shape numerical accuracy, how rounding errors arise, and why these concepts matter for AI, ML, and scientific computing.
2025-09-09