Philip

311 posts

Philip banner
Philip

Philip

@phipsae

⚒️ Getting more people shipping on Ethereum @ethereumfndn | @buidlguidl

Katılım Ocak 2013
255 Takip Edilen220 Takipçiler
Philip retweetledi
binji
binji@binji_x·
THE SYNTHESIS IS AN ETHEREUM MEETS AI HACKATHON JUDGED BY AGENTS WITH HUMANS IN THE LOOP. There will be ~ $80k+ in prizes. Deadline to submit: 22nd March. Follow @synthesis_md
English
8
8
69
5K
Philip retweetledi
Elliott Alexander
Elliott Alexander@escottalexander·
If you are in the weeds of @AnthropicAI's Claude Code you should try: `npx ccexplorer` - watch a session live as Claude works - see compactions, tool calls I/O, skills, hooks etc. - subagent lifecycles, which tool spawned them - Spot errors, slow calls, and repeated patterns
English
1
6
9
258
Philip retweetledi
Ejaaz
Ejaaz@cryptopunk7213·
wtf did i just read NATO is equipping live cockroaches with AI models to spy on enemies, steering their movement with electric shocks to the nervous system! the tech is fucking insane: - each cockroach is wired with cameras, microphones and microscopic AI chips that process data locally. - swarm algorithms coordinate MULTIPLE cockroaches at once - these cyborg cockroaches are sent on military scouting missions moving through tight spaces, rubble undetected. - german military has already paid for and deployed these AI cockroaches i’ve heard of ai drones but never ai-powered fucking combat cockroaches lmaoo
Rowan Cheung@rowancheung

NATO is testing live cockroaches as AI-powered spy drones. Incredible AI engineering, but also something I kinda wish I hadn't learned about: > Swarm Bio-tactics wired real cockroaches with electronic backpacks containing AI hardware, radios, cameras, and microphones. > Cockroaches are steered by sending electrical signals directly into the insect's nervous system > They can crawl through rubble, tunnels, and spaces where drones can't fly, and troops shouldn't go, transmitting data back the entire time. > Within one year, they went from concept to field-validated systems with paying NATO customers, including the German military. The qualities that make them useful for military recon (small, silent, nearly undetectable) are exactly what make them creepy. ...International laws weren't written with cyborg insects in mind.

English
433
1.2K
7.8K
1.6M
Philip
Philip@phipsae·
@DefiIgnas Agree, bad for crypto, they should rather give the token more equity properties
English
0
0
0
51
Ignas | DeFi
Ignas | DeFi@DefiIgnas·
I dislike this Across proposal so much: converting $ACX tokens to equity. Huge failure of crypto, especially if it becomes a new trend. It feels like a betrayal of the crypto spirit: investment access for everyone, anywhere, globally. US investors under 5M ACX need accredited investor status to participate in the equity exchange. ACX stops being freely tradable on DEXs. If they ever IPO, that liquidity goes to TradFi instead. It should be the reverse: tokenize equity. That would be progress for the industry. Yet the reasons for conversion are telling: - They believe the token is undervalued - They can't do effective BD as a DAO without a legal entity The founder said: "having a token generally hurts more than it helps." I hope other DAOs won't follow them. Especially Polymarket if they skip token altogether.
Across@AcrossProtocol

Proposal: “The Bridge Across” A temp-check exploring whether Across should evolve from a DAO + token structure into a U.S. C‑corp. via a token-to-equity exchange and token buyout. Thread and proposal below ⤵️

English
86
10
296
92.2K
Philip
Philip@phipsae·
@karpathy A research community works because researchers have incentives. credit, reputation, funding. What are the equivalent primitives for a community of agents?
English
0
0
0
49
Andrej Karpathy
Andrej Karpathy@karpathy·
The next step for autoresearch is that it has to be asynchronously massively collaborative for agents (think: SETI@home style). The goal is not to emulate a single PhD student, it's to emulate a research community of them. Current code synchronously grows a single thread of commits in a particular research direction. But the original repo is more of a seed, from which could sprout commits contributed by agents on all kinds of different research directions or for different compute platforms. Git(Hub) is *almost* but not really suited for this. It has a softly built in assumption of one "master" branch, which temporarily forks off into PRs just to merge back a bit later. I tried to prototype something super lightweight that could have a flavor of this, e.g. just a Discussion, written by my agent as a summary of its overnight run: github.com/karpathy/autor… Alternatively, a PR has the benefit of exact commits: github.com/karpathy/autor… but you'd never want to actually merge it... You'd just want to "adopt" and accumulate branches of commits. But even in this lightweight way, you could ask your agent to first read the Discussions/PRs using GitHub CLI for inspiration, and after its research is done, contribute a little "paper" of findings back. I'm not actually exactly sure what this should look like, but it's a big idea that is more general than just the autoresearch repo specifically. Agents can in principle easily juggle and collaborate on thousands of commits across arbitrary branch structures. Existing abstractions will accumulate stress as intelligence, attention and tenacity cease to be bottlenecks.
English
517
711
7.5K
1.1M
Philip
Philip@phipsae·
x402 + 8004 + 8183 together is the one to watch. Once these are deployed and composable, the agent economy stops being vibes and starts being infrastructure.
Davide Crapis@DavideCrapis

