Writing

Technical deep dives.

Architecture notes, implementation guides, and production lessons from the Tangle stack.

80 published posts

Agent Intent Infrastructure

12 posts
Agent discovery map showing llms.txt, manifests, OpenAPI, packages, health checks, and runtime surfaces
Part 1

How AI Agents Discover Products

AI agents discover products through stable URLs, scoped packages, safe calls, OpenAPI files, manifests, and READMEs they can verify.

Agent runtime diagram showing sandbox files, processes, network policy, snapshots, and evidence
Part 2

AI Agent Sandbox: Runtime, Policy, and Evidence

An AI agent sandbox gives an autonomous agent a real isolated machine with files, processes, network controls, snapshots, credentials, and policy boundaries.

Browser automation evidence panel with DOM, screenshots, traces, and stop conditions
Part 3

Browser Automation for AI Agents

Browser automation for AI agents needs DOM evidence, screenshots, recovery loops, and reproducible traces, not only a model clicking through a page.

Model router diagram showing discovery, health checks, fallback, and usage attribution
Part 4

OpenAI Compatible Routers for Agents

OpenAI-compatible routers help agents discover models, route calls, attribute usage, and change providers without rewriting every call site.

x402 payment sequence showing request, 402 challenge, payment proof, retry, and paid response
Part 5

x402 Payments for AI Agents

x402 lets AI agents pay per HTTP request through a 402 challenge, payment proof, and retry flow. For Tangle, it is the payment edge for callable Blueprint services, not a replacement for verification.

Wallet application test run showing browser state, wallet prompt, screenshot evidence, and safe stop
Part 6

Natural Language E2E Testing for Wallet Apps

Natural-language E2E testing for wallet apps lets agents drive browser flows while stopping before destructive signing and preserving evidence.

Layered agent runtime stack with router, sandbox, browser, payments, and verification gates
Part 7

Agent Runtime Environments

Agent runtime environments combine model routing, sandboxed execution, browser control, memory, evaluation, payments, and proof surfaces.

Agent sandbox comparison showing code execution, workspace state, browser evidence, and paid service rails
Part 8

Tangle Sandbox vs E2B: Choosing An AI Agent Sandbox

Tangle Sandbox and E2B both run code for AI agents, but they optimize for different failure modes. E2B is a strong code sandbox; Tangle is built for persistent agent workspaces, browser evidence, traces, and paid service execution.

Decision matrix comparing developer workspaces, serverless jobs, and autonomous agent workspaces
Part 9

Tangle Sandbox vs Daytona and Modal

Daytona, Modal, and Tangle all run code, but they optimize for different jobs: developer workspaces, serverless compute, and evidence-bearing agent workspaces.

Comparison of hosted browser infrastructure, browser agent library, and evidence-first browser CLI
Part 10

Tangle Browser Agent vs Browserbase and Browser Use

Browserbase, Browser Use, and Tangle Browser Agent solve different browser automation layers: hosted browsers, agent-loop libraries, and evidence-first browser task runs.

Paid AI agent service architecture with discovery, router, x402 payment, Blueprint execution, and verification
Part 11

How To Deploy A Paid AI Agent Service

Deploying a paid AI agent service means exposing a stable API, attaching auth and payment, routing work, checking health, and verifying results before launch.

TEE attestation diagram separating code identity, execution boundary, payment checks, and result verification
Part 12

TEE Attestation for AI Services

TEE attestation can prove code identity and execution boundary for AI services. It cannot prove task quality, model correctness, or payment fairness by itself.

Building an AI Tax Agent

Sandboxed code execution, filing workflows, crypto tax handling, and the architecture behind an agent that can do real work.

10 posts
Tangle Tax Agent workspace showing document intake, calculations, review controls, and filing workflow
Part 1

AI Tax Preparation For Complex Returns

AI tax preparation is useful for complex returns only when it produces source-backed workpapers, draft forms, and review questions before anything is filed.

Tangle Tax Agent workspace showing review-before-sign tax filing controls
Part 2

AI Tax Filing Software For Complex Returns

AI tax filing software for complex returns should produce a reviewable filing package with evidence, open questions, and approval controls.

Tangle Tax Agent workspace reviewing crypto tax transactions, wallets, and filing package
Part 3

Crypto Tax Software 2026: DeFi, Staking, Wallets, And Reviewable Basis

