Commit Graph

40 Commits

Author SHA1 Message Date
artale bea19148ee docs(tac): add model routing appendix — tiered model strategy
Folds the plan-execute model split (68%+ cost savings) into
loop_engineering.md. Three-tier TAC model mapping: ZAI GLM-5.2
for frontier planning, Go/DeepSeek V4 Flash for execution,
Haiku/StepFun for fast/cheap tasks. Includes the Coinbase
pattern (open-source models for most work) and thinking-effort
tiering.
2026-07-07 05:02:58 +02:00
artale 38a15ca4f4 docs(tac): add self-determination theory and dark flow note
Folds Jeremy Howard's SDT-based talk (youtube.com/watch?v=SUZwYV5JYBM)
into loop_engineering.md. Covers autonomy/mastery/relatedness/purpose,
the dark flow trap in vibe coding, and the augmentation-vs-replacement
distinction. Four application points for agentic engineering loops.
2026-07-07 04:53:49 +02:00
artale 8ddac19c77 docs(tac): add reproducible agentic dev environment appendix
Folds kunchenguid dotfiles architecture (Nix + Home Manager + symlinks
+ rebuild.sh) into loop_engineering.md as a cross-OS reference. Covers
the Windows port sketch (scoop/winget, Windows Terminal, Herdr native)
and the key insight: agent configs as versioned symlinks from one
source-of-truth agents.md file.

