Nftcollector.wl.HL
572 posts

Nftcollector.wl.HL
@NftcollectorW
0⃣0⃣8⃣6⃣.eth Stay hungry stay foolish. #degen #NFT looking to shock the world with the next great project 🤪






Two years ago, I wrote this post on the possible areas that I see for ethereum + AI intersections: vitalik.eth.limo/general/2024/0… This is a topic that many people are excited about, but where I always worry that we think about the two from completely separate philosophical perspectives. I am reminded of Toly's recent tweet that I should "work on AGI". I appreciate the compliment, for him to think that I am capable of contributing to such a lofty thing. However, I get this feeling that the frame of "work on AGI" itself contains an error: it is fundamentally undifferentiated, and has the connotation of "do the thing that, if you don't do it, someone else will do anyway two months later; the main difference is that you get to be the one at the top" (though this may not have been Toly's intention). It would be like describing Ethereum as "working in finance" or "working on computing". To me, Ethereum, and my own view of how our civilization should do AGI, are precisely about choosing a positive direction rather than embracing undifferentiated acceleration of the arrow, and also I think it's actually important to integrate the crypto and AI perspectives. I want an AI future where: * We foster human freedom and empowerment (ie. we avoid both humans being relegated to retirement by AIs, and permanently stripped of power by human power structures that become impossible to surpass or escape) * The world does not blow up (both "classic" superintelligent AI doom, and more chaotic scenarios from various forms of offense outpacing defense, cf. the four defense quadrants from the d/acc posts) In the long term, this may involve crazy things like humans uploading or merging with AI, for those who want to be able to keep up with highly intelligent entities that can think a million times faster on silicon substrate. In the shorter term, it involves much more "ordinary" ideas, but still ideas that require deep rethinking compared to previous computing paradigms. So now, my updated view, which definitely focuses on that shorter term, and where Ethereum plays an important role but is only one piece of a bigger puzzle: # Building tooling to make more trustless and/or private interaction with AIs possible. This includes: * Local LLM tooling * ZK-payment for API calls (so you can call remote models without linking your identity from call to call) * Ongoing work into cryptographic ways to improve AI privacy * Client-side verification of cryptographic proofs, TEE attestations, and any other forms of server-side assurance Basically, the kinds of things we might also build for non-LLM compute (see eg. my ethereum privacy roadmap from a year ago ethereum-magicians.org/t/a-maximally-… ), but for LLM calls as the compute we are protecting. # Ethereum as an economic layer for AI-related interactions This includes: * API calls * Bots hiring bots * Security deposits, potentially eventually more complicated contraptions like onchain dispute resolution * ERC-8004, AI reputation ideas The goal here is to enable AIs to interact economically, which makes viable more decentralized AI architectures (as opposed to non-economic coordination between AIs that are all designed and run by one organization "in-house"). Economies not for the sake of economies, but to enable more decentralized authority. # Make the cypherpunk "mountain man" vision a reality Basically, take the vision that cypherpunk radicals have always dreamed of (don't trust; verify everything), that has been nonviable in reality because humans are never actually going to verify all the code ourselves. Now, we can finally make that vision happen, with LLMs doing the hard parts. This includes: * Interacting with ethereum apps without needing third party UIs * Having a local model propose transactions for you on its own * Having a local model verify transactions created by dapp UIs * Local smart contract auditing, and assistance interpreting the meaning of FV proofs provided by others * Verifying trust models of applications and protocols # Make much better markets and governance a reality Prediction and decision markets, decentralized governance, quadratic voting, combinatorial auctions, universal barter economy, and all kinds of constructions are all beautiful in theory, but have been greatly hampered in reality by one big constraint: limits to human attention and decision-making power. LLMs remove that limitation, and massively scale human judgement. Hence, we can revisit all of those ideas. These are all things that Ethereum can help to make a reality. They are also ideas that are in the d/acc spirit: enabling decentralized cooperation, and improving defense. We can revisit the best ideas from 2014, and add on top many more new and better ones, and with AI (and ZK) we have a whole new set of tools to make them come to life. We can describe the above as a 2x2 chart. There's a lot to build!