Crypto tax software in 2026 must handle wallet histories, DeFi flows, staking rewards, transfers, basis gaps, and Form 8949 review.

Tangle Tax Agent workspace showing source-backed accounting workpapers and review controls
Part 4

AI Accountant For Complex Tax Returns

An AI accountant is useful for complex returns when it prepares source-backed workpapers and review questions instead of pretending to replace tax judgment.

Tangle Tax Agent review-before-submit workflow for automated tax filing
Part 5

Automated Tax Filing With Review Control

Automated tax filing should mean agent-prepared evidence, draft forms, and taxpayer approval before submission, not blind one-click filing.

Tangle Tax Agent workspace showing CFC ownership facts, Form 5471 schedules, source documents, and review questions
Part 6

CFC Tax Filing Software For Form 5471

CFC tax filing software should organize ownership facts, Form 5471 schedules, source documents, open questions, and review controls before a return is filed.

Tangle Tax Agent workspace showing S corporation return, shareholder K-1s, basis workpapers, and distribution review
Part 7

S Corp Tax Software For Basis And K-1s

S corp tax software should connect Form 1120-S, shareholder K-1s, basis workpapers, distributions, payroll facts, and review questions.

Tangle Tax Agent workspace showing founder tax documents, entity records, crypto activity, K-1s, and review packet
Part 8

Complex Tax Situations Software For Founders

Complex tax situations software should handle founder entities, K-1s, foreign reporting, crypto, equity, and state questions as one workflow.

Tangle Tax Agent workspace showing multiple Schedule K-1s, basis workpapers, state allocation notes, and review questions
Part 9

K-1 Tax Filing For Multiple Entities

K-1 tax filing gets hard when multiple entities, state footnotes, basis limits, passive activity rules, and missing statements have to be reconciled.

Tangle Tax Agent workspace showing controlled foreign corporation reporting, Form 5471 schedules, and foreign financial records
Part 10

Controlled Foreign Corporation Taxes And Form 5471

Controlled foreign corporation taxes require ownership facts, Form 5471 schedule logic, foreign financial records, and reviewable workpapers before filing.

Browser Agent

6 posts
Tangle Browser Agent workspace showing browser test run, screenshots, actions, and run evidence
Part 4

AI Browser Testing With Evidence Traces

AI browser testing is useful when every run leaves screenshots, DOM observations, actions, failures, and replayable evidence for product teams.

End-to-end browser test run with goal, steps, screenshots, and final verification
Part 5

AI E2E Testing For Browser Flows

AI E2E testing works when the agent runs full browser flows, proves the final state, and records enough artifacts for failures to be fixed.

Natural language browser test case mapped to screenshots, actions, and final verifier
Part 6

Natural Language Test Automation That Leaves Proof

Natural language test automation is credible only when English goals become browser runs with screenshots, actions, verdicts, and reviewable failure reasons.

Browser agent testing a DeFi wallet flow with extension popup and transaction evidence
Part 7

DeFi Wallet Testing With Browser Agents

DeFi wallet testing needs browser automation for extensions, network prompts, signatures, transaction previews, screenshots, and run evidence.

Automated MetaMask wallet flow showing extension popup, browser app state, and recorded actions
Part 8

MetaMask Automated Testing For Wallet Flows

MetaMask automated testing should prove connect, network switch, signing, rejection, and transaction flows with browser evidence a reviewer can inspect.

Browser automation AI loop showing observe, act, verify, recover, and evidence viewer
Part 9

Browser Automation AI Needs An Evidence Loop

Browser automation AI is useful only when planning, browser actions, recovery, and final verification are tied to screenshots and replayable evidence.

Code Auditor

4 posts
Code auditor agent workspace showing repository audit, sandboxed tools, subagents, and finding validation
Part 1

AI Code Audit With Sandboxed Agents

AI code audit should run in sandboxes, spawn specialist agents, validate findings with commands, and downgrade claims that lack proof.

Security audit report showing validated findings, severity proof, and reproduction commands
Part 2

AI Security Audit With Reproducible Findings

AI security audit should produce reproducible findings: file references, exploit path, command output, severity reasoning, and a concrete fix.

Automated smart contract audit showing EVM test run, exploit proof, and validated report
Part 3