Reference: youtube.com/watch?v=5N-okeDdIuI, github.com/kunchenguid/dotfiles
2026-07-07 01:31:55 +02:00
artale 8541a8e7ac docs(tac): add agent multiplexer guidance
Fold cmux and herdr agent-multiplexer patterns into TAC loop-engineering guidance. Treat the primary agent as orchestrator over panes/tabs via CLI + socket (no MCP required), pane as isolation boundary, and multiplexer state (working/idle/blocked) as the feedback signal. Keep TAC invariants: deploy stays signed-action-only via git-proxy:8099/deploy, peer agents remain insider-threat candidates with least privilege and receipts, multiplexer driving shells does not grant a raw-command deploy path.
2026-07-07 00:42:56 +02:00
artale 02fc74568f docs(tac): add founder learning loop guidance
Fold the three-video business, macro, and AI-learning synthesis into TAC loop-engineering guidance. Convert market stories, money-flow narratives, and AI demos into small receipt-bound operating loops with niche/distribution, money-flow, AI-amplifier, and seven-day experiment checks.
2026-06-30 16:38:35 +02:00
artale 9d7c2981d5 docs(tac): add insider-threat agent guidance
Capture the Security Fest talk in TAC loop-engineering guidance. Treat agents with file, tool, code, or deploy access as insider-threat candidates and require least privilege, no raw secrets, sandboxing, supply-chain checks, human approval for business-impacting actions, receipts, and promotion attestation.
2026-06-30 14:52:55 +02:00
artale 38eecd5c4c docs(tac): add activity-mode role guidance
Capture the AI-era role archetype discourse as delivery activity modes rather than permanent job titles. Add Prototyper, Grower, Sweeper, Reviewer/Taster, Architect/Primitive keeper, and Operator/SRE invariants while preserving the guardrail that role collapse does not make expertise obsolete.
2026-06-29 13:39:49 +02:00
artale d6fba49536 docs(tac): tighten product artifact stage gates
Deepen the Codex product-work guidance with explicit artifact stages, production-readiness receipts, model-timing assumptions, and a deletion/simplification review criterion so cheap implementation does not create ungoverned prototype slop.
2026-06-29 13:30:14 +02:00
artale becd314b8f docs(tac): add codex product-work guidance
Capture the Codex product-work interview in TAC loop-engineering guidance. Preserve PRD/spec discipline, prototypes, human taste/systems review, receipt-gated background agents, and explicit ownership even when implementation gets cheaper.
2026-06-29 12:52:15 +02:00
artale 4f7ae7ffe1 docs(tac): add external agent safety anchors
Ground TAC loop-engineering guidance in external production references: NVIDIA Secure Agent Workspace, Infisical Agent Vault, Anthropic agent evals, and OWASP AI Agent Security. Lock signed-action-only deploy posture and research markers with pytest.
2026-06-29 12:33:22 +02:00
artale e1f97ba1cd docs(tac): add autonomous work agent guidance
Capture the NanoClaw autonomous work-agent blueprint in the TAC loop-engineering meta-prompt. Require plans to distinguish shared agent factories from personal work agents, isolate each agent, separate credentials through vault/proxy injection, define access policies, and include management/revocation surfaces. Tests lock the new markers.
2026-06-29 12:24:10 +02:00
artale 05377c84e3 docs(tac): add open model harness guidance
Capture the GLM 5.2 harness video in the loop-engineering meta-prompt. Require portable context, report/review phases, quality gates, and model/cost notes so TAC plans can run on lower-cost or open-source models without relying on frontier-model taste.
2026-06-29 12:17:36 +02:00
artale 432282f186 docs(tac): add agent harness loop guidance
Capture the Sean's AI Stories loop-engineering video in the TAC meta-prompt. Require plans to name harness context, memory, guardrails, traces, evals, and promotion criteria, and lock those markers with pytest.
2026-06-29 12:11:13 +02:00
artale 78cc1c1a05 feat(tac): add product factory loop hardening
Add the TAC Product Factory, signed deploy action contract, Plan F3 artifacts, RSI evidence metadata, and loop-engineering meta-prompt. Vendor the Plan F3 skill, add product receipts/dashboard output, and cover deploy/plan/product invariants with pytest. Keep broader auto-patch claims guarded behind degraded-skill recovery receipts while preserving canary evidence.
2026-06-29 11:56:54 +02:00
artale 2675594422 feat: add durable loop harness primitive 2026-06-18 03:30:27 +02:00
artale 92b75b9629 feat: add zte pipeline primitives 2026-06-15 17:32:12 +02:00
artale 82a04879ea fix: deepened M3+M6, expanded blog posts, skill examples, M2+M3 quizzes 2026-06-12 12:29:40 +02:00
artale 6cc94af245 feat: dry-run workflow lesson (M5), cross-platform skills lesson (M5), MCP+identity lesson (M7) 2026-06-12 12:18:18 +02:00
artale 285f516f20 feat: quiz on M1, sitemap, robots.txt, model selection blog post 2026-06-12 10:35:24 +02:00
artale f96f1232ee feat: 2 blog posts (agent loops, context window), interactive Quiz component 2026-06-12 10:05:12 +02:00
artale cd4d4cd0e2 feat: built-out certificate page, /health route via Traefik 2026-06-12 09:57:49 +02:00
artale 716ab89a7d feat: deepened M7+M8, download page, healthcheck endpoint, analytics stub 2026-06-12 09:45:04 +02:00
artale c6364452f3 fix: set up Stripe checkout flow 2026-06-04 15:10:09 +02:00
artale f7c064c64c fix: checkout API accessible via domain 2026-06-04 14:01:47 +02:00
artale ea8d6c7e4d fix: live Stripe keys + prices, fixed checkout API Node server 2026-06-04 13:49:38 +02:00
artale 7ad7cb6458 feat: Stripe Checkout integration - api/checkout.js, checkout pages, updated buy page with card+gumroad options 2026-06-04 12:51:28 +02:00
artale 718e802771 brand: Agentic Engineering the Hard Way - positioning across hero, meta, i18n, FAQ, footer, comparisons 2026-06-04 03:40:19 +02:00
artale e69e776e33 clean: remove non-course files, add .gitignore for course-only repo 2026-06-03 15:47:37 +02:00
artale dd01c0e25a fix: update deploy.yml for Forgejo Actions 2026-06-03 15:44:30 +02:00
artale c7236e0c32 feat: Forgejo remote, update config/social links from GitHub to Forgejo 2026-06-03 15:24:15 +02:00
artale 5a161e1fa3 feat: filled all gaps - testimonials, deepened M2/M3/M6, og:image, newsletter, Discord 2026-06-03 15:14:36 +02:00
artale 242ce938f5 feat: added Italian + Arabic i18n locales 2026-06-03 15:06:02 +02:00
artale dce30b50a3 feat: filled gaps - instructor bio, email capture, free preview, deeper M7, better mock responses, realistic lab data 2026-06-03 15:05:06 +02:00
artale c378e326b0 fix: nav bars now use color-mix with theme var instead of hardcoded black 2026-06-03 14:54:59 +02:00
artale c89f3b0c15 feat: dark/light mode toggle + CSS variables everywhere + i18n config (EN/ES/PT) 2026-06-03 14:45:58 +02:00
artale 1aac97759f feat: premium Layout.vue for content pages + competitive comparison section 2026-06-03 14:34:51 +02:00
artale 74a9c3cfe0 fix: content page layout - glass card wrapper, FDSA nav brand, sidebar styling 2026-06-03 14:20:50 +02:00
artale 0bd1dd267c fix: landing page redesign - scoped CSS, stats bar, testimonials, FAQ, gradient hero, multi-col footer 2026-06-03 14:15:06 +02:00
artale 3d81a11f41 fix: review fixes - git init, .nojekyll, blog dates staggered, gumroad links, mock llm infinite loop fix, glass card CSS on content pages, lab data refs, skill kit examples, getting-started orientation 2026-06-03 14:07:52 +02:00
artale 2ef158da40 initial: FDSA Agentic Engineering Course - 8 modules, 13 labs, 20 skill kits, 9 ZIP packages 2026-06-03 14:04:06 +02:00