Logiciel Contact Us
Success Stories Tech News Contact Us

Field notes from production AI.

Long-form essays from the engineers shipping AI inside payers, hospitals, energy operators and proptech platforms. Written for technology leaders who care more about what runs in production than what trended last week.

All essays

Field notes, sorted by recency.

1314 essays
TECHNOLOGY DORA Metrics: UsingThem Without GamingThem. What DORA metrics actually predict andwhat they miss, and how to use… DORAMETRICS DO Define ownership earlyMeasure before scalingBuild for observability AVOID Unclear accountabilityPremature optimizationBlack-box systems
Insights · Jul 14, 2026

DORA Metrics: Using Them Without Gaming Them

What DORA metrics actually predict and what they miss, and how to use deployment frequency, lead time, change failure rate, and recovery time without gaming them.

13 min read
TECHNOLOGY Trunk-BasedDevelopment: TheCase AgainstBranches. Why long-lived branches kill velocityand how trunk-based development keeps… 01 Discover 02 Prototype 03 Harden 04 Roll out
Insights · Jul 14, 2026

Trunk-Based Development: The Case Against Branches

Why long-lived branches kill velocity and how trunk-based development keeps teams integrating continuously, with feature flags, fast review, and strong tests.

12 min read
TECHNOLOGY Feature Flags: ReleaseEngineering forContinuous Delivery. Why feature flags are releaseinfrastructure, not if-statements… PLAN BUILD MEASURE IMPROVE FEATURE
Insights · Jul 13, 2026

Feature Flags: Release Engineering for Continuous Delivery

Why feature flags are release infrastructure, not if-statements: decoupling deploy from release, controlled rollout, and the discipline that keeps flags from becoming debt.

12 min read
TECHNOLOGY Monorepo vs Polyrepoin the AI ToolingEra. How to choose between monorepo andpolyrepo at scale, weighing build times… MONOREPO /POLYREPO Monorepo Best fit for your caseSimpler to operateLower switching cost Polyrepo Added complexityHeavier toolingSteeper learning curve
Insights · Jul 13, 2026

Monorepo vs Polyrepo in the AI Tooling Era

How to choose between monorepo and polyrepo at scale, weighing build times, ownership, and the AI-tool context that now depends on how your code is organized.

13 min read
TECHNOLOGY Real-Time ProductFeatures: ArchitecturePatterns That Scale. How to engineer real-time productfeatures that scale, from polling to… PEOPLE PROCESS PLATFORM PRACTICE REAL TIME
Insights · Jul 13, 2026

Real-Time Product Features: Architecture Patterns That Scale

How to engineer real-time product features that scale, from polling to streams: transport choices, fan-out, consistency, and graceful fallback under load.

12 min read
TECHNOLOGY GraphQL vs REST:Choose by WhoConsumes You. GraphQL vs REST vs RPC for product APIs,chosen by who consumes your API rather… GRAPHQL /REST:CHOOSE GraphQL Best fit for your caseSimpler to operateLower switching cost REST: Choose Added complexityHeavier toolingSteeper learning curve
Insights · Jul 13, 2026

GraphQL vs REST: Choose by Who Consumes You

GraphQL vs REST vs RPC for product APIs, chosen by who consumes your API rather than by fashion. A practical decision framework by consumer type.

13 min read
TECHNOLOGY API VersioningStrategies ThatAge Well. How to version APIs without breakingcustomers or your own agents… PEOPLE PROCESS PLATFORM PRACTICE APIVERSIONING
Insights · Jul 13, 2026

API Versioning Strategies That Age Well

How to version APIs without breaking customers or your own agents: compatibility rules, deprecation with notice, and a strategy that ages well as consumers multiply.

13 min read
TECHNOLOGY Multi-TenantArchitecture:Isolation ModelsCompared. A practical comparison of multi-tenantisolation models: shared, siloed, and… MODEL DEPLOY MONITOR ITERATE MULTI
Insights · Jul 13, 2026

Multi-Tenant Architecture: Isolation Models Compared

