EigenCloud

8.4K posts

EigenCloud banner
EigenCloud

EigenCloud

@eigencloud

Verifiable cloud for the Agentic Era Get started: https://t.co/Dg3fYtOEBT

Seattle, WA Bergabung Temmuz 2022
74 Mengikuti311.9K Pengikut
Tweet Disematkan
EigenCloud
EigenCloud@eigencloud·
Project Darkbloom: Privacy First AI on Idle Macs AI needs a better compute model. Not just more supply, but better economics, stronger privacy guarantees and infrastructure that does not depend entirely on centralized clouds. Darkbloom turns idle Macs into a privacy-first inference network is the kind of systems rethink that opens up a much bigger design space for AI infra. Excited to see @gajesh pushing on a bold new primitive.
Gajesh@gajesh

Wake the world's sleeping compute. Look at the Mac nearest to you. What's it doing? Probably nothing. There are 100M+ Macs with Apple Silicon out there. Apple quietly made them *really* good at inference. A $3k Mac runs a 60B model at 30 watts. Most sit idle most of the day. Meanwhile every AI API call passes through three layers of margin before reaching the hardware. We call this the Inference Tax. We got curious: what happens if you connect idle Macs directly to inference demand? This is Darkbloom. Private inference network for idle Macs. darkbloom [dot] dev -- paper + code open. Reply for invite + free credits ↓

English
1
15
141
40.3K
EigenCloud me-retweet
Bankless
Bankless@Bankless·
Eigen Labs knows private AI inference needs a bigger supply base. Most private inference leans on TEEs. These work, but they usually do not run on the machines people already own, rather they’re gated by specialized hardware. Darkbloom’s bet is cleaner: use idle Apple Silicon. Users send requests through chat or an OpenAI-compatible API. Eigen’s coordinator routes them to eligible Macs. Providers run the model without seeing the prompt, with Apple-style attestation checking hardware, security settings, and software integrity before work gets routed. Early alpha numbers are real enough to watch: > 600M+ tokens served > 250 live providers at peak > leading models priced at 50% below typical API providers The hard part is provider economics. The calculator says some Macs COULD earn hundreds per month. The live leaderboard says the top earner made about $6 over 30 days. That is not a supply-side incentive yet. But it is also what makes Darkbloom interesting. There are no token subsidies inflating demand. The network ONLY works if real inference demand shows up, and stalls if earnings never pull in the high-memory Macs needed for better models. Worth watching because it’s an honest test of consumer private AI infra, not just another DePIN flywheel.
David Christopher@davewardonline

x.com/i/article/2060…

English
11
16
73
17.6K
EigenCloud me-retweet
a16z crypto
a16z crypto@a16zcrypto·
"@satyanadella was asked in a podcast: is AI kind of like its own species? He laughs and says no, because at the end, an AI cannot own property, cannot take liabilities, cannot enter into contracts, cannot start companies. But that's exactly what a blockchain is intended for." Blockchains change that.  @sreeramkannan on self-sovereign AI: "A program can own property and take limited liabilities. It can start companies, DAOs. You can have a fully self-sovereign intelligence that comes packaged with a unit of money, it goes and does work and earns money — whether as an influencer, as a scientist, as a programmer, as a teacher." "It does those jobs and earns money and uses that money to fund its future training and improvement. This is a very sci-fi forward view. But I'm talking about less than a three year time horizon to this happening."
a16z crypto@a16zcrypto

“Crypto is a technology for trust.” A helpful frame from @sreeramkannan on why AI needs crypto. As agents become more capable, they’ll need ways to hold money, follow rules, show their work, and prove what happened. Crypto is AI's missing trust layer. Full convo with @rhackett below. A few highlights: 00:33 — Sreeram's transition from academia to startup founder 02:20 — On @eigencloud and decentralized applications 05:42 — The AI x crypto convergence 08:15 — The future of sovereign AI agents 10:16 — The role of humans in a world of autonomous agents

English
20
28
112
19.2K
EigenCloud me-retweet
EigenCloud
EigenCloud@eigencloud·
AI agents won’t earn trust by saying “trust me.” They’ll earn it by proving: - What code ran - Where it ran - What it decided - Whether the output was tampered with These 15 EigenCompute demos show the future of verifiable agents: agents that can handle money, private data, and autonomous decisions with receipts users can check. ✍️ @Mustafaxyz9
Mustafa@Mustafaxyz9

x.com/i/article/2057…