Automated Smart Contract Audit With PoC Validation

Automated smart contract audit should validate findings with tests, simulations, or proof-of-concept exploits before assigning high severity.

Comparison of vulnerability scanner output and agent audit report with validated findings
Part 4

AI Vulnerability Scanner Vs Agent Audit

An AI vulnerability scanner flags patterns; an agent audit tests reachability, validates impact, removes duplicates, and explains the fix.

Blueprint Agent

5 posts
Blueprint Agent workspace showing AI coding session, project files, quest verification, and deployment controls
Part 2

AI Coding Assistant With Deployment Evidence

An AI coding assistant is useful for partner onboarding when it produces running code, deployment evidence, quest results, and a reviewable session trace.

Developer onboarding workspace with project scaffold, docs, quest checklist, and verification results
Part 3

Developer Onboarding Platform With Code Proof

A developer onboarding platform should measure whether developers built the integration, not whether they clicked through docs or joined a Discord.

Crypto hackathon builder workspace with quest checks, code editor, and submission evidence
Part 4

Crypto Hackathon Platform For Real Builds

A crypto hackathon platform should help builders ship working integrations and give judges code evidence instead of screenshots and pitch-deck claims.

Developer quest platform showing code tasks, verification output, and session evidence
Part 5

Developer Quest Platform With Code Verification

A developer quest platform should verify real integration work with builds, tests, runtime checks, and deployment evidence instead of social tasks.

Web3 developer workbench with code editor, terminal, docs, wallet testing, and quest verification
Part 6

Web3 Developer Tools Need An Agent Workbench

Web3 developer tools need more than docs and faucets; builders need an agent workbench that can run code, test wallet flows, and prove integration progress.

Agent Runtime Infrastructure

2 posts
Agent runtime workspace showing isolated filesystem, shell execution, session stream, and trace evidence
Part 4

AI Dev Container For Production Agents

An AI dev container needs isolation, command execution, replayable sessions, trace export, and hard failure handling before agents touch real repositories.

LLM sandbox environment showing tool calls, command output, file state, and session replay
Part 5

LLM Sandbox Environment For Agent Runs

A real LLM sandbox environment isolates tools, records side effects, survives reconnects, and gives reviewers enough evidence to approve or reject an agent run.

Tangle Protocol

5 posts
Tangle protocol diagram showing Blueprints, operators, service instances, jobs, payments, and verification
Part 8

Decentralized Compute Protocol For Blueprints

A decentralized compute protocol should define who can run services, how jobs are requested, how operators are paid, and what evidence users get back.

Payment-native AI request flow showing shielded payment, operator service, inference request, and receipt
Part 9

Anonymous LLM Usage With Shielded Payments

Anonymous LLM usage needs private payment rails, careful runtime boundaries, and honest limits about what request metadata can and cannot hide.

Blueprint protocol architecture showing developer definition, operator runtime, service instance, jobs, and users
Part 10

Blueprint Protocol For Operator-Run Services

A Blueprint protocol lets developers define services that independent operators can run, price, monitor, and verify under Tangle network rules.

Operator staking dashboard showing AI Blueprint service health, job quotes, payments, and accountability
Part 11

Operator Staking AI Blueprints

Operator staking for AI Blueprints connects service execution, payments, reputation, and accountability for operators running Tangle services.

AI service marketplace flow showing service discovery, crypto payment, operator execution, and result receipt
Part 12

AI Service Marketplace Crypto Payments

An AI service marketplace crypto flow should price requests, route operator work, and return evidence with each result.

Blueprint SDK

1 posts
Blueprint deployment architecture showing service definition, operator runtime, testnet, production checks, and rollback path
Part 1

Blueprint SDK Deployment Guide

A practical Blueprint SDK deployment path from local Rust service to Tangle testnet, operator runtime, production checks, and rollback evidence.

The Self-Improving Stack

The operating system around self-improving agents: traces, evaluation gates, skills, memory, runtime topology, and release governance.

13 posts
Part 1

The Self-Improving Stack

A series map for self-improving agent systems, from optimization theory and prompt search to runtime topology, traces, memory, and governance.

Part 2

Prompt Optimization Is Not The Whole Game

Where GEPA, DSPy, MIPRO, AxLLM, and related prompt optimizers fit inside a larger self-improving agent stack.

Part 3