A practical comparison of multi-tenant isolation models: shared, siloed, and hybrid, plus noisy neighbors, per-tenant cost, and choosing by real requirements.

12 min read
TECHNOLOGY Modular Monolith: TheUnfashionableArchitecture That Wins. Why the modular monolith is the rightarchitecture for most scale-ups: clear… ARCHITECTURE SECURITY RELIABILITY COST MODULARMONOLITH
Insights · Jul 13, 2026

Modular Monolith: The Unfashionable Architecture That Wins

Why the modular monolith is the right architecture for most scale-ups: clear module boundaries and one deployable, without the operational tax of microservices.

13 min read
TECHNOLOGY Domain-Driven Designfor Scaling ProductTeams. How domain-driven design and boundedcontexts create software boundaries that… ARCHITECTURE SECURITY RELIABILITY COST DOMAINDRIVEN
Insights · Jul 13, 2026

Domain-Driven Design for Scaling Product Teams

How domain-driven design and bounded contexts create software boundaries that survive org changes, so scaling teams stop fighting a tangled shared model.

12 min read
TECHNOLOGY Event-DrivenArchitecture: WhenEvents Beat APIs. When event-driven architecture beatsrequest-response APIs, explained through… 01 Assess 02 Design 03 Ship 04 Operate
Insights · Jul 13, 2026

Event-Driven Architecture: When Events Beat APIs

When event-driven architecture beats request-response APIs, explained through real operational workloads: decoupling, delivery guarantees, and where it does not fit.

12 min read
TECHNOLOGY API-FirstDevelopment: WhyAgents Made ItNon-Negotiable. Why API-first design is now aprecondition for AI agents consuming… PLAN BUILD MEASURE IMPROVE API
Insights · Jul 13, 2026

API-First Development: Why Agents Made It Non-Negotiable

Why API-first design is now a precondition for AI agents consuming your product, and how to build contract-first APIs that both humans and machines can use.

12 min read
TECHNOLOGY Mobile AppModernizationWithout Losing YourUsers. How to modernize an aging mobile appwithout breaking the experience: assess… 100% EFFORT MIX Planning 32% Delivery 26% Testing 24% Support 18%
Insights · Jul 13, 2026

Mobile App Modernization Without Losing Your Users

How to modernize an aging mobile app without breaking the experience: assess honestly, migrate incrementally, roll out gradually, and keep users through the change.

12 min read
TECHNOLOGY Rewrite vs Refactor:The Decision CTOsGet Wrong Most. Rewrites fail more often than they feellike they will. A decision framework for… REWRITE /REFACTOR:THE Rewrite Best fit for your caseSimpler to operateLower switching cost Refactor: The Added complexityHeavier toolingSteeper learning curve
Insights · Jul 13, 2026

Rewrite vs Refactor: The Decision CTOs Get Wrong Most

Rewrites fail more often than they feel like they will. A decision framework for rewrite versus refactor, with honest failure base rates.

13 min read
TECHNOLOGY Technical DebtManagement: A CTO'sPortfolio Approach. Stop cleaning up the code that annoysengineers and start paying down the debt… 01 Scope 02 Build 03 Launch 04 Iterate
Insights · Jul 13, 2026

Technical Debt Management: A CTO's Portfolio Approach

Stop cleaning up the code that annoys engineers and start paying down the debt that costs the business. A portfolio approach to technical debt.

12 min read
TECHNOLOGY AI-Powered CodeModernization: Legacy toModern Without theRewrite Risk. How to use AI to migrate legacy systemswithout changing your business logic… 01 Level 1 02 Level 2 03 Level 3 04 Level 4 AI POWERED
Insights · Jul 13, 2026

AI-Powered Code Modernization: Legacy to Modern Without the Rewrite Risk

How to use AI to migrate legacy systems without changing your business logic. Capture behavior, migrate incrementally, and prove equivalence.

12 min read
TECHNOLOGY The AI-Era SDLC:What Changes inEvery Phase. AI does not just speed up coding. Itreweights the whole software lifecycle… DESIGN SHIP OBSERVE REFINE AI
Insights · Jul 13, 2026

