Skip to content

Blog

Field reports on software products, automation, AI, open source and reliable operations.

RSS Feed

Knowledge areas

Choose a subject or start with the latest field reports.

Latest field reports

What we learn while building, integrating and operating real products.

AI Agent Data Consistency: Why Stale Database Reads Silently Break Autonomous WorkflowsGenerated with the help of AI
AI and automationAugust 19, 2026 · 11 min

AI Agent Data Consistency: Why Stale Database Reads Silently Break Autonomous Workflows

Discover why AI agent data consistency fails in production when replication lag poisons agent decisions. Learn to match database models to autonomous workflows.

Read article
Why Your RAG Pipeline Cuts Sentences in Half, And How Semantic Chunking Fixes ItGenerated with the help of AI
AI and automationAugust 15, 2026 · 8 min

Why Your RAG Pipeline Cuts Sentences in Half, And How Semantic Chunking Fixes It

Learn how semantic chunking beats fixed-size splitting for RAG retrieval accuracy, token cost control, and response quality, with working Python code and benchmarks.

Read article
Ship Less JavaScript: A Practical Guide to Auditing npm Dependencies Against Browser BaselineGenerated with the help of AI
Software productsAugust 12, 2026 · 7 min

Ship Less JavaScript: A Practical Guide to Auditing npm Dependencies Against Browser Baseline

Ship less JavaScript by auditing npm dependencies against browser Baseline. Learn to replace libraries with native APIs, cut bundle size by 200KB+, and speed up your web app.

Read article
BodySeasons Is Here: Why We Build and Operate This Passion Project OurselvesGenerated with the help of AI
Software productsAugust 9, 2026 · 3 min

BodySeasons Is Here: Why We Build and Operate This Passion Project Ourselves

BodySeasons is now on the App Store and Google Play. Why ProjectMakers develops, funds, and takes responsibility for this cycle app itself.

Read article
440 npm Packages Hit by the Shai-Hulud Worm: A Developer Runbook for Detecting and Surviving npm Supply Chain AttacksGenerated with the help of AI
Software productsAugust 8, 2026 · 8 min

440 npm Packages Hit by the Shai-Hulud Worm: A Developer Runbook for Detecting and Surviving npm Supply Chain Attacks

Discover how the Shai-Hulud worm infected 440+ npm packages through keyv. Get actionable detection steps, lockfile auditing scripts, and best practices for your next npm supply chain attack.

Read article
AI Development Costs Hit 10x: The Cost Control Framework JetBrains Built (And You Can Steal)Generated with the help of AI
AI and automationAugust 5, 2026 · 9 min

AI Development Costs Hit 10x: The Cost Control Framework JetBrains Built (And You Can Steal)

Learn how to implement AI development cost control before your spend spirals. JetBrains saw costs 10x in 6 months, here's the framework to prevent it.

Read article
Stop Fighting Over Kafka Topics: How Routing Keys Isolate Consumer Tests on a Shared BrokerGenerated with the help of AI
Software productsAugust 1, 2026 · 10 min

Stop Fighting Over Kafka Topics: How Routing Keys Isolate Consumer Tests on a Shared Broker

Learn how routing keys isolate kafka consumer testing on shared brokers with a concrete Spring Boot example, fix flaky CI, and cut infrastructure costs.

Read article
The AI Maturity Model: Why Most Enterprise AI Stalls at the Orchestration ChasmGenerated with the help of AI
AI and automationJuly 29, 2026 · 9 min

The AI Maturity Model: Why Most Enterprise AI Stalls at the Orchestration Chasm

Learn how the ai maturity model enterprise framework reveals the orchestration chasm, with real costs, code, and production-tested best practices.

Read article
Enterprise AI Token Costs: SAP's Three-Tier Model That Keeps Spending in CheckGenerated with the help of AI
AI and automationJuly 26, 2026 · 12 min

Enterprise AI Token Costs: SAP's Three-Tier Model That Keeps Spending in Check

Learn how to control enterprise AI token costs with SAP's three-tier model: budgets, approvals, and monitoring. Includes a Python cost estimator and real numbers.

Read article