English
1
12
76
4.6K
EigenCloud me-retweet
JT Rose
JT Rose@jt_rose·
great writeup from @ahboyash on Project Darkbloom and how the research team @eigenlabs is reducing the the cost of inference with a new market structure for idle compute
Ash@ahboyash

Project Darkbloom: Turning Idle Macs Into AI Infrastructure Every time an AI tool is used, the request travels through multiple layers of infrastructure before reaching the actual hardware doing the work. The flow usually goes across different layers of Data centers, cooling systems, GPU hardware and layers of margin → All baked into what you're paying. The @eigenlabs team calls this the Inference Tax. Darkbloom is their research initiative to address it. The premise: 100M+ Apple Silicon Macs already exist, already paid for, sitting idle most of the day. What if that compute could be organized into a usable inference network, with real privacy guarantees and better economics? - - - - - Why Apple Silicon Apple Silicon isn't just abundant, it is also technically well-suited for inference in ways that matter: • Unified memory: CPU and GPU share the same pool, eliminating discrete GPU bottlenecks • Model efficiency: Apple Silicon only processes the parts of a model actively needed per request, rather than the whole thing → Larger models run faster and cheaper • Power efficiency: ~30W to run a 60B model, versus multiples of that on data center GPUs • Marginal cost to a Mac owner: Primarily electricity, since hardware is already bought - - - - - The Hard Part: Making It Trustworthy One basic question is that If the prompt runs on a stranger's Mac, what stops them from reading it? Darkbloom's answer is to make snooping architecturally impossible, not just contractually prohibited: • Debuggers: Blocked at kernel level • Memory reads: Denied via Hardened Runtime • Binary tampering: Breaks code signature and then macOS refuses to run it • Nodes will be re-verified via 4-layer attestation every 5 minutes → Secure Enclave, Apple MDM, Apple-signed device certificates, continuous challenge-response The only way to break these protections is to physically reboot the machine, which immediately kills the process and wipes everything. Apple uses the same approach on their own Private Cloud Compute infrastructure. - - - - - What This Means for Eigen Darkbloom will not act as a standalone product, but as a proof of concept and signal about where Eigen is heading in the AI infrastructure stack. EigenLayer's core thesis has always been restoring trust to decentralized systems. Darkbloom extends that into AI compute, making inference verifiable, not just available. If it proves that 3rd party consumer hardware can be cryptographically trusted for sensitive workloads, it opens the door to a new class of decentralized AI infrastructure that doesn't rely on trusting a cloud provider or data center operator. This marks the beginning of Eigen playing within the privacy-as-infrastructure market. - - - - - Some Thoughts A few things worth keeping in mind as we went through the Darkbloom research paper: • The coordinator remains a trusted central layer for now; Team is transparent about this, but it's not eliminated yet • Security model currently assumes no unpatched macOS kernel vulnerabilities • Network traffic patterns can still reveal rough details about your request (e.g., how long it was, how complex) even if the content itself is hidden The real test is whether the privacy guarantees hold as more nodes join the network and whether people actually trust it enough to run sensitive workloads through it without incentives. Keyword: without incentives The biggest hurdle is trust; Getting someone comfortable enough to run their data and prompts through a stranger's machine. It's a hard sell and very few projects are even attempting to solve it seriously. Despite all that, the maths seem to work out quite nicely out when the team at @mementoresearch sized it out → Check out attached pages Disclosure: Project Darkbloom is a research initiative by Eigen Labs: Access here darkbloom.dev + I am a $EIGEN holder

English
1
3
15
3.2K
EigenCloud me-retweet
Kydo
Kydo@0xkydo·
Personally, I'm genuinely excited about this one. @gajesh has poured his heart into it. Since the first Darkbloom announcement, support has shown up from corners we didn't fully expect: -- 1000+ Mac owners with serious hardware sitting idle, willing to point it at the network -- Inference providers and routers who ran the numbers and realized this is meaningfully cheaper than what they're currently running -- Dozens of distributed systems designers and security researchers who quietly sent us "have you considered X" notes that made the security model materially more robust. Thank you, sincerely. We also know the research preview wasn't where it needed to be. @gajesh and the team had since has been head-down on closing that gap -- both on raw performance and on hardening the security model. Where we are now: -- 70%+ gains across throughput, TTFT, and other core inference metrics -- A substantially stronger security design What's next: -- Gemma 4 and GPT-OSS going out to select partners shortly, at a fraction of standard inference pricing -- Significantly larger models in the following weeks Providers -- head to darkbloom.dev to install the update. Excited to keep building this with all of you.
Gajesh@gajesh

