From 377f5dbce1b3ee1832352e6885d9cb4a5abd29c1 Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Fri, 23 Jan 2026 10:00:35 +0100 Subject: [PATCH] docs: add OCTO Technology reference to learning-with-ai.md Added organizational perspective on AI-augmented development to Practitioner Perspectives section. Key insights: pairs as minimal team unit (bus factor), bottleneck shifts to functional requirements. Co-Authored-By: Claude --- CHANGELOG.md | 6 ++++++ guide/learning-with-ai.md | 1 + 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c88d1d2..77d6a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `practitioner_dave_van_veen: "guide/ai-ecosystem.md:1213"` - `ecosystem.practitioner_insights.dave_van_veen` with full metadata +- **OCTO Technology reference** (`guide/learning-with-ai.md:907`) + - Added to "Practitioner Perspectives" section in Sources & Research + - Article: "Le développement logiciel à l'ère des agents IA" + - Key insights: pairs as minimal team unit (bus factor), bottleneck shifts to functional requirements + - Caveat: managerial focus, useful context for team leads + ### Changed - **Subscription limits section** (`guide/ultimate-guide.md`) rewritten with concrete data diff --git a/guide/learning-with-ai.md b/guide/learning-with-ai.md index 2bf0253..4749fd8 100644 --- a/guide/learning-with-ai.md +++ b/guide/learning-with-ai.md @@ -904,6 +904,7 @@ Sources for [§3 The Reality of AI Productivity](#the-reality-of-ai-productivity - **Anthropic Claude Code Best Practices** — [anthropic.com](https://www.anthropic.com/engineering/claude-code-best-practices) — Official guidance on effective usage - **ThoughtWorks Technology Radar** — AI-assisted development maturity model - **Martin Fowler on AI Pair Programming** — Patterns for effective human-AI collaboration +- **OCTO Technology: Le développement à l'ère des agents IA** — [blog.octo.com](https://blog.octo.com/le-developpement-logiciel-a-l-ere-des-agents-ia) — Organizational perspective on AI-augmented development: pairs as minimal team unit (bus factor), bottleneck shifts from technical to functional requirements, junior developer integration via pair programming and deliberate practice. Managerial focus — useful context for team leads. ### Educational Frameworks