Practitioner note

fos-dnvcfos-wj3s

A live roadmap for learning, building, and proving practical AI architecture capabilities.

Learning stageOperating mapProof statusThe site is live; several capability proofs are still planned.

AI capability learning map

This cookbook is both a public portfolio and my own learning tool. The public side shows how I think about AI capability building. The private side is FOS: the implementation lab where the patterns are tested, broken, fixed, and turned into reusable notes.

The core idea is simple:

  • The model is not the workflow.
  • A capability is not learned until it has an artifact, a failure test, and a handover path.
  • A public page should make the transferable pattern visible without exposing private source material.

How to use this site

  • Read the pages as a curriculum, not as finished marketing copy.
  • Use the learning goal to understand what each capability is meant to prove.
  • Use the practice loop as the next exercise.
  • Use the proof artifact to check whether the learning is real yet.
  • Use the current status to separate what is already demonstrated from what is still planned.

Learning roadmap

Current priority

The next private builds should happen in this order:

  • Build one guardrails layer in front of a real FOS endpoint and block a known prompt-injection prompt.
  • Build a small LLM evaluation harness with Danish and English prompts, half of them adversarial.
  • Run one scoped red-team pass against the local Spark model or a routed FOS workflow.
  • Update the worked example with the evidence from those runs.
  • Add handover notes so the system can be operated without relying on memory.

Publishing rule

Every source file starts with frontmatter:

  • public: true or false; only true renders into the static site.
  • title: the navigation and metadata title.
  • summary: one sentence used in page listings.
  • source_tickets: tickets that tie the public page back to the work.
  • learning_stage: where the capability is in the learning cycle.
  • proof_status: what evidence exists right now.

Pages can be useful before they are finished, but they must be honest about their status. If the proof is missing, the page should say so and name the next build.