「亲测有效」0 基础编程:20 分钟上手 Vibe Coding 教程 Google 新工具 Antigravity 太好用了!仅靠“嘴撸”就能做出属于自己的交易工具! 官网:antigravity.google 几天前下载了 @antigravity 之后,就一直在 Vibe Coding 各种小工具,觉得实在是太好用了。我在制作的产品:x.com/Penny777_eth/s… 今天写一篇推来分享一下我的使用心得,和期间遇到的问题,例如: 1️⃣ 如何开始 0 基础编程 2️⃣ 遇到 Limit 怎么办 3️⃣ Gemini 网页版、Antigravity、AIStudio 三者怎么选 ——————— 🔴 1. Antigravity 和 Cursor 一样,支持自然语言编程,我们只用把自己想要的说给它,它就能开始用代码完成我们的需求,例如: “制作一个网页定期抓取 𝕏 上优质交易员博主的内容” “交易记账工具,需要集合 CEX 和 On-chain 数据” “我要一个定时抓取币圈新闻的页面” …… 🟠 2. 下载完 Antigravity 之后,在最右侧的输入框就能对话了,连新建文件夹都不必自己动手。 🟡 3. 如果没有 GitHub 使用经验也不必着急,可以先把前后段都放在本地运行,之后再备份。 你告诉它:目前你需要将前后段都配置在本地即可。 🟢 4. 目前 Antigravity 支持三种模型: Gemini 3 Pro (最优解) Claude Sonnet 4.5 (次选择) GPT-OSS 120B (一般不用 😂) 用下来的感受是 Gemini 3 Pro 在 UI 界面的视觉效果最好,很多细节能够一步到位,排版的理解也很精准;Claude Sonnet 4.5 弱一点。 但这二者在编程方面差异不大,如果只是编写功能或者 Debug 那么切换 Model 也不影响。 🔵 5. 我目前制作产品的流程是: 写粗略的产品需求 — 丢给网页版 Gemini 去优化 Prompt — 给到 Antigravity 制作产品框架 — 在本地前端进行测试 — 调整问题 — 让 AI 优化代码结构(然后循环♻️) ——————— 🟣 如何面对 Model limit 的情况 目前 Antigravity 没有付费包,所以 Limit 了就只能等时间过去。我一般 Gemini 3 Pro 和 Claude Sonnet 4.5 轮着用,用完也差不多能休息了 🥲 然后另台电脑会跑另一个账号,可以用来做其他的项目和事情,穿插着来还能用。 这比较适合我们 0 基础开始刚刚上手的新人,白嫖不花钱。如果需要大量编程,还是得选择其他付费模式比较丝滑。 ——————— 🟤 最近超级火的 Google AI 三件套怎么选? Gemini 网页版:gemini.google.com 特点:和 ChatGPT 一样,适合对话解决日常问题,特点是有了 Nano banana 所以图像处理略胜一筹,但个人觉得日常任务比 ChatGPT 差点。 Antigravity:antigravity.google 编程软件,如果制作网页、APP、互联网产品,强烈推荐,0 帧起手!自动创建文件、写代码、安装依赖包、运行服务器,并在它内置的浏览器里展示给你看。 AIStudio:aistudio.google.com 在 Gemini 的基础上训练属于自己的 AI Agent,例如:发现通用的 Gemini 模型分析财报不够犀利。可以去 AI Studio,上传了 50 份优秀的投资研报作为样本,调试出了一个专门“分析投资回报率”的 Prompt,然后把这个 API 接口放进了你的工具里。 也算是各司其职了! ——————— 最后我觉得不管是什么职业,只要感兴趣,都能花时间和精力在接下来的时间重点研究: 如何用 AI 彻底提高自己的效率! 这几天体验下来的感觉是这件事情非常值得,磨刀不误砍柴工。 AI 的使用将是个体在未来十年内,能撬动的最大能力杠杆。大家一起玩起来~❤️❤️❤️















