- WDYDLW
- “What did you get done last week” — the recurring accountability standup format.
- PMF
- Product–market fit: evidence that a defined customer actually wants and will pay for the product.
- ICP
- Ideal customer profile — the specific buyer a team is targeting.
- TEE / CVM
- Trusted Execution Environment / Confidential VM: hardware-isolated compute that even the operator can't observe or tamper with.
- Remote attestation / RA-TLS
- Cryptographic proof that specific code is running inside a genuine TEE; RA-TLS binds that proof to a network connection.
- dstack
- An open framework for deploying confidential containers in TEEs, used across several cohort projects.
- LLM router
- Middleware that sends each request to the cheapest/best model; OpenRouter is the incumbent, Bitrouter the cohort entrant.
- Smithers
- JJHub's tool for durable agentic workflows written as JSX — an open-source take on workflow automation.
- Scoped delegation
- Granting an agent narrow, revocable access to a credential without handing over the whole account (Tinycloud).
- PiCred
- A research method (arXiv:2606.03771) for proving an agent's code wasn't tampered with — provenance for agents; integrated by DealProof.
- Delta-neutral hedge
- A position built so the trader doesn't lose regardless of market direction — the discovery target for the prediction-market team.
- Centaur
- A coordination topology (from Paradigm) for human+agent teams that Contexto studied for routing design.
- One-shot
- To recreate a product in a single agent pass; the bar against which moats are now measured.
- x402-kit
- Bitrouter's modular SDK for HTTP-native (x402) agent payments.
- DarkBloom
- Eigen Labs' project turning idle Macs into a decentralized inference network — audited here for attestation flaws.
- RedPill
- The private-AI-chat layer Tinycloud built Tiny Cloud Chats on.
- flashnet
- The metadata-privacy network dmarz routes private LLM search through.
- GEPA
- A reflective DSPy prompt optimizer (Genetic-Pareto); shipped into Smithers by elizaOS.
- arkworks
- The Rust zkSNARK library ecosystem whose proofs elizaOS's agents worked through.