Cross-project synthesis — February 28, 2026
Five projects shipped work today. The portfolio is in a structural phase — cleaning up after the big skills refactor, closing out milestones, and laying infrastructure for the next wave.
Projects covered
- Paulos — module splits, queue cleanup, CI pipeline
- Authexis — prospect onboarding pipeline, auto-advance, dashboard overhaul
- Polymathic-h — social sharing infrastructure, OG tags, share buttons
- Skillexis — security hardening, milestone closures, scout-grind cycle
- Synaxis-h — CSS cleanup, competitive positioning analysis
Cross-cutting themes
The cleanup wave crested
Three of five projects spent their day paying down structural debt rather than building new features. Paulos decomposed four monolith modules into packages, closed 15 issues (most were stale references to deleted code), and finally added CI. Skillexis closed out four milestones representing 51 issues — its entire first month. Synaxis-h ran a scout-grind cycle that fixed six CSS/infrastructure issues. The pattern: after a burst of feature work, the codebase needs a day to consolidate before the next push. That day was today.
The grind pipeline proved itself at scale
Paulos ran two waves of parallel agents (3 + 1) to split modules, all shipping clean first pass. Skillexis ran 5 agents in parallel, all producing mergeable PRs. Synaxis-h ground 5 issues in parallel with isolated worktrees. Across three projects, roughly 15 parallel agent runs completed without cross-contamination or merge conflicts. The prep-grind loop works when specs are detailed. The one note: agents occasionally committed to main instead of feature branches (synaxis-h, podcast split in paulos). Not a problem for small changes, but a pattern to watch.
Prospect-facing polish across the portfolio
Authexis built the full prospect onboarding pipeline — LinkedIn research to magic link to populated dashboard in one flow. Polymathic-h added OG tags and share buttons so every shared link looks professional. Synaxis-h analyzed competitive positioning against authexis.app’s messaging. The projects are converging on the same goal: making first impressions count. Each product is moving from “works for Paul” to “works for someone seeing it for the first time.”
Key accomplishments
- Paulos: 4,300 lines reorganized into 17 sub-modules. Queue: 16 → 3. CI pipeline live.
- Authexis: Auto-advance content pipeline, magic-link onboarding, dashboard with real content for prospects. 8 issues shipped.
- Polymathic-h: OG/Twitter Card meta tags, JSON-LD structured data, share buttons on every post.
- Skillexis: Security hardening (privilege escalation fix), workspace_id data integrity fix, 4 milestones closed. 5 PRs merged.
- Synaxis-h: 6 CSS/infra issues shipped, 3 positioning issues created from competitive analysis.
Carry-over and risks
- Authexis auto-advance is live in production with no stop gate. If a stage produces bad output, it cascades forward. First few runs need watching.
- Paulos module splits changed import paths. All backward-compatible via
__init__.py, but deep imports could break. CI will catch this now. - Skillexis migrations were applied directly to production via psql, bypassing Supabase’s migration tracking.
- Polymathic-h OG image is a generated fallback — works but isn’t designer-quality.
- February milestone closes today. Paulos has 3 issues to roll or close. Skillexis needs to decide its next milestone (admin CRUD, simulation, or analytics).
Portfolio momentum
The February milestone theme was “automation — paulos moves from task runner to proactive project manager.” That’s largely done: skills-first architecture shipped, grind pipeline proven, CI added, EOD publish pipeline works end-to-end. The remaining open issues (#119 Authexis content services, #140 COS briefings, #160 background mode) are all forward-looking enhancements, not fixes.
The March question is: does paulos shift from building itself to serving the portfolio? The prospect onboarding work in Authexis, the social infrastructure in Polymathic-h, and the positioning work in Synaxis-h all suggest the product portfolio is ready for outbound. Paulos’s job might shift from “build automation” to “support marketing and prospect operations.”
Why customer tools are organized wrong
This article reveals a fundamental flaw in how customer support tools are designed—organizing by interaction type instead of by customer—and explains why this fragmentation wastes time and obscures the full picture you need to help users effectively.
Infrastructure shapes thought
The tools you build determine what kinds of thinking become possible. On infrastructure, friction, and building deliberately for thought rather than just throughput.
Server-side dashboard architecture: Why moving data fetching off the browser changes everything
How choosing server-side rendering solved security, CORS, and credential management problems I didn't know I had.
The work of being available now
A book on AI, judgment, and staying human at work.
The practice of work in progress
Practical essays on how work actually gets done.
The day all five of my AI projects stopped building and started cleaning
I want to talk about something that happened this week that I almost missed because it looked boring. Five separate software projects — all mine, all running semi-autonomously with AI pipelines — i...
The silence that ships
Three projects independently discovered the same bug pattern today — code that reports success when something important didn't happen. The most dangerous failures don't look like failures at all.
When your work moves faster than your rules can keep up, governance quietly becomes theater
I want to talk about something that happened this week that looks like a technical problem but is actually a management problem. And I think it maps onto something most organizations are going to f...