Skills Are Trainable State

How SkillOpt, Voyager-style skill libraries, and agent skills turn durable procedure into an optimization surface.

Part 4

Optimization Theory For Agent Builders

A compact map from hill climbing and Bayesian search to GEPA, SkillOpt, Frontier Tuning, agent runtimes, and noisy promotion gates.

Part 5

When The Model Itself Is Mutable

How SFT, RLHF, process supervision, tool-use RL, and Microsoft Frontier Tuning differ from public prompt, skill, and harness loops.

Part 6

Memory Is Not Automatically Learning

How episodic memory, knowledge gates, retrieval evals, negative knowledge, and production trace mining fit into self-improving agent systems.

Part 7

The Gate Is The Optimizer

Why held-out promotion, judge reliability, failure taxonomies, cost ceilings, and confidence intervals decide whether self-improvement is real.

Part 8

Traces Are The Training Data

Why self-improving agents need full trajectories, tool spans, analyst findings, provenance, and replay instead of final scores alone.

Part 9

Beat Random At Equal Compute First

Why best-of-N, self-consistency, verifier reranking, and compute-matched controls are the baseline for agent topology claims.

Part 10

When The Harness Has To Evolve

Why meta-harness, AlphaEvolve-style code search, worktree isolation, and architecture frontiers matter after prompt and skill tuning plateau.

Part 11

Topology Is The Missing Action Space

Why multi-agent self-improvement needs explicit runtime primitives for fanout, refine, select, parallelism, supervision, budgets, and replay.

Part 12

Personas Are Content, Coordination Is Structure

How driver, worker, selector, reviewer, analyst, and coordinator roles become reliable multi-agent systems instead of roleplay.

Part 13

Self-Improvement Needs A Safety Case

Why prompt injection, sandbox boundaries, eval poisoning, provenance, compliance, and release gates are core to any real self-improving agent stack.

x402 Production Runway

From TOML config to paid job execution: payment-gated ingress, operator economics, pricing engines, and mainnet rollout checks.

13 posts
How Blueprint SDK Turns x402 Payments into Runnable Jobs
Part 1

How Blueprint SDK Turns x402 Payments into Runnable Jobs

How Blueprint SDK translates x402 HTTP payment headers into standard JobCalls, so you write your handler once and accept payments from any chain.

The x402 Facilitator Problem
Part 2

The x402 Facilitator Problem: How to Remove the Centralized Trust Bottleneck

The x402 protocol lets any HTTP endpoint charge for compute with stablecoin payments. But every payment flows through a single centralized facilitator. Here's why that's a problem, and how to fix it.

Wei to token conversion pipeline diagram
Part 3

Pricing without hand-waving: wei pricing, token conversion, markup, and dynamic price tags

How Tangle's pricing engine lets operators set prices in USD and wei, convert to stablecoins with markup, sign tamper-proof quotes, and evolve from static config to dynamic pricing without redeploying.

Subscription vs Pay-Per-Request API Pricing flow diagram
Part 4

Subscription vs Pay-Per-Request API Pricing: Tradeoffs, Implementation, and When to Use Each

Subscription and pay-per-request are the two dominant API pricing models, and each optimizes for a different kind of business. This post breaks down the economic tradeoffs, implementation costs, and decision framework, with concrete implementation patterns from Blueprint SDK's pricing engine.

On-Chain RFQ for Compute: How Job Quotes, Verification, and Slashing Work
Part 5

On-Chain RFQ for Compute: How Job Quotes, Verification, and Slashing Work

Tangle's Blueprint SDK turns pricing into cryptographic commitments, layers verification mechanisms per job type, and backs everything with real economic consequences. Here's how the pieces fit together.

Three operator health gauges showing heartbeat, quote freshness, and capacity utilization
Part 6

The Signals That Keep Your Blueprint Operator Online

A practical guide to the on-chain heartbeats, quote lifetimes, and health signals that determine whether your Blueprint operator stays in rotation or loses jobs.

On-chain payment distribution flow diagram showing ServiceFeeDistributor, streaming manager, and exposure-weighted staking pools
Part 7

Operator Economics After Payment: Distribution, Exposure Weighting, and Fee Routing

When a client pays an x402 Blueprint job, the USDC moves to an operator address. What happens next is decided by the Tangle protocol: ServiceFeeDistributor splits the fee across delegators using USD-weighted exposure scores, with streaming payments for time-bounded services.

