Website for the Semantic Systems Architect (SSA) course/guide, built with Docusaurus.
A fundamental shift is happening in computing.
Code was never the final substrate. It was an intermediary.
The deepest layer of computation is meaning.
With AI, machines can increasingly operate on structured meaning, not only rigid syntax. This opens a new engineering discipline where language is an interface, intention is architecture, and AI is the implementation mechanism.
That discipline is Semantic Systems Architecture.
Its architect is the Semantic Systems Architect.
Use these three layers as the project's conceptual core:
README.md-> short declaration (entry point)manifesto/ssa-manifesto.md-> full manifesto (foundational text)foundations/-> philosophical and theoretical essays
- Node.js 20+
- npm 10+
npm install
npm startThe site runs at http://localhost:3000.
npm run build
npm run servedocs/trilha: core modulesdocs/labs: applied labsdocs/templates: reusable templatesdocs/certificacao: rubrics and capstonedocs/playbooks: patterns and anti-patternsdocs/carreira: career trackdocs/especializacoes: domain tracks (health, legal, B2B support)docs/plataforma-pratica: case bank, evals, capstones, maturitydocs/arquiteturas-avancadas: technical guides (production RAG and labs)docs/economia-ia: costs, unit economics, FinOps, optimizationdocs/seguranca-adversarial: threat modeling, red teaming, incident responsedocs/onboarding-corporativo: enterprise adoption, internal academy, rolloutdocs/referencias: glossary, competency map, study roadmapdocs/comunidade: contribution guides, governance, and roadmapdocs/manifesto: declaration, manifesto topic, and foundational thesesmanifesto: canonical declaration and long-form manifesto textsfoundations: philosophical and theoretical foundation papersglossary: repository-level SSA vocabularyexamples: concrete semantic-systems examplesresearch: research notes and open questionscourse: course packaging layercommunity-assets: templates and community submission assetscommunity-assets/rag: architecture templates, eval dataset, operational checklistcommunity-assets/economia: cost templates, dashboard, optimization experimentscommunity-assets/security: adversarial cases, suites, secure-release checklistcommunity-assets/onboarding: rollout, stakeholder, and adoption scorecard templates
- Guide:
CONTRIBUTING.md - Code of conduct:
CODE_OF_CONDUCT.md - Issues:
.github/ISSUE_TEMPLATE/ - PR template:
.github/pull_request_template.md
Target repository: https://github.com/brotto/semantic-systems-architect-site
- Push to
main. - Enable GitHub Pages with source
GitHub Actions. deploy.ymlpublishes automatically on each push tomain.
npm run clear
npm run swizzle
npm run docusaurus -- --help