Jon Smith π²

11.6K posts

Jon Smith π² banner
Jon Smith π²

Jon Smith π²

@hernadi_jon

REFLECTED https://t.co/YzgAX30BLv

Katılım Ocak 2017
1.4K Takip Edilen851 Takipçiler
Jon Smith π² retweetledi
LIFE AI
LIFE AI@LifeNetwork_AI·
🌐 Community Question: As the internet evolves to support autonomous AI agents, splitting into the Human Web (interfaces for people) and the Agent Web (API-driven infrastructure for machines), will this shift drive innovation and automation, or fragment and dehumanize the online experience? Viewpoint A: A New Layer of Internet Intelligence The rise of AI agents interacting directly with digital systems could transform the internet into a more intelligent infrastructure. Agents can automate tasks such as trading, payments, data analysis, and content generation, enabling a new agent economy. This machine-to-machine coordination may significantly improve efficiency, scalability, and innovation across industries. Viewpoint B: Erosion of the Human-Centered Web Expanding the Agent Web may reduce the role of the Human Web, as machines increasingly interact through APIs rather than human interfaces. This could create privacy and security risks, weaken traditional web models, and concentrate power in automated systems, potentially leading to a fragmented internet with less authentic human participation. 👇 Drop A or B and share your perspective
LIFE AI tweet media
English
2.1K
2K
2.5K
287.4K
LIFE AI
LIFE AI@LifeNetwork_AI·
Introducing the LIFE Habit Challenge The challenge where your habits prove you're human. 📅 Season 1: 7-Day Sprint (Mar 19 – 28) 📅 Season 2: 21-Day Builder - opens after S1 💵 Total prizes: $2,000 USDT + LIFE testnet tokens + exclusive roles Full thread below 👇 (1/5) #LIFEHabitChallenge #ProofOfHabit #Web3Health
LIFE AI tweet media
English
4.1K
597
966
23K
Jon Smith π² retweetledi
Theta Network
Theta Network@Theta_Network·
As demand for compute grows, so do the bills from centralized clouds. Theta offers a different model. Distributed infra, 50-70% cheaper GPU compute. Some of the world's leading universities already rely on it for their AI research. Find out more at thetaedgecloud.com
Theta Network tweet media
English
28
124
421
13.4K
Jon Smith π² retweetledi
Theta Network
Theta Network@Theta_Network·
Our CTO has just had his first-authored paper accepted at PKC 2026, one of the top cryptography conferences in the world. The paper introduces Interstellar, a new folding scheme for recursive proofs that significantly cuts prover costs. Huge achievement, Jieyi!
Jieyi Long | Theta Network@jieyilong

Excited to share that my research work “Interstellar: Efficient GKR-based IVC Scheme with Privacy-Preserving Collaborative Folding” conducted at Theta Labs @Theta_Network has recently been accepted to PKC 2026! PKC (Public-Key Cryptography Conference) is one of the premier cryptography venues organized by the IACR (International Association for Cryptologic Research, iacr.org). IACR conferences represent the gold standard of academic cryptography research, so it’s a big honor to have this work accepted. This is also my first first-authored paper accepted at a major cryptography conference! The paper introduces Interstellar, a new framework for folding schemes and Incrementally Verifiable Computation (IVC) — a key primitive that that has recently attracted significant attention from researchers and is beginning to see widespread adoption in modern recursive zkSNARK systems for scalable blockchains and verifiable computing. Check it out: eprint.iacr.org/2025/1294 Key idea Most modern folding-based IVC systems (Nova, HyperNova, Protostar, etc.) operate on constraint systems and require commitments to the entire execution trace of a circuit. This leads to expensive prover costs dominated by large vector commitments and MSM operations. Interstellar takes a different approach. Instead of committing to the full trace, it works directly with circuit satisfiability and combines a new technique called circuit interpolation and the GKR protocol for circuit verification. This allows the prover to commit only to the actual witness inputs, avoiding commitments to the full computation trace and eliminating cross-term vectors used in many prior folding schemes. Result Because vector commitments are the main cost in folding-based IVC, reducing them yields substantial speedups. Across representative workloads: 1.59× – 6.74× prover speedup per folding round for parallel workloads (e.g., matrix multiplication) up to 2.93× speedup for serialized workloads (e.g., MiMC hash chains) Additional features Interstellar also supports several capabilities needed for real-world zk systems: high-degree gates lookup gates multi-instance folding efficient non-uniform IVC (important for zkVMs and zkML) A new primitive: Collaborative Folding / IVC The paper also introduces a novel cryptography primitive called Collaborative Folding/IVC, which allows multiple provers with disjoint private witnesses to jointly generate recursive proofs without revealing their private inputs. This enables new settings such as: privacy-preserving distributed computation multi-party recursive proof generation federated or cross-organization verifiable computation Why this matters Recursive proof systems are becoming foundational infrastructure for zkVMs, rollups, verifiable AI / zkML, and scalable blockchain verification. Interstellar provides a new design option in the folding-IVC landscape that significantly reduces prover cost while enabling distributed proof generation. If you’re interested in folding schemes, recursive SNARKs, or verifiable computation, I’d love to hear feedback from the cryptography and blockchain community!