Two gates: payment and TEE attestation must both pass before promotion
Part 8

x402 and TEE Together: What Must Pass Before Promotion

x402 handles payment authorization. TEE handles execution integrity. Neither alone is sufficient for production. This post explains the two-gate system: what must pass before a Blueprint service activates and before job results can be trusted.

Parallel ingress streams (x402 + primary) feeding one Blueprint runner
Part 9

Remote Providers, Direct Runtimes, and Where Payment-Native Ingress Belongs in Deployment Architecture

Blueprint jobs can run locally, on remote VMs, on Kubernetes, or serverless. X402Gateway is a BackgroundService that multiplexes payment-gated ingress into BlueprintRunner alongside every other job source. This post maps the decision tree: which deployment target to use, how SecureBridge handles mTLS for remote execution, and where X402 ingress fits in each topology.

RFQ job quotes: cryptographic commitments, result enforcement, operator accountability
Part 11

RFQ Job Quotes on Tangle

How Tangle RFQ job quotes become signed commitments with quoted-operator result gates, exact-price payment, and a 3.5-day dispute window.

Operator health monitoring on Tangle: heartbeats, quote lifetimes, failure signals
Part 12

Operator Health Monitoring on Tangle

How Tangle operator heartbeats, off-chain health checks, and quote TTLs surface service failure signals before slashing occurs.

x402 Blueprint production deployment checklist: dev, staging, and mainnet config
Part 13

x402 Blueprint Production Deployment Checklist

A rollout checklist for taking an x402-enabled Blueprint from dev to staging to mainnet without silent payment or config failures.

Payment rails as infrastructure: agents as economic actors
Part 14

Payment-Native Infrastructure for AI Agent Products

Payment-native infrastructure changes which AI agent products are worth building: small callable services, request-level pricing, operator-run execution, and evidence attached to paid results.

Tangle Re-Introduction

A ground-up walkthrough of Tangle architecture: why decentralization matters, how Blueprints work, and where trusted execution fits.

6 posts
Why AI Infrastructure Needs Decentralization
Part 1

Why AI Infrastructure Needs Decentralization

Centralized AI infrastructure creates single points of failure, censorship risk, and vendor lock-in. Here's why decentralization is the path forward.

How Blueprints Work: The Building Blocks of Decentralized Services
Part 2

How Blueprints Work

Blueprints are the unit of deployable infrastructure on Tangle. This post explains their architecture, lifecycle, and how operators run them.

How Tangle Verifies Work
Part 3

How Tangle Verifies Work

Tangle supports multiple verification strategies - from optimistic challenges to ZK proofs. Here's how the verification layer works.

Building on Tangle: From Idea to Production Service
Part 4

Building on Tangle: From Idea to Production

A practical walkthrough of taking a blueprint from concept to deployment - tooling, testing, and the developer experience.

Building AI Services on Tangle: Inference and Sandboxes
Part 5

Building AI Services on Tangle

How to build AI inference and sandboxed execution services using Tangle's Blueprint SDK - from model loading to job routing.

Trusted Execution on Tangle: How TEE Works in the Blueprint SDK
Part 6

Trusted Execution on Tangle: How TEE Works in the Blueprint SDK

How the Blueprint SDK integrates AWS Nitro, GCP Confidential Space, and Azure CVM for hardware-isolated execution with attestation and sealed secrets.

Standalone Research

Single-topic writeups that sit outside the running series.

3 posts
blueprints

30 Blueprints: LLM Inference to Autonomous Trading

Tangle Blueprints turn reusable services into operator-run jobs: inference, training, agent sandboxes, trading validation, threshold cryptography, and verified compute. Here is how to read the catalog without treating it like a marketing list.

blueprints

Distributed Training with 10,000x Communication Reduction

DeMo makes internet-scale distributed training less bandwidth-bound by synchronizing compressed momentum instead of full gradients. Tangle's Training Blueprint turns that research direction into an operator-run service surface.

router

Better Answers Without Bigger Models: We Shipped RSA

Recursive Self-Aggregation is a test-time scaling strategy that spends extra inference calls on candidate aggregation. Tangle Router exposes it as a request-time strategy, with budget checks and explicit latency tradeoffs.