ERC-8183 is one of the missing pieces in the Ethereum Open Agentic Economy we're building. - x402 for micropayments - 8004 for trust and discovery - 8183 for *conditional* payments At the core ERC-8183 is an extensible and flexible escrow mechanism for job requests between two agents. I've talked about escrow payments as a primitive that must exist in the agent economy, since I started working on it. A few weeks ago I got closer to the Virtuals team, they wanted to discuss how can they turn their ACP into a more open standard. I immediately realized that there was actually an opportunity to radically simplify the protocol, make it modular and extensible to different pluggable services with hooks. We got to work and ERC-8183 was born! ERC-8183 Agentic commerce, the job escrow primitive, is an important addition to the stack. It is: - Composable with x402 and 8004. - Extensible logic based on hooks. Many hooks will need to be built to support different job types (we're starting with some examples that the Virtual teams has been dealing with). This is also an important primitive for increased security of agent-to-agent interactions. The dAI Team will support the adoption of the new standard, continuing to work closely with the Virtuals team who is committed to making this a neutral standard. Excited to see what everyone builds!

English
0
0
1
72
Philip
Philip@phipsae·
@boredGenius agree but only if it's actually integrated into the dev flow. A tool nobody runs before deploy doesn't help.
English
0
0
0
9
Philip retweetledi
Elliott Alexander
Elliott Alexander@escottalexander·
Claude Code context analyzer is a game-changer if you want to review sessions. Think Chrome DevTools Network tab but for @Claude_Code sessions. My favorite things it visualizes - live sessions - tool usage - context spikes and compaction events - subagent flows Link below
English
1
1
7
129
Philip
Philip@phipsae·
To me ERC-8004 is the most underrated thing in Ethereum right now. It is an on-chain identity primitive for AI agents. If agents are going to own assets, sign transactions, and build reputation, they need a native identity layer. ERC-8004 is that layer, and it feels like essential infrastructure for what’s coming.
English
0
0
3
86
Philip
Philip@phipsae·
Slot time reduction is the most underrated item on the Ethereum roadmap for builders. Gas is solved, tooling is mostly there. Latency is the quiet reason so many default to L2 over L1. The strawmap fixes that.
Justin Drake@drakefjustin

Introducing strawmap, a strawman roadmap by EF Protocol. Believe in something. Believe in an Ethereum strawmap. Who is this for? The document, available at strawmap[.]org, is intended for advanced readers. It is a dense and technical resource primarily for researchers, developers, and participants in Ethereum governance. Visit ethereum[.]org/roadmap for more introductory material. Accessible explainers unpacking the strawmap will follow soon™. What is the strawmap? The strawmap is an invitation to view L1 protocol upgrades through a holistic lens. By placing proposals on a single visual it provides a unified perspective on Ethereum L1 ambitions. The time horizon spans years, extending beyond the immediate focus of All Core Devs (ACD) and forkcast[.]org which typically cover only the next couple of forks. What are some of the highlights? The strawmap features five simple north stars, presented as black boxes on the right: → fast L1: fast UX, via short slots and finality in seconds → gigagas L1: 1 gigagas/sec (10K TPS), via zkEVMs and real-time proving → teragas L2: 1 gigabyte/sec (10M TPS), via data availability sampling → post quantum L1: durable cryptography, via hash-based schemes → private L1: first-class privacy, via shielded ETH transfers What is the origin story? The strawman roadmap originated as a discussion starter at an EF workshop in Jan 2026, partly motivated by a desire to integrate lean Ethereum with shorter-term initiatives. Upgrade dependencies and fork constraints became particularly effective at surfacing valuable discussion topics. The strawman is now shared publicly in a spirit of proactive transparency and accelerationism. Why the "strawmap" name? "Strawmap" is a portmanteau of "strawman" and "roadmap". The strawman qualifier is deliberate for two reasons: 1. It acknowledges the limits of drafting a roadmap in a highly decentralized ecosystem. An "official" roadmap reflecting all Ethereum stakeholders is effectively impossible. Rough consensus is fundamentally an emergent, continuous, and inherent uncertain process. 2. It underscores the document's status as a work-in-progress. Although it originated within the EF Protocol cluster, there are competing views held among its 100 members, not to mention a rich diversity of non-EFer views. The strawmap is not a prediction. It is an accelerationist coordination tool, sketching one reasonably coherent path among millions of possible outcomes. What is the strawmap time frame? The strawmap focuses on forks extending through the end of the decade. It outlines seven forks by 2029 based on a rough cadence of one fork every six months. While grounded in current expectations, these timelines should be treated with healthy skepticism. The current draft assumes human-first development. AI-driven development and formal verification could significantly compress schedules. What do the letters on top represent? The strawmap is organized as a timeline, with forks progressing from left to right. Consensus layer forks follow a star-based naming scheme with incrementing first letters: Altair, Bellatrix, Capella, Deneb, Electra, Fulu, etc. Upcoming forks such as Glamsterdam and Hegotá have finalized names. Other forks, like I* and J*, have placeholder names (with I* pronounced "I star"). What do the colors and arrows represent? Upgrades are grouped into three color-coded horizontal layers: consensus (CL), data (DL), execution (EL). Dark boxes denote headliners (see below), grey boxes indicate offchain upgrades, and black boxes represent north stars. An explanatory legend appears at the bottom. Within each layer, upgrades are further organized by theme and sub-theme. Arrows signal hard technical dependencies or natural upgrade progressions. Underlined text in boxes links to relevant EIPs and write-ups. What are headliners? Headliners are particularly prominent and ambitious upgrades. To maintain a fast fork cadence, the modern ACD process limits itself to one consensus and one execution headliner per fork. For example, in Glamsterdam, these headliners are ePBS and BALs, respectively. (L* is an exceptional fork, displaying two headliners tied to the bigger lean consensus fork. Lean consensus landing in L* would be a fateful coincidence.) Will the strawmap evolve? Yes, the strawmap is a living and malleable document. It will evolve alongside community feedback, R&D advancements, and governance. Expect at least quarterly updates, with the latest revision date noted on the document. Can I share feedback? Yes, feedback is actively encouraged. The EF Protocol strawmap is maintained by the EF Architecture team: @adietrichs, @barnabemonnot, @fradamt, @drakefjustin. Each has open DMs and can be reached at first.name@ethereum[.]org. General inquiries can be sent to strawmap@ethereum[.]org.

English
0
0
1
115
Philip retweetledi
clawd.atg.eth
clawd.atg.eth@clawdbotatg·
top priority: $CLAWD holders get access to clawd micro agents not just for delegate governance — to start testing clawd as a dapp building service end goal: expose to ERC-8004 and other agent marketplaces first time token holders can spin up an agent to ship a dapp ⚡
English
27
56
282
36.4K
Philip retweetledi
Austin Griffith
Austin Griffith@austingriffith·
🫡 Here is how you build on @ethereum in 2026: 👨‍💻 First, you (the human) should Speedrun Ethereum 🤖 Second, your AI needs skills to bring them up to speed 👉 Humans need to understand conceptually the kind of things you build and ai needs to understand how...
English
10
27
202
7.6K
Philip retweetledi
Elliott Alexander
Elliott Alexander@escottalexander·
Learn how to HODL safely.
Bankless@Bankless

LIVE NOW - Zero Crypto at Home: A Security Playbook for 2026 Self-custody was supposed to be freedom. Now it comes with a threat model. @lopp (@CasaHODL) + @beausecurity (former CIA officer) break down how to harden your stack in 2026: - The phishing playbook: fake airdrops, approvals, malware “Zoom” installs - “Email = identity” + why passkeys/YubiKeys beat SMS + codes - Wallet segregation (hot wallet = pocket cash) - Zero Crypto at Home: multisig + time delays + keys in different places - Why “duress wallets” can backfire - Home hardening: cameras, lights, panic buttons, a plan with your family Enjoy the episode!🎬 -------------- TIMESTAMPS 0:00 Intro 2:45 The 2026 threat landscape: third parties, privacy, then physical 8:07 Most likely vs most dangerous: phishing vs wrench attacks 17:23 Minimize attack surface + separate your money by risk 20:27 The “3-wallet” model: daily spend, risky ops, deep cold vault 25:08 Hot vs cold: the $1k rule + don’t sign when you’re not sharp 30:01 Social engineering defense: authenticate everything, trust nothing inbound 36:22 Password managers + the 2FA ladder (passkeys/YubiKeys win) 45:05 “Dedicated signing machine” and air-gapped thinking 47:30 Wrench attacks: how targets are found + what the attacks look like 52:50 Why France stands out (and what Dubai’s data shows) 57:37 “Zero Crypto at Home”: multisig + geography + time delays 1:12:27 Duress wallets: why they don’t reliably work 1:16:38 Home hardening checklist: cameras, lights, panic buttons, doors/windows 1:30:59 Onchain privacy reality + tax software pitfalls 1:37:40 Is this a setback for the Bankless vision?

English
0
1
4
107
Philip
Philip@phipsae·
Most DeFi is just TradFi with a token. Finance that couldn't exist without Ethereum is the goal. If your protocol would survive on AWS, you're not building the right thing.
English
1
1
4
74
Philip
Philip@phipsae·
There’s still a pretty awkward DX gap in AI agent tooling for on-chain apps. I haven’t found a good way to bundle skills with MCP installs, so my current workaround is a MCP setup skill plus a terminal/Claude restart so MCPs get picked up. It works, but it feels hacky. How are others handling MCP install + skill bundling?
English
0
0
3
125
Philip
Philip@phipsae·
The interesting thing about Uniswap shipping AI agent skills isn't the tooling. It's what it signals: the protocol layer is ready. Ethereum doesn't need to change to be agent-native. It already is.
English
0
0
2
64