English
14
79
394
10.2K
Jon Smith π² retweetledi
Jieyi Long | Theta Network
Excited to share that my research work “Interstellar: Efficient GKR-based IVC Scheme with Privacy-Preserving Collaborative Folding” conducted at Theta Labs @Theta_Network has recently been accepted to PKC 2026! PKC (Public-Key Cryptography Conference) is one of the premier cryptography venues organized by the IACR (International Association for Cryptologic Research, iacr.org). IACR conferences represent the gold standard of academic cryptography research, so it’s a big honor to have this work accepted. This is also my first first-authored paper accepted at a major cryptography conference! The paper introduces Interstellar, a new framework for folding schemes and Incrementally Verifiable Computation (IVC) — a key primitive that that has recently attracted significant attention from researchers and is beginning to see widespread adoption in modern recursive zkSNARK systems for scalable blockchains and verifiable computing. Check it out: eprint.iacr.org/2025/1294 Key idea Most modern folding-based IVC systems (Nova, HyperNova, Protostar, etc.) operate on constraint systems and require commitments to the entire execution trace of a circuit. This leads to expensive prover costs dominated by large vector commitments and MSM operations. Interstellar takes a different approach. Instead of committing to the full trace, it works directly with circuit satisfiability and combines a new technique called circuit interpolation and the GKR protocol for circuit verification. This allows the prover to commit only to the actual witness inputs, avoiding commitments to the full computation trace and eliminating cross-term vectors used in many prior folding schemes. Result Because vector commitments are the main cost in folding-based IVC, reducing them yields substantial speedups. Across representative workloads: 1.59× – 6.74× prover speedup per folding round for parallel workloads (e.g., matrix multiplication) up to 2.93× speedup for serialized workloads (e.g., MiMC hash chains) Additional features Interstellar also supports several capabilities needed for real-world zk systems: high-degree gates lookup gates multi-instance folding efficient non-uniform IVC (important for zkVMs and zkML) A new primitive: Collaborative Folding / IVC The paper also introduces a novel cryptography primitive called Collaborative Folding/IVC, which allows multiple provers with disjoint private witnesses to jointly generate recursive proofs without revealing their private inputs. This enables new settings such as: privacy-preserving distributed computation multi-party recursive proof generation federated or cross-organization verifiable computation Why this matters Recursive proof systems are becoming foundational infrastructure for zkVMs, rollups, verifiable AI / zkML, and scalable blockchain verification. Interstellar provides a new design option in the folding-IVC landscape that significantly reduces prover cost while enabling distributed proof generation. If you’re interested in folding schemes, recursive SNARKs, or verifiable computation, I’d love to hear feedback from the cryptography and blockchain community!
Jieyi Long | Theta Network tweet mediaJieyi Long | Theta Network tweet media
English
30
66
299
20.5K
Jon Smith π² retweetledi
Theta Network
Theta Network@Theta_Network·
More models running on more hardware, with the system doing the heavy lifting to make it all work. This is what efficient decentralized AI infrastructure looks like in practice. 🧠 Full details and optimized templates are live now: medium.com/theta-network/…
English
4
30
222
8.1K
Jon Smith π² retweetledi
Theta Network
Theta Network@Theta_Network·
Using techniques like 4-bit quantization for image generation and smart memory management for large language models, these popular AI models now fit on GPUs with 24GB of vRAM. The system also detects each node's hardware at startup and automatically picks the best settings⚙️
English
1
30
169
2.9K
Jon Smith π² retweetledi
Theta Network
Theta Network@Theta_Network·
Flux & Llama 3 now run on thousands more community edge nodes across Theta EdgeCloud. The team optimized these models to run on consumer GPUs like the RTX 3090 and 4090, hardware that wouldn't normally have enough memory for this kind of AI workload. 🧵
Theta Network tweet mediaTheta Network tweet media
English
15
85
363
12.1K
Jon Smith π² retweetledi
LIFE AI
LIFE AI@LifeNetwork_AI·
🩺 Community Question: Is the “AI five layer cake” framework sufficient to power healthcare AI systems? (The “AI five layer cake” framework: Energy → Chips → Infrastructure → Models → Applications, introduced by Jensen Huang of NVIDIA) Viewpoint A: Yes Healthcare AI aligns with the stack. Energy, chips, and infrastructure enable intelligence generation at scale. Medical models, trained on clinical and biomedical data, interpret complex signals; applications then deliver value through radiology assistance, drug discovery, and clinical workflow automation. Viewpoint B: Not entirely The stack shows how capability is produced, but impact depends on translating that capability into clinical use. Strict validation, regulation, and the need to integrate with hospital workflows slow translation; consequently, healthcare applications often scale more slowly than the underlying AI stack. 👇Drop A or B and share your perspective
LIFE AI tweet media
English
7.4K
3.4K
4.2K
28.5M
Jon Smith π² retweetledi
Theta Network
Theta Network@Theta_Network·
We built an analytics layer on top of our AI agents that turns customer conversations into real-time business insights. Leading sports teams like @OM_English and @HoustonRockets are already using it. ⚽🏀 Here's a full demo of Theta Intelligence and how it works. 📺
English
26
82
387
16.8K
Jon Smith π² retweetledi
Toyota Center
Toyota Center@ToyotaCenter·
Meet ClutchBot 🤖🚀 Your new AI-powered mascot is live 24/7 powered by @Theta_Network From real-time player stats to promos, events, and Game-Day info, ClutchBot has you covered. Tap in now 👉 Rockets.com
Toyota Center tweet media
English
3
16
71
12K
Jon Smith π² retweetledi
Theta Network
Theta Network@Theta_Network·
Over 10k questions answered in the 25/26 NBA season and counting. ClutchBot is an AI agent powered by Theta EdgeCloud, live on Rockets.com, serving up real-time player stats, game schedules, ticket promos & more around the clock 🏀 Be like the @HoustonRockets & get yours at thetaedgecloud.com/ai-agents
Toyota Center@ToyotaCenter

