Commit Graph

18 Commits

Author SHA1 Message Date
artale d0dfcf0683 docs(tac): add Bun rewrite and Claude multi-agent notes
Folds Jarred Sumner's 'Rewriting Bun in Rust' (bun.com/blog/bun-in-rust)
and Claude Platform multi-agent sessions documentation into
loop_engineering.md. Key patterns: mechanical AI-assisted code
translation validated at scale (100K+ lines), adversarial AI review,
shared vault + isolated session threads aligning with TAC factory
architecture.
2026-07-09 04:04:43 +02:00
artale e3bc60b0c9 docs(tac): add Kelsey Hightower software factory critique
Folds Kelsey's observation that AI 'software factories' are a remix
of existing SDLC (CI/CD, compilers, gRPC, low-code) with added token
costs. Ties to MVI principle: does the AI add new capability, or just
burn tokens on work that commodity hardware already handles?
2026-07-07 15:27:23 +02:00
artale 7d0e096d61 docs(tac): add antirez export-control corollary to insider-threat note
Folds antirez's observation that LLM export controls are futile
(weights leak, proxies bypass, enforcement requires dismantling
encryption) into the existing insider-threat model note. Argues
the real safeguard is agent-level sandboxing (OpenShell pattern),
not model distribution control — assume any model can run on any
hardware.
2026-07-07 13:45:55 +02:00
artale fceab3c97c docs(tac): add NVIDIA ComputeX agent ecosystem appendix
Folds the Adel + Chris Murphy talk (youtube.com/watch?v=SVWmuJx0hHM)
into loop_engineering.md. Covers the third inflection point
(ChatGPT → DeepSeek → OpenClaw autonomous agents), agent =
model + harness, OpenShell secure runtime with policy-based
egress and secrets management, AIQ multi-agent deep research
blueprint (intent router → orchestrator → specialists →
synthesizer at 50% lower cost), NemoClaw blueprints, Nemo Relay
observability with ATIF traces, and the Verified Skills pattern.
Maps each component to TAC's existing factory infrastructure.
2026-07-07 13:33:48 +02:00
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