Skip to content

Instantly share code, notes, and snippets.

@drewstone
drewstone / ECONOMIC-MODEL-2026-03-06.md
Created March 6, 2026 21:54
Phony Platform Economic Model — Full COGS, stack decision matrix, TTS provider comparison (March 2026)

Phony Platform Economic Model (Validated)

Date: 2026-03-06 Status: Validated against provider pricing pages and codebase analysis Purpose: Cofounder presentation — COGS, overhead, pricing, team planning


1. VALIDATED COGS — Per Minute of Voice Conversation

@drewstone
drewstone / ECONOMIC-MODEL-2026-03-06.md
Created March 6, 2026 07:41
Phony Platform: Voice AI Stack Decision Matrix — Full COGS, TTFB, quality trade-off analysis (March 2026)

Phony Platform Economic Model (Validated)

Date: 2026-03-06 Status: Validated against provider pricing pages and codebase analysis Purpose: Cofounder presentation — COGS, overhead, pricing, team planning


1. VALIDATED COGS — Per Minute of Voice Conversation

@drewstone
drewstone / vutuanlinh2k2-report-mivy5vvi.md
Created February 27, 2026 23:14
vutuanlinh2k2 activity report — 2026-02

vutuanlinh2k2 Activity Report — 2026-02

=== vutuanlinh2k2 (2026-01-31 to 2026-02-27) ===
  Timezone: UTC+7

  TANGLE WORK:
  Sun Feb 01: 0.5h [5:13pm-5:13pm]
    tangle-network/tnt-core: 1 commit
      0d9d5af3 Merge pull request #73 from tangle-network/linh/qa/servic...
@drewstone
drewstone / Tjemmmic-report-0nz9cnix.md
Created February 27, 2026 23:14
Tjemmmic activity report — 2026-02

Tjemmmic Activity Report — 2026-02

=== Tjemmmic (2026-01-31 to 2026-02-27) ===
  Timezone: UTC-6

  TANGLE WORK:
  Mon Feb 02: 2.9h [7:46pm-10:10pm]
    tangle-network/agent-dev-container: 2 commits (+20/-0)
      356fa064 fix: inject orchestrator endpoint into sidecar (+10/-0) [1 file]
@drewstone
drewstone / AtelyPham-report-3plmzejq.md
Created February 27, 2026 23:14
AtelyPham activity report — 2026-02

AtelyPham Activity Report — 2026-02

=== AtelyPham (2026-01-31 to 2026-02-27) ===
  Timezone: UTC+7

  TANGLE WORK:
  Mon Feb 02: 6.7h [11:33am-8:06pm, 1 break]
    tangle-network/agent-dev-container: 4 commits (+93/-31)
      e036999d fix(sidecar): stop LSP infinite restart loop on missing e... (+15/-1) [1 file]
@drewstone
drewstone / shekohex-report-wmetuocx.md
Created February 27, 2026 23:14
shekohex activity report — 2026-02

shekohex Activity Report — 2026-02

=== shekohex (2026-01-31 to 2026-02-27) ===
  Timezone: UTC+0

  TANGLE WORK:
  Tue Feb 03: 3.7h [8:43pm-11:53pm]
    tangle-network/agent-dev-container: 7 commits (+617/-435)
      ab236257 feat(orchestrator): ensure preview link readiness during ... (+49/-0) [1 file]
#!/usr/bin/env bash
set -Eeuo pipefail
usage() {
cat <<'EOF'
Usage:
ralph-loop.sh --spec SPEC_FILE [options]
Required:
--spec FILE Spec file to implement.
@drewstone
drewstone / trading-blueprint-design.md
Last active February 13, 2026 15:53
AI Trading Vault Blueprint — Design & Execution Plan

AI Trading Vault Blueprints — Design & Execution Plan

Executive Summary

A modular, multi-blueprint system for non-custodial AI-managed trading on Tangle Network. Users create AI trading bot instances (natural language or code), operators provide compute, an independent AI validator committee approves trade intents, and on-chain vaults execute trades with hard policy guards. No TEE or MPC required — security comes from smart contract custody + multi-operator validation + on-chain policy enforcement.

The system is layered and modular:

  • Layer 0: sandbox-runtime (existing) — container lifecycle
  • Layer 1: trading-runtime (new shared lib) — intents, validation, portfolio, protocol adapters
  • Layer 2: Strategy-specific blueprints — each with different expressivity, protocols, risk profiles
@drewstone
drewstone / agent-driver-audit.md
Created February 5, 2026 02:32
Senior Engineer Audit: @tangle/agent-driver

🔍 Senior Engineer Audit: @tangle/agent-driver

Package: @tangle/agent-driver v0.1.0
Auditor: Ferdinand (AI)
Date: 2026-02-04
Scope: Architecture, API design, observability, production readiness


Executive Summary

@drewstone
drewstone / E2E-AUTH-AUDIT.md
Created February 4, 2026 06:20
Blueprint Agent E2E Auth Audit - Feb 3, 2026

E2E Auth Audit — Feb 3, 2026

Problem Summary

E2E tests fail because:

  1. OAuth is the PRIMARY auth method — GitHub button shown first
  2. Email/password is HIDDEN — requires clicking "Other sign-in options"
  3. Tests need to expand "Other sign-in options" before filling email form