A Quartz-powered publication site for long-form essays and daily intelligence briefs on software engineering, agentic AI, and the professionalization of the discipline.
Published at martinrl.github.io/chronograph.
- Software Civil Engineering: From Craft to Discipline — Why agentic AI demands the professionalization of software production
A daily intelligence brief on agentic engineering, analyzed through the D1-D4 framework and the Software Civil Engineering thesis.
| Internal | External | |
|---|---|---|
| Building | D1: Agentic Engineering | D2: AI in the Product |
| Sustaining | D4: Cost of Ownership | D3: Build for Agents |
Briefs are generated automatically at 05:00 UTC by a .NET 10 pipeline that collects from RSS, arXiv, Reddit, and Bluesky, scores relevance with Sonnet, and synthesizes with Opus.
Browse briefs at martinrl.github.io/chronograph/digest.
Sources (RSS, arXiv, Reddit, Bluesky)
-> Collect -> Dedup -> Score (Sonnet) -> Enrich -> Synthesize (Opus) -> Write
-> content/digest/YYYY-MM-DD.md
-> Quartz -> GitHub Pages
| Path | Purpose |
|---|---|
content/ |
Quartz content root (essays, infographics) |
content/digest/ |
Generated daily briefs |
src/DailyD4Digest/ |
.NET 10 console app — the pipeline |
src/DailyD4Digest/Config/ |
feeds.json, dimensions.json, prompts/ |
quartz/ |
Quartz v4 static site generator |
# Build the site
npx quartz build --serve
# Run the digest pipeline
export ANTHROPIC_API_KEY=sk-ant-...
dotnet run --project src/DailyD4Digest