Meet ClutchBot 🤖🚀 Your new AI-powered mascot is live 24/7 powered by @Theta_Network From real-time player stats to promos, events, and Game-Day info, ClutchBot has you covered. Tap in now 👉 Rockets.com

English
8
53
236
8.8K
Jon Smith π²
Jon Smith π²@hernadi_jon·
@_The_Prophet__ Hey @_The_Prophet__ We are getting into the last 6 months before the election, I would assume Trump plans to wrap things up in Iran and Ukraine shortly to focus on winning at home (and send stimmi ckecks) What is your take please? 🙂
English
0
0
1
61
Jon Smith π² retweetledi
Josh Adams
Josh Adams@GiveMeACurry·
Next week (Weds, March 18) I'll be chatting to @mms_Blockchain about the current compute crunch and how distributed networks like @Theta_Network can better use existing supply (& more)! Demand for GPU isn't going anywhere and supply-side solutions are going to be part of the fix.
Telekom Web3 Infrastructure & Solutions@mms_Blockchain

The next generation of cloud infrastructure is distributed and decentralized. @Theta_Network is building it by connecting thousands of GPUs worldwide into flexible, on-demand compute for AI and research. Join our X Space with @Theta_Network on March 18 | at 12 PM ET (6PM CET) Speakers: @GiveMeACurry - Josh Adams, Head of Marketing & PR, Theta Labs Benjamin Balzer, Web3 Growth & Business Development, Deutsche Telekom Telekom Web3

English
5
18
104
4.5K
Jon Smith π² retweetledi
Theta Network
Theta Network@Theta_Network·
We just relaunched our homepage. New tagline, cleaner story. Here's the version we never quite told properly. 🧵
Theta Network tweet media
English
44
119
497
35.6K
Jon Smith π² retweetledi
Telekom Web3 Infrastructure & Solutions
The next generation of cloud infrastructure is distributed and decentralized. @Theta_Network is building it by connecting thousands of GPUs worldwide into flexible, on-demand compute for AI and research. Join our X Space with @Theta_Network on March 18 | at 12 PM ET (6PM CET) Speakers: @GiveMeACurry - Josh Adams, Head of Marketing & PR, Theta Labs Benjamin Balzer, Web3 Growth & Business Development, Deutsche Telekom Telekom Web3
Telekom Web3 Infrastructure & Solutions tweet media
English
12
31
143
16.5K