phil10013 Profile Banner
philipp Profile
philipp

@phil10013

Followers
370
Following
2K
Media
6
Statuses
94

curious mind and builder | DevRel @0xMiden

Privacy Island
Joined May 2016
Don't wanna be here? Send us removal request.
@phil10013
philipp
12 days
I built an AI dev toolkit for @0xMiden. gave it to 11 people, most with zero Miden experience. what they shipped in ONE DAY: → sealed-bid auctions with private bids → corporate wallets with cryptographic spending caps → time-locked capsules where nobody sees inside until
25
13
70
@alexanderlee314
Alexander John Lee
6 days
The more you research privacy and blockchains, the clearer it becomes that Miden is the most elegant and future-proof design.
9
8
50
@zkGaylord
Gaylord
6 days
Me after playing with @phil10013 agentic framework for @0xMiden
7
4
34
@BrianSeong
BRIAN SΞONG
6 days
The truth: Anything @claudeai built, @OpenAI Codex can always find bugs in. ;)
4
1
10
@phil10013
philipp
8 days
my favourite wildest thing from Miden last week: @zkGaylord built a full on-chain 2-player game on @0xMiden using the agentic toolkit. 3 CLI binaries. working UI. deployed to testnet. and all that from an airplane seat... ✈️
@zkGaylord
Gaylord
17 days
5am, running Claude Code for agentic Miden Day, waiting for the plane to takeoff. How’s your Friday going?
15
5
36
@phil10013
philipp
10 days
one of the Miden Day builders wrote about their experience building Chronovault (time-locked digital capsules) on @0xMiden using the agentic tooling. full-stack dapp. smart contracts, local node validation, and a React frontend. zero prior Miden experience, zero manual coding.
7
3
23
@phil10013
philipp
10 days
@0xMiden the tool is open source: https://t.co/4lUzYwxtOf it's not perfect. we found 60+ issues when 11 builders tested it that need fixing. but the core thesis is proven: give agents the right context, and they build real stuff. works with Claude Code, Cursor, Windsurf, OpenCode.
Tweet card summary image
github.com
Mono repo template for agentic assisted full-stack development on Miden - 0xMiden/agentic-template
2
0
5
@phil10013
philipp
10 days
@0xMiden the wildest part: Miden's local testing tooling (Miden MockChain) runs test cycles in seconds. no network, fully deterministic. for an agent that needs 10+ iterations to get a contract right, that's the difference between done in an hour and done tomorrow. one builder called it
1
0
5
@phil10013
philipp
10 days
@0xMiden layer 3: an opinionated development workflow. the agent is configured to follow a strict order: write contracts → run local tests → validate against a real node → build frontend this prevents the #1 mistake: building a frontend against broken contracts. every builder from
1
0
4
@phil10013
philipp
10 days
@0xMiden layer 2: automated verification hooks. every time the agent edits a contract, it auto-builds immediately. every frontend edit triggers typecheck + tests. every completed task runs the full verification suite. the agent catches its own mistakes in seconds, not after you review.
1
0
3
@phil10013
philipp
10 days
@0xMiden layer 1: skills. 13 domain-specific skill files that teach the agent the Miden SDKs, testing patterns, and critical pitfalls. instead of hoping the agent figures it out, we tell it exactly which functions exist, which patterns work, and what to avoid. like having a Miden
1
0
3
@phil10013
philipp
10 days
@0xMiden LLMs don't know the Miden SDKs or tooling from their training data. so they hallucinate APIs, use wrong patterns, and write code that doesn't compile. the fix: inject the right domain context so the agent writes correct Miden code from the start. three layers make this work:
1
0
3
@phil10013
philipp
10 days
this is the agentic coding tool that turns AI agents into @0xMiden smart contract developers. agents have zero knowledge about Miden by default. this tool changes that. here's how it works 🧵
@phil10013
philipp
12 days
I built an AI dev toolkit for @0xMiden. gave it to 11 people, most with zero Miden experience. what they shipped in ONE DAY: → sealed-bid auctions with private bids → corporate wallets with cryptographic spending caps → time-locked capsules where nobody sees inside until
9
9
36
@phil10013
philipp
11 days
building on @0xMiden before vs after agentic tooling: BEFORE → read docs, tutorials, study architecture for days → manually piece together SDK patterns from examples → steep learning curve before writing your first contract ⏱️ weeks to get productive AFTER → agent as main
14
10
51
@schmiddominik1
Dominik Schmid
12 days
This was truly mindblowing. You can build apps so fast. Still discovered some bugs, but wtf, Claude used our own compiler, improved the WASM WebSDK, ... Will share my battleships implementation soon once polished a bit more
@phil10013
philipp
12 days
I built an AI dev toolkit for @0xMiden. gave it to 11 people, most with zero Miden experience. what they shipped in ONE DAY: → sealed-bid auctions with private bids → corporate wallets with cryptographic spending caps → time-locked capsules where nobody sees inside until
4
5
27
@bobbinth
Bobbin's Threadbare
12 days
This is beyond cool 🔥 The learning curve has been flattened!
@phil10013
philipp
12 days
I built an AI dev toolkit for @0xMiden. gave it to 11 people, most with zero Miden experience. what they shipped in ONE DAY: → sealed-bid auctions with private bids → corporate wallets with cryptographic spending caps → time-locked capsules where nobody sees inside until
7
6
31
@0xMiden
Miden
12 days
Check this out from our DevRel 👇 https://t.co/z1d965n9LP
@phil10013
philipp
12 days
@0xMiden want to try it? → git clone --recurse-submodules https://t.co/JvOVJnpVN2 → open with Claude Code, OpenCode, or Windsurf → start building the agent picks up the skills, workflow, and verification hooks automatically. no setup guide needed. the agent knows what to do.
1
4
14
@0xMiden
Miden
12 days
Building on Miden just got easier. You can literally build stuff within hours 👌 Wanna try?
@phil10013
philipp
12 days
I built an AI dev toolkit for @0xMiden. gave it to 11 people, most with zero Miden experience. what they shipped in ONE DAY: → sealed-bid auctions with private bids → corporate wallets with cryptographic spending caps → time-locked capsules where nobody sees inside until
37
9
107
@phil10013
philipp
12 days
@0xMiden @Pashteto wrote about building Chronovault (time-locked capsules) with the template, an honest deep-dive on what worked and what didn't: 👇 https://t.co/cXlcNQDEQP
0
0
4
@phil10013
philipp
12 days
@0xMiden shoutout to everyone who built: @zkGaylord @BrianSeong @greenden @schmiddominik1 : Alla Morra, Burny, Oracle Pools, Battleship @romanmazur, Djole, Marija, @Pashteto from @walnut_dev : sealed-bid auction, CLI auction, rock-paper-scissors, time-locked capsules Mirko, Ahmad, Phil
0
1
10