Darkbloom just completed a major network upgrade! BIG UPDATE: We’re moving from Research Preview to Public Alpha. In the last month: - 1000s of provider signups, 250 live providers at peak - 600M+ tokens served With this upgrade, performance is up 30–200% across key metrics like TTFT, TPS, and total tokens served. The goal is simple: private, low-cost inference, powered by idle Macs. We’re starting with Gemma 4 and GPT-OSS, then slowly ramping up to larger models as we load test and scale over the next 2 weeks. Providers: go to darkbloom [dot] dev, scroll to down, and run the install command. Thank you to everyone who has been running nodes, giving feedback, and helping us build this network. Waking up the world’s sleeping compute!

English
7
6
40
5.6K
EigenCloud
EigenCloud@eigencloud·
Darkbloom update: network upgrade + Research Preview to Public Alpha 600M+ tokens served on idle Macs. 30–200% performance gains across TTFT, TPS, and token capacity. Data-center-level inference at half the cost. Open-weight AI needs cheaper, distributed, verifiable infrastructure. Powered by @eigenlabs.
Eigen Labs@eigenlabs

Darkbloom update: Research Preview to Public Alpha Thousands of providers. 600M+ tokens served. Open-weight inference running on idle Macs. With 30–200% performance gains across TTFT, TPS, and token capacity, Darkbloom is a glimpse into a future where AI infra is cheaper, more distributed and verifiable by default. Powered by Eigen Labs.

English
0
10
65
4K
EigenCloud me-retweet
Gajesh
Gajesh@gajesh·
Darkbloom just completed a major network upgrade! BIG UPDATE: We’re moving from Research Preview to Public Alpha. In the last month: - 1000s of provider signups, 250 live providers at peak - 600M+ tokens served With this upgrade, performance is up 30–200% across key metrics like TTFT, TPS, and total tokens served. The goal is simple: private, low-cost inference, powered by idle Macs. We’re starting with Gemma 4 and GPT-OSS, then slowly ramping up to larger models as we load test and scale over the next 2 weeks. Providers: go to darkbloom [dot] dev, scroll to down, and run the install command. Thank you to everyone who has been running nodes, giving feedback, and helping us build this network. Waking up the world’s sleeping compute!
English
21
28
163
61.8K
EigenCloud me-retweet
EigenCloud
EigenCloud@eigencloud·
The ecosystem is moving fast! @sreeramkannan on why AI needs a trust layer, @zeeshan_utd shipped Eigen Trace Mirror and Eigen-Commerce and the world's first Post-Quantum MPC Wallet launched with Eigen Labs as an early supporter. The new edition of Eigen Times #061 is out now ⬇️
Eigen Labs@eigenlabs

The ecosystem is accelerating! From the AI x trust layer conversation with @a16zcrypto to verifiable agent telemetry, agentic commerce and post-quantum infrastructure, a lot happened this week across the ecosystem. Learn more in Eigen Times Edition # 061 ⬇️

English
1
16
84
4.6K
EigenCloud
EigenCloud@eigencloud·
Programmable intelligence needs programmable trust. As AI systems become capable of reasoning, acting, and transacting on their own, they can’t be limited by institutions built for a slower, human-only world. The AI x crypto intersection is about giving autonomous intelligence the infrastructure it needs: verifiable compute, credible coordination and trust that moves at machine speed. @sreeramkannan will explore this frontier at @ETHConf NYC.
EigenCloud tweet media
English
2
29
83
5.6K
EigenCloud
EigenCloud@eigencloud·
🟦 @base recently shipped the agentic payment layer. ~500k AI agents transacted on Agentic(.)Market just this month. The next primitive in the stack is cryptographic proof of what code each agent ran. EigenCloud ships that piece: 1️⃣ Deploy a container 2️⃣ Get a hardware-signed attestation 3️⃣ List it on Agentic(.)Market Learn more ⬇️
EigenCloud tweet media
English
1
22
70
5.4K
EigenCloud me-retweet
Eigen Labs
Eigen Labs@eigenlabs·
As AI agents move from assistants to actors, trust becomes the bottleneck. - Did they use the right data? - Did they follow the rules? - Can they prove what happened? Watch @sreeramkannan with @rhackett of @a16zx.com/a16zcrypto/sta…
English
0
8
43
3.5K