The AI-Era SDLC: What Changes in Every Phase

AI does not just speed up coding. It reweights the whole software lifecycle. Here is what changes in plan, spec, generate, verify, ship, and operate.

12 min read
TECHNOLOGY AI Pair Programming: ASenior Engineer'sDivision of Labor. What senior engineers actually delegateto an AI pair and what they never do. A… 01 Scope 02 Build 03 Launch 04 Iterate
Insights · Jul 13, 2026

AI Pair Programming: A Senior Engineer's Division of Labor

What senior engineers actually delegate to an AI pair and what they never do. A practical division of labor that keeps quality and sharpens judgment.

13 min read
TECHNOLOGY AI Code Review at Scale:Keeping Quality WhenVolume Explodes. When AI writes half the diff, humanreview breaks. Here is how to layer… DISCOVERY DESIGN DELIVERY SCALE
Insights · Jul 13, 2026

AI Code Review at Scale: Keeping Quality When Volume Explodes

When AI writes half the diff, human review breaks. Here is how to layer automation, AI triage, and focused human gates to hold quality at volume.

12 min read
TECHNOLOGY AI-Assisted SoftwareDevelopment: The NewBottlenecks NobodyBudgets For. AI speeds up code generation and movesthe bottleneck to review, specs, and… 100% EFFORT MIX Planning 32% Delivery 26% Testing 24% Support 18%
Insights · Jul 13, 2026

AI-Assisted Software Development: The New Bottlenecks Nobody Budgets For

AI speeds up code generation and moves the bottleneck to review, specs, and testing. Here is how to find the real constraint and budget for it.

12 min read
TECHNOLOGY Vibe Coding vsProduction Engineering:Where the Demo Ends. Why vibe-coded prototypes die inproduction and what production… VIBECODING /PRODUCTION… Vibe Coding Best fit for your caseSimpler to operateLower switching cost Production Engineering: Added complexityHeavier toolingSteeper learning curve
Insights · Jul 13, 2026

Vibe Coding vs Production Engineering: Where the Demo Ends

Why vibe-coded prototypes die in production and what production engineering adds: architecture, testing, security, and the operations a demo never needed.

13 min read
TECHNOLOGY Spec-Driven Development:How Teams ShipAI-Assisted Code ThatLasts. Why prompts are not specs and howdurable specifications give AI tools the… ASSESS ADOPT OPTIMIZE GOVERN
Insights · Jul 13, 2026

Spec-Driven Development: How Teams Ship AI-Assisted Code That Lasts

Why prompts are not specs and how durable specifications give AI tools the persistent context and quality bars that make AI-assisted code last.

12 min read
TECHNOLOGY AI-Native ProductDevelopment:Architecture BeforeFeatures. Why bolted-on AI features rot inproduction and how to design… 01 Pilot 02 Team 03 Org 04 Scale AI NATIVE
Insights · Jul 13, 2026

AI-Native Product Development: Architecture Before Features

Why bolted-on AI features rot in production and how to design intelligence as a real architectural layer: model abstraction, evaluation, guardrails, and observability.

12 min read
TECHNOLOGY From Strategy toProduction: Moving AIFrom Pilot to ProductionWith an Engineering…. Moving AI from pilot to production withan engineering partner: closing the… STRATEGY DELIVERY GOVERNANCE SCALE STRATEGYPRODUCTION
Insights · Jul 6, 2026

From Strategy to Production: Moving AI From Pilot to Production With an Engineering Partner

Moving AI from pilot to production with an engineering partner: closing the reliability, data, monitoring, and operations gaps the pilot never had to, faster.

7 min read
No essays match your search.
Newsletter

Production AI essays, in your inbox.

One long-form essay every other Wednesday. Written by the engineers shipping production AI for our clients, not by a content team. No promotional emails. Unsubscribe in one click.

8,400+ technology leaders subscribed
Open rate: 41% (industry average is 21%)
Read by CTOs at scaling proptech, payers, healthtech
No spam. No selling your address. One-click unsubscribe.