Explore
Topics and relationships.
A curated atlas of published notes and projects. Clusters organize the corpus; lines show only relationships explicitly declared in the content.
Ranked results
Ranked by curated reference scope, title, summary, and tags. Current material leads unless the question asks about the past. The grouped index below stays complete.
Hover to identify, pause to preview · click to keep the inspector open
- Note
- Project
- Declared relation or project membership
- Succession or invalidation
- Historical
Grouped index
Chronological notesThe index is the complete text alternative to the map and remains useful without JavaScript.
Agent systems, authority, and assurance
How delegated work stays bounded, reviewable, attributable, and safe to operate.
- A field guide to assurance-managed AI developmentsoftware assurance
A reading map for building AI systems that can show what they were asked to do, what they did, why a result should be trusted, and how failures are contained. It starts with established assurance practice and ends with a dated watch list of open work.
- A merged PR is not an architectural decisionagent workflow
An agent asks for a design decision mid-implementation, the operator answers at pull-request depth, and the answer gets filed as architecture. The fix is not a better escalation prompt but keeping three separate reviews from borrowing each other's authority.
- Design internal pipelines for succession, not just operationagent workflow
Working model: a production-critical agent pipeline becomes an institutional capability only when a second person can reconstruct, operate, change, and recover it from recorded substrate and evidence.
- A platform capability does not exist all at onceagent infrastructure
Outctl began as an answer to tool results flooding model context. Programmatic tool calling now moves that work into the harness, invalidating the original product boundary while leaving a narrower durable-evidence question open.
- Treat project folders as views over authoritative stateagent workflow
A multi-repository project folder may assemble member worktrees, shared guidance and project context, but it must not acquire ownership of Git, backlog, execution or deployment state merely because every tool can see it.
- Acceptance LabProject
A local-first prototype for turning agent requirements, observed evidence, authority rules, and operating budgets into executable promotion decisions.
- Authority must travel with the actionagent workflow
Direct agent operation removes a universal deployment handoff, so authority, evidence, and reconciliation must bind to each consequential action instead of to its location.
- Derive status only from reproducible evidencesoftware assurance
Continuing assurance can move away from an exact generated output only when retained inputs and independent checks can produce another acceptable result; retention remains a separate decision.
- Subprocess, not serviceagent workflow
actionq-dispatcher runs agent work as subprocesses inside a per-invocation coordinator. The rejected alternative was a long-running agent service, and the rejection is most of the design.
- The aftertaste of resolutionagent workflow
Conversational refinement produces the feeling of having thought clearly, which is not the same thing as having thought clearly. The fix was not discipline. It was writing the stop rule into the counterpart.
- The agent is not the applicationagent architecture
A durable agent application keeps permissions, records, checks, and recovery outside the model, so changing models does not also replace the system's memory or rules.
- The cluster did not need another locksoftware assurance
A wrapper-derived effect-intent projection should let an application session correlate instability during the next Talos control-plane upgrade; if it still escalates without correlation, the hypothesis fails.
- The coordinator never touches the repoagent workflow
Sprint work is split into plan, build, and review dispatches, and the orchestrating session is structurally barred from editing deliverables. The bar is the point.
- The human is in the slow loopagent workflow
A prior "human perpendicular to the loop" claim only describes one interface. The fuller model is two coupled loops at different speeds, with a settlement boundary -- not an empirical/normative split -- deciding when the slow loop must be consulted.
- The next prompt was only the visible erroragent workflow
The next-prompt heuristic measures what became visible at the human interface. A merged PR later filed as architecture, and a self-report that turned out to be reconstructable rather than introspective, both passed that test and still needed a different check further down.
- The platform can retrieve; the application still has to decidemodel evaluation
RAG, vector search, graph engines, and generic evaluation tooling are moving into managed platforms. The durable work is defining which evidence may count, what failure means, and when an agentic system is acceptable to ship.
- The queue was never the hard partagent infrastructure
The queue chassis behind ActionQ is now commodity, split across a Postgres-native library, a durable-workflow runtime, an execution control plane, and an automation platform. How much of ActionQ survives once that chassis is removed is the open spike.
- The ref nobody addsagent workflow
The sprint database held 831 work items and seven doc refs, six of them the same document. The reference command existed the whole time. The missing piece was never a tool — it was placement on the path the agent actually walks.
- The work between the ticket and the agentagent workflow
Work-management systems can delegate and coding agents can execute, but authority, attempts, evidence, and acceptance still have no obvious neutral owner between them.
- Vuoro: governed work without a cockpit-shaped monolithProject
A working family of sprint, queue, knowledge, audit, and cockpit tools now composes into one served layer, without giving up explicit state ownership or machine-local execution.
- What 107 isolated completions did not showmodel evaluation
A small isolated-completion pilot asked whether a model can report influences on its own output. External-reconstruction controls qualitatively reproduced the effects, so the useful residue was operational, not introspective.
- Where the assurance questions are already answeredsoftware assurance
The assurance questions behind my recent agent-workflow notes are established engineering problems. The useful work is learning their vocabulary and testing their methods at small scale.
- Why production access changes the shape of agent toolingagent infrastructure
Production access exposes the limits of prompt-only agent design. A useful operational run binds a general harness to domain context, scoped authority, evidence, and completion rules.
Historical notes (6)
- Judge agents by the next promptsuperseded
- Measure the diagnosis, not only the transcriptdisproven
- The deployment boundary was only a placesuperseded
- The devbox is an access cellsuperseded
- The missing layer is binding, not intelligencesuperseded
- The second operator is the testsuperseded
Architecture, data, and contracts
Contracts, reference models, durable data, and boundaries that make change legible.
- A reference architecture is a hypothesis libraryarchitecture practice
A reference architecture is a set of ideas to test, not a target to copy. It can suggest capabilities, controls, and common failure modes; local strategy and evidence decide which parts survive.
- Freezing service boundaries before the demo platform gets ideasProject
Box is a contract-first platform scaffold that fixes a small service kernel before runtime convenience can blur its boundaries. Scenario packs stay as overlays, and local validation checks their coherence before a runtime exists.
- Layering you can't violate by accidentsoftware architecture
homelab-analytics enforces its layer boundaries with pytest. A documented architecture is a request; a tested one is a constraint.
- Log as systemdata architecture
A reference design for audit-native systems where code, layout, control decisions, and data are all log artifacts.
- Schema on splitdata architecture
A pipeline rule: land raw, split deterministically, enrich point-in-time, then shape for consumers.
Historical notes (1)
Infrastructure, operations, and recovery
Migration, rollback, release, and recovery work in systems that must remain operable.
- Running a homelab cluster as a Git repository, not as muscle memoryProject
Appservice is the operations repository for a Talos-based Kubernetes cluster. Reconciliation, encrypted secrets, recovery gates, upgrades, and incident evidence live with the desired state instead of in operator memory.
- Moving a live cluster to a new subnetcluster operations
Migrating a Talos cluster from a legacy subnet to its own VLAN while it kept serving. The design was mostly an ordering problem, plus one bootstrap loop: the network controller lives inside the network it manages.
- The candidate passed. The upgrade did not.release engineering
A release candidate passed every gate and failed on contact with production six minutes later. The gates proved compatibility with the target database state; nothing had proved the transition from the state actually running.
- Account for node-local state in GitOps recoveryGitOps operations
Two upgrade failures came from persistent node-local state outside Git: malformed UEFI NVRAM and an iSCSI record that poisoned shared parsing. The fix was bounded exceptions, preflight checks, controlled migration and verification.
- Plan migrations through verified intermediate stateshomelab operations
A live migration needs more than a target diagram. Before changing the first node, name the temporary configurations, the checks between them, who controls each handoff, and the point after which rollback stops being cheap.
Historical notes (2)
Work, institutions, and accountability
How institutions form expertise, recognize contribution, allocate responsibility, and make decisions as work changes.
- Governance for a team of oneorganizational systems
A solo operator's tooling keeps adopting controls that look stolen from an organization. The controls are not for headcount; they are for coordination between actors who share neither memory nor judgment, which describes one operator across time as much as it describes a team.
- Legibility is an operating propertyorganizational systems
Agent-ready work keeps the reason, permission, attempted action, observed result, and correction connected while the work happens instead of reconstructing them later.
- The candidate produced somewhere elsecareer
Senior specs in Finnish regulated reporting bundle proxies for someone else's apprenticeship system; the newest slice, auditable AI automation, has no such system yet, so the working hypothesis is to form it in place rather than wait for it to appear in a listing.
- The workshop disappeared. The hotspots survived.organizational systems
An EventStorming pass run solo, over agent session logs instead of a stakeholder workshop, still produced six ranked findings. The notation survived; the workshop did not; the value was in clustering the absences.
- The patch was open source's proof of workopen source
AI weakens the old correlation between producing a plausible patch and understanding a project, so OSS contribution shifts toward evidence, verification, standing, and durable ownership.
- The person of recordorganizational systems
Agents may perform most of a professional workflow while a named person still supplies local judgment, trusted relationships, or accountable approval.
- The recommendation does not need authorityorganizational systems
Senior analysts rarely start with complete information or a blank strategic canvas. Their job is to produce a recommendation that holds together when other people challenge it; AI can help maintain that reasoning without making the decision.
Historical notes (2)
- The junior ladder was a joint productsuperseded
- Where the cohort comes fromsuperseded
Physical systems, energy, and place
Energy, hardware, and household systems tested against physical and operational limits.
- Delivered energyenergy systems
A business plan for battery-swap delivered energy that works in one narrow niche and matters most for what it implies about EVs, home batteries, and off-grid design.
- Turning household analytics into an operating platformProject
Homelab Analytics keeps household reporting, planning, simulation, policy, trust, and agent-facing retrieval in one semantic model. Home Assistant is the device-facing partner, not the system of record for household reasoning.
- NFC tokens pointing at a manifesthardware contracts
Cassettes, diskettes, and cartridges as physical handles for digital media. The rule that makes the whole family of projects work: the tag points, it never hosts.
- Size the spa to the riverenergy systems
An operating sketch for a boutique Finnish mill-site retreat where the river sets the scale of the baths, restaurant, lodging, and renewal reserve.
Knowledge systems and creative practice
Writing, publishing, media-making, and the systems used to create, preserve, verify, and retrieve their artifacts.
- A personal knowledge system that happens to render as a websiteagent workflow
Chronology is one projection of this site's notes, not the structure underneath them. The corpus is the artifact of record; pages, feeds, and prompts built from it are derived realizations that should stay regenerable rather than independently maintained.
- The paragraphs are cheap. The embarrassment is mine.agent workflow
AI makes synthesis cheap enough that the prose has little scarcity. The human remainder is the changed judgment and an attributable position that can age badly in public.
- The wallpaper is a build artifactcreative tooling
A 48-second generated loop stays out of Git, and ~21 MiB of tracked source, manifests and receipts identify ~2.2 GiB of untracked media and verify any retained or reconstructed copy. That buys identity, not availability or reproducibility — the gates taught the rest.
- The workshop is learning my accentagent workflow
Coding agents now shape my project structures, notes, prose, and tolerance for complexity. I shape them in return, mostly by deciding what survives.
- Why I publish explore promptsagent workflow
A note explains what survived editing. An explorePrompt is a separate, deliberately post-hoc artifact that explains where the investigation should continue -- for a reader, their agent, or a later version of me.