0xOscar🏴☠️ @luffythink
A eco-lifelong practitioner & crypto explorer. Be water. 🏴☠️🚴♂️ github.com/luffythink Hong Kong Joined September 2012-
Tweets471
-
Followers125
-
Following191
-
Likes840
One thing I find striking in the discourse between AI 2040 and its detractors is that the two seem to be locked in to totally incompatible worldviews of how fast and how much of a big deal AI progress is: * In AI 2040, every scenario sees superintelligence of some kind emerging by 2040, unless a herculean effort is made to completely stop it * Detractors say things like "AI 2040 is naive about human coordination ability and a threat to freedom", but don't seem to see any naivety in assuming that the ASI transition will just go well by default, don't seem to see ASI itself as a massive power concentrator risk, and don't seem to feel fear of humanity's "hard power" dropping to zero if ASIs can do literally every task better than we can. This stance makes total sense in a "AI is normal technology" world, zero sense in a world where superintelligence is possible by 2030 and almost guaranteed by 2040 I think my beliefs are: - If I was confident that (present-day-style) AI is normal technology, I would be in the detractor camp - If I was confident that superintelligence is coming in 2030 by default, I would be closer to the AI 2040 camp - it's naive, but every other option is naive squared? But my problem is that I feel great uncertainty and have no idea which of the two worlds (or some other third thing) we're living in? Hence why I continue to be open-minded about slowdowns/pauses, but also I feel very uncomfortable with the "open source bad, the good outcome is the one where our guys have controlling global dominance" push coming from some major AI companies and intellectuals - in a "normal" world that's the sort of thing that triggers every political alarm bell at the same time. A big reason why I have been advocating and trying my best to support the d/acc platform (rapid up-skilling in formal verification, cryptography, secure and open hardware, pandemic resistance and other defensive biotech, food and basic resource security, public epistemics, non-power-concentrating versions of physical security) is that these things are clearly worth doing in both worlds. The 2040 plan is already much more open source friendly (even mandating it! yay). It also includes "mutually assured compute destruction" ideas which (if they work) effectively give one of 2-5 actors the ability to trigger a global compute winter - as opposed to giving 1-5 actors the ability to selectively disenfranchise people they consider baddies while exempting themselves. This is also a big improvement. So I can see the earnest attempts to improve along the dimensions detractors criticize on ("does this concentrate power in big AI labs and superpower governments?"), and I appreciate this. I think many people don't appreciate enough the differences between different "kinds" of pause buttons, and how some concentrate power far more than others. Probably we can think harder and improve even more here. But on the "slowdown/pause or not" topic, there isn't a magic "escape the tradeoff" button. The Hansonian in me says: the winning deal is a deal which, from the perspective of both sides' present-day beliefs and knowledge, both sides would accept, though for different reasons. If the crux is AI progress speed, then identify a set of pre-agreed triggers for "okay, serious shit is happening" [super-pandemics? >25% unemployment? something involving slaughterbots?], and pre-agree that we become much more open-minded to the slowdown or pause thing if enough triggers come to pass within some timeframe. 2040 detractors (who clearly implicitly think that we'll see amazing speedup of progress from AI but think that what I call the "serious shit" category is overhyped) will accept expecting that the triggers don't come to pass, and AI worriers will accept expecting that they will. Pre-agreeing on the specific triggers means that once the triggers either hit or don't hit, there is stronger legitimacy around the idea that one side's worldview turned out more correct and we should be more inclined toward their program. If I were @elonmusk (or zuck, or...) I would re-tool twitter much more heavily into being a platform for helping to identify and make these kinds of grand win-win deals, so that we can bypass big-country governments and big-company CEOs and big nonprofit intellectuals and give more people a voice in the discussion. It's possibly one of the best things that social media _could_ do for humanity if it wanted to. But again, maybe this is also naive. Actually, probably it's naive. But currently, I see zero plans for how to deal with an ASI transition that are not naive. Perhaps humanity is stuck with a choice between naive and naive squared (or maybe even naive squared and naive cubed), so I feel inclined to cut some slack to people who are trying.
Vibe-coded a toy demo version of the "anon billboard with moderation" idea from vitalik.eth.limo/general/2022/0… on aztec github.com/vbuterin/aztec… It's early days but you can already do very interesting nontrivial stuff!
Two weeks ago, Ethereum researchers met in Berlin to continue charting the protocol's long-term trajectory, following along discussions with client teams in Svalbard in April. The updated strawmap is at strawmap.org, and I attached a picture of it to this post. My own high-level takeaways: * "Lean Ethereum" is not a single one-shot upgrade, it is a collection of improvements that will come online to the Ethereum network over the course of three or four years. But make no mistake, this IS the third major iteration of Ethereum in the same way that the Merge was the second. Almost every major piece of the protocol will be replaced: - Verification through recursive STARKs, rather than direct re-execution. Recursive STARKs become an enshrined first-class core component of the protocol - Replacing everything quantum-vulnerable with quantum-safe alternatives - Consensus: decoupled available chain and finality, one or two-round finality. Theoretically optimal security properties, simpler than today, and faster than today - Multidimensional gas - State: not just tree structure, but what *types* of state are available - Changes to client architecture ... At the same time, simplification, cleanup and future-proofing. And this will all be done in a way that minimizes disruption to existing application. We've done this before (the Merge), we can do it again. * H-star (aka Hegota) is probably Ethereum's last thematically "pre-Lean" fork. Starting from I-star, most of everything we do will have a very strong "Lean" feel to it in one way or another. * Privacy is no longer an afterthought, it is a first class goal. When designing Frames, the mempool, additions to the state tree, we explicitly ask the question "okay, how do quantum-safe, intermediary-free privacy protocol transactions go through this, and what is the overhead?" * Formal verification of everything for security. * FV also makes us much more comfortable with canonicalization (having pieces of the protocol that are directly defined as a piece of bytecode expressed in some language). evm-asm is being written in part to become a canonical proof system for the EVM. * Quantum safety has shifted up a LOT in priority. This adds a lot of work (eg. finalizing a quantum-safe blobs design has become urgent; this work has already been ongoing for months) * Probably the single most disruptive part of the plan is the changes to state. There is growing consensus around leaving present-day-style "dynamic state" mostly unchanged, but scaling it only a medium amount, and adding new types of state that are more scalability-friendly (eg. no need for builders to sync/store all of it) but more restrictive, and that will scale a large amount. eg. possible Ethereum in 2030: 2 TB of present-day-style (dynamic) state, and 100 TB of new-style (scalable but restrictive) state This "new-style" state would work very well for ERC20s, NFTs, many defi use cases, but not eg. highly "central" objects like Uniswap contracts, or onchain order books, or other complex things (which are crucial for Ethereum but which only take up a small percentage of state) Hence, it will not be *necessary* to rewrite any apps, but it will be *very cost-effective* to eg. rewrite an ERC20 token into a newer design that uses a new type of UTXO storage that is currently being explored, so that it will have >10x lower txfees. Design of these new state types (current ideas: keyed nonces, ring buffers, UTXOs, statically accessible state, temp state) is an area where we will need a lot of feedback from application developers (incl. privacy-friendly application developers) and probably several rounds of rethinking and iteration. * In the context of a much larger total state size, we need to figure out the incentive issues around who stores this state and what motivates them to. Even saying "each node stores 1%" is not good enough - why do they store that 1% and why are they willing to serve it? This is being elevated as a first-class research area. * Ethereum will need to have a "VM" other than EVM in one form or another - at the very least, we need something like leanISA for recursive STARKs - and the gains are large in exposing it to users so that we support programmable privacy and better scalability. Right now, the most likely contenders are leanISA and RISC-V. My own ideal is that in this world, we adjust the protocol so that the EVM becomes a high-level-language compiler-level feature, and the protocol only "sees" RISC-V / leanISA directly. But this is still far away. * Gas limit increases, blob increases and slot time decreases will happen many times over the next ~5 years. We expect a large gas limit increase with Glasterdam. Each step of increased scale or decreased slot time is a matter of getting to the point where it is safe to do it, which comes from a combination of client optimization and protocol changes. Ethereum is CROPS. Ethereum is scaling. Ethereum is reinventing itself. Onward.
A ten-thousand word monster post trying to cover the entire tech tree behind the main lineage of obfuscation (iO) protocols: vitalik.eth.limo/general/2026/0… Special thanks to all who helped!
@passluo 微信的开发人员根本就不懂该怎么储存数据。这种聊天软件,文本和媒体文件分开存,文本根本就不应该保存在什么数据库(sqlite)里, 一个对话一个文本文件追加就可以了。需要搜索的时候 grep 一下性能完全符合需求。一个对话能有多少文本?一秒一个字 24 小时不间断,一年也就 30M 个字。
Announcing Ethlabs: a non-profit R&D lab for Ethereum and ETH Our mission is to make Ethereum the settlement layer of the global economy. The internet became global because shared protocols created a common language between networks. Private systems remained useful, but bounded. Finance is approaching a similar moment. As value, assets, and markets become digital, the world needs shared settlement infrastructure. Ethereum is uniquely positioned to become that shared base layer, the neutral foundation on which users, institutions, and agents can transact without intermediation. What we believe: • We believe credible neutrality matters. Ten years of uptime and the lowest counterparty risk. Ground that cannot be pulled away by any one country, institution, company, or person. • We believe ETH matters. The most valuable, programmable store of value. A decade of broad distribution, deep liquidity in onchain markets, and maximally trustless asset on Ethereum. • We believe DeFi matters. Markets, liquidity, credit, exchange, and coordination, open to anyone. • We believe adoption matters. Principles do not change the world until people benefit from them. We sit between two worlds: real usage from the builders at the frontier, and the protocol that has to support it. We work with users, applications, wallets, L2s, infrastructure teams, institutions, ETH holders, core devs and researchers, then turn what they actually need into protocol work, shared standards, infrastructure, and shipped products. Ethlabs is independent but Ethereum is a shared project. We are one node in a much larger network of stewards. This is the multi-node future. We have spent the better part of the past decade contributing to Ethereum core research and development. We are opinionated and transparent. We move with urgency, learn in public, and course-correct when we’re wrong. We are building a lean, talent-dense team for people who want to do the most important work of their careers: [email protected]
Some of my perspective on where the @ethereumfndn is going. First of all, this is only my own view. The board is not just me, and I have no extra special powers on the board that the other board members do not. @aerugoettinea is the one executing much of this transition. My input has been largely on technical questions. The board is in the process of expanding, and my own power within the org will continue to decrease, which is honestly what I want. The 2025 era brought many important improvements to EF and its ability to execute. Many issues were resolved, and EF continues to benefit from its improved efficiency and greater focus on concrete goals to this day. And so with those problems resolved, early this year, the largest remaining hole that I perceived was something different nagging at me: I would regularly spot people saying things like "vitalik says these beautiful things about ethereum needing to be decentralized, and have privacy, and be a sanctuary technology, but why do the EF's actions not reflect that?" Now, you may have been hearing something different. You may not have been sensing a feeling of crisis at all, and maybe were hearing people saying that finally we were taking execution and BD seriously and the main task for us is to keep going that way and be even better and faster. Then probably there is genuine difference between you and me, in what kinds of criticism I take most seriously, and what kinds of critics through their criticism are most able to make me feel pain. As an analogy, let's briefly switch over to a different domain. One belief you can have about Google is that it is a success story, and has brought a lot of good to humanity in organizing the world's information. Another belief you can have about Google is that they had a beautiful idealistic beginning, but at some point the corruption of mainstream corporate attitudes seeped in, and they slowly bit by bit completely abandoned the "don't be evil" slogan. My belief on Google specifically is probably somewhere between the two. BUT, if you had taken me back in time to ~2008, and offered me a button to press to make Google one or two standard deviations more "dogmatic", eg. give Richard Stallman permanent veto power over some key policies, I would immediately press it. Why? Because a choice for one company is not a choice for the world, or even one country. Google existed and exists in the context of a technology industry generally drifting away from early idealistic don't-be-evil roots and toward greed for financial gain, totalizing visions of accelerated superintelligence, infiltration by sociopaths, and craven capitulation to (or worse, active participation in) government pressure for ideological control, surveillance and war. And so *one company* doing something different, positioning itself to be what George Bernard Shaw calls the Unreasonable Man, resisting the trend of the times, would have been better for freedom, balance of power and stability of society as a whole, than *all* large companies bending to dominant trends. This is a part of my version of pluralism. This line of thinking is not just mine, but I also is not too far off from what Aya and others had in mind with the Mandate. Now how does this all get to the role of the EF? EF is not a "center of Ethereum", rather EF is "one node, with a defined purpose, alongside other nodes". We've always said that the EF should be the latter, but many in the Ethereum ecosystem (and even within the EF) wanted us to be the former. Now, we are taking action to ensure that we will be the latter. This is particularly important because EF is a limited organization, with limited resources and limited organizational capacity. The EF has only ~0.16% of all ETH (less than many other individual ETH holders), whereas among other blockchains it's common for "the central foundation" to have 10-50%. Fiscally, the EF was originally designed to fulfill a limited work scope defined in the token sale docs and other pre-launch materials (building the chain software; getting through Frontier, Homestead, Metropolis, Serenity), which was fully completed in 2022; it was not designed to be an eternal steward. And so today, the EF is choosing to use its remaining resources to pursue longevity over breadth (yes, this means we sell less ETH). The EF focuses *specifically* on those activities critical to the success of ethereum as a censorship/capture-resistant, open, private and secure system, that would not happen otherwise. This means making hard choices, and in some cases even activities that we highly approve of and people that we highly respect becoming outside of the EF. People of great technical talent, public respect and even alignment with the mission and CROPS being outside of the EF is in fact necessary if we want important tasks to be able to attract outside capital. This also means the EF taking opinionated stands culturally. This is all intended in cooperation with all other parts of ethereum. We recognize that many other parts of the ethereum world highly respect CROPS and related values. But highly respecting is not the same as choosing to specialize and totally dedicate to a domain (Compare in a different domain: I think reducing animal cruelty is important, and I like vegan food, but am not full unconditional vegan myself) EF is still in a transition period, and we expect its new long-term form to stabilize over the next few months. What are the guiding principles of this new form? Again, I am only one person, but I can give my answer from a technical perspective (there are also critical non-technical aspects). At the core, *Ethereum must be impressive*. We are living in an age of highly intelligent AI and all kinds of other technological acceleration. "Status quo EVM, with a hard fork or two a year to optimize for short-term needs of users" is not interesting. To some, "impressive" means: 250ms latency and 1M TPS. I think Ethereum trying to go that route is a mistake. Being as fast and as scalable as possible, and only a small epsilon more decentralized than the others, is a route to mediocrity, and if we try it we will lose. I think Ethereum should scale. But I think Ethereum should strive the hardest to be deeply impressive in a different dimension: the CROPS dimension. This means things like: * Provably bug-free Ethereum. This is a goal that all cybersecurity researchers would have thought is absurd and impossible, up until roughly 6 months ago. Now, it's on the cusp of being possible, thanks to AI-assisted formal verification. So we should be frontrunners in doing this. * Available chain consensus. Ethereum is, and with lean consensus will cotninue to be, the ONLY chain that has both (i) traditional-BFT style properties that it's safe under asynchrony up to a high level of fault tolerance, and (ii) the bitcoin PoW-style property that under synchrony it's safe up to 49% attackers. As far as I can tell, literally no other chain has this or is planning for it; bitcoin goes for (ii) only and most other chains go for (i) only. Some will remember I fought hard for this, Unreasonably insisting that it is not OK for ethereum to rely on social consensus and hard forks to rescue ethereum from 34% of nodes going offline. It's OK for chains like hyperledger, bnb, solana, tempo, etc. It's not OK for bitcoin or ethereum or eg. zcash. * Intermediary minimization. The fact that smart contract wallets, protocols like railgun, etc have to send transactions through intermediaries to get included onchain is honestly embarrassing, and it's a constant point of fragility. Hence the work on FOCIL and EIP-8141 (and 7701 and years of work before) to make transaction sending intermediary-minimized with public mempool and strong inclusion properties, in a truly general-purpose way, that covers not just eg. secp256r1, but also privacy protocols and much more. Kohaku is pushing intermediary minimization at the user layer, pulling Ethereum away from the dystopian status quo world where our wallets don't even verify the chain, send our private data out to a dozen third-party servers, and toward a brighter CROPS future. Some of these goals are Unreasonable - maybe Ethereum would be "fine" getting only 50% of the way - what if we depend on intermediaries, but make it easy to switch? But going 50% of the way would not make Ethereum Deeply Impressive in the CROPS way. So we push for 100%. Fortunately all these goals are compatible with high TPS, this is a major focus of research (esp. on scaling the state). Well-designed L2s can also help, especially L2s optimized for specific applications (eg. high-volume trading, privacy...). These goals are even compatible with significantly lower slot times, thanks to Raul's work on erasure-coded P2P, and many other optimizations. The most high-value "product" of the ethereum blockchain, financially speaking, is ETH the asset. Ethereum secures $250 billion of ETH. The types of properties of Ethereum that I mentioned above are very good for ETH the asset. Nearly 90% of my net worth is in ETH, and most of the remainder is ~$40m of onchain fiat of which every dollar has already been allocated for some open-source biotech or software or hardware initiative. That said, there are aspects of supporting ETH the asset - *necessary* aspects even - that are outside the scope of the EF. This is where we need other heroes (some of whom hold more ETH than the EF does) to step in and help. EF has been recently thinking more about how it will relate to other such organizations, and give them needed initial support. EF will be a smaller ship than in previous years, a more opinionated one - in some cases more opinionated in ways that might be difficult to comprehend - but a longer-lasting one, and one suited to making sure that ethereum brings something meaningful to the world. We are grateful to all those inside and outside the EF who are helping to make this happen.
The goal of the 𝕏 algorithm is simple: show each user the content they are most likely to find interesting, limited only by the laws within a given jurisdiction. No thumb on the scale. Doesn’t mean we achieve the goal, but that is what I tell the team.
哈耶克的《货币的非国家化》是 Crypto 行业的必读书,而比特币是这本书思想更激进的实验。 哈耶克提出,让私人机构自由发行货币,市场竞争决定谁的货币更可靠。 而比特币更进一步,不是公司发行, 不是银行发行, 也不是私人机构发行。 它是一套开源协议,一组数学规则,一个由全球节点共同维护的共识网络。
Beautiful machines in space
有没有人会突然很想去古诗词里的地方—— 所以我vibecoding了这个应用, 带你领略领略“诗词山河” #classicpoetry #chinesepoetry #literature #slowliving #getaway #poetrylovers
Subagents are now available in Codex. You can accelerate your workflow by spinning up specialized agents to: • Keep your main context window clean • Tackle different parts of a task in parallel • Steer individual agents as work unfolds
I was recently at Real World Crypto (that's crypto as in cryptography) and the associated side events, and one thing that struck me was that it was a clarifying experience in terms of understanding *what blockchains are for*. We blockchain people (myself included) often have a tendency to start off from the perspective that we are Ethereum, and therefore we need to go around and find use cases for Ethereum - and generate arguments for why sticking Ethereum into all kinds of places is beneficial. But recently I have been thinking from a different perspective. For a moment, let us forget that we are "the Ethereum community". Rather, we are maintainers of the Ethereum tool, and members of the {CROPS (censorship-resistant, open-source, private, secure) tech | sanctuary tech | non-corposlop tech | d/acc | ...} community. Going in with zero attachment to Ethereum specifically, and entering a context (like RWC) where there are people with in-principle aligned values but no blockchain baggage, can we re-derive from zero in what places Ethereum adds the most value? From attending the events, the first answer that comes up is actually not what you think. It's not smart contracts, it's not even payments. It's what cryptographers call a "public bulletin board". See, lots of cryptographic protocols - including secure online voting, secure software and website version control, certificate revocation... - all require some publicly writable and readable place where people can post blobs of data. This does not require any computation functionality. In fact, it does not directly require money - though it does _indirectly_ require money, because if you want permissionless anti-spam it has to be economic. The only thing it _fundamentally_ requires is data availability. And it just so happened that Ethereum recently did an upgrade (PeerDAS) to increase the amount of data availability it provides by 2.3x, with a path to going another 10-100x higher! Next, payments. Many protocols require payments for many reasons. Some things need to be charged for to reduce spam. Other things because they are services provided by someone who expends resources and needs to be compensated. If you want a permissionless API that does not get spammed to death, you need payments. And Ethereum + ZK payment channels (eg. ethresear.ch/t/zk-api-usage… ) is one of the best payment systems for APIs you can come up with. If you are making a private and secure application (eg. a messenger, or many other things), and you do not want to let people to spam the system by creating a million accounts and then uploading a gigabyte-sized video on each one, you need sybil resistance, and if you care about security and privacy, you really should care about permissionless participation (ie. don't have mandatory phone number dependency). ETH payment as anti-sybil tool is a natural backstop in such use cases. Finally, smart contracts. One major use case is _security deposits_: ETH put into lockboxes that provably get destroyed if a proof is submitted that the owner violated some protocol rule. Another is actually implementing things like ZK payment channels. A third is making it easy to have pointers to "digital objects" that represent some socially defined external entity (not necessarily an RWA!), and for those pointers to interact with each other. *Technically*, for every use case other than use cases handling ETH itself, the smart contracts are "just a convenience": you could just use the chain as a bulletin board, and use ZK-SNARKs to provide the results of any computations over it. But in practice, standardizing such things is hard, and you get the most interoperability if you just take the same mechanism that enables programs to control ETH, and let other digital objects use it too. And from here, we start getting into a huge number of potential applications, including all of the things happening in defi. --- So yes, Ethereum has a lot of value, that you can see from first principles if you take a step back and see it purely as a technical tool: global shared memory. I suspect that a big bottleneck to seeing more of this kind of usage is that the world has not yet updated to the fact that we are no longer in 2020-22, fees are now extremely low, and we have a much stronger scaling roadmap to make sure that they will continue to stay low, even if much higher levels of usage return. Infrastructure for not exposing fee volatility to users is much more mature (eg. one way to do this for many use cases is to just operate a blob publisher). Ethereum blobs as a bulletin board, ETH as an asset and universal-backup means of payment, and Ethereum smart contracts as a shared programming layer, all make total sense as part of a decentralized, private and secure open source software stack. But we should continue to improve the Ethereum protocol and infrastructure so that it's actually effective in all of these situations.
Three kinds of DAOs Autonomous DAO — a group that interacts with a truly self-running smart contract with no admin keys and no CEO Bureaucratic DAO — a mess of politics CEO DAO — a single clear leader
🦞OpenClaw 极简安全实践指南 (Security Practice Guide) 是面向 OpenClaw 的黑手册。 我尝试了其他一些方式来试图加固 OpenClaw,包括 Skill 方式,但是发现还不如给 OpenClaw 植入一个安全“思想钢印”来的有意思,这个“思想钢印”形成一个 md 文档,包含安全事前、事中、事后需要做的策略,但这里有个前提: 尽量不影响 OpenClaw 的日常使用,安全不要干扰用户体验,需要给这只🦞足够的自由。但是吧,江湖险恶,一只有 Root 权限且诞生才一个多月的🦞,安全不让人放心… 于是,这份面向 OpenClaw 的极简安全实践指南诞生了,目前是 v2.7 版本,此前我们内测了许多版本,也踩了不少坑。现在公布出来,大家玩之前务必仔细看这份指南的 README⚠️: github.com/slowmist/openc… 注意里面的说法。我相信你会很有收获。里面还推荐了我们实测在 OpenClaw 场景下聪明的模型,如果你有自己的感受,一定要和我们反馈。 一切都很新,一定有不完善的地方,请大家多指正! ⚠️最后,务必认真阅读 README,也务必肉眼扫描下你将喂给你🦞的“OpenClaw极简安全实践指南.md”,相信我,会非常有意思。
OpenClaw 极简安全实践指南 由@evilcos 及@SlowMist_Team 慢雾安全团队为应对破坏性操作、提示词注入、供应链投毒和高危业务逻辑执行等智能体专属风险而写。 注意: 1.不要全信AI或脚本 2.指南仅做参考使用 3.因模型或HIDS规则不同,可能会有误报。 github.com/slowmist/openc…
华尔街日报今天这篇文章不错。人工智能领域的高管如何向子女描述未来的职业前景。 一句话总结:AI领袖们普遍不建议孩子过度追求当下的技术技能,而是强调适应性、批判性思维、文科教育(通才能力)以及人类独有的情感与责任感。 观点一:当下的具体技术技能(Technical Skills)保质期极短(甚至不到两年),未来的核心竞争力在于应对变化的敏捷性(Agility)。 Caroline Hanke (SAP) 指出,与其纠结于现在的编程技术,不如培养批判性思维、适应性和伦理判断力。 教育的重点应从“掌握工具”转向“适应新工具”和“判断工具的使用”。 观点二:在AI时代,传统的文科教育(Liberal Arts)比以往任何时候都重要,因为通过自然语言与AI交互需要深厚的元认知能力。 Jaime Teevan (Microsoft) 强调,以前操作电脑是决定性的(按按钮->出结果),现在是基于自然语言的意图表达。这要求使用者具备批判性思维、提供语境和挑战AI结果的能力(即元认知)。 Ethan Mollick (Wharton) 认为通才(Generalist)将是赢家。AI可以填补技能短板,因此拥有广泛技能组合的人(如既懂医学又懂人际沟通)更有优势。 与其成为单一领域的专才,不如成为能够整合多种知识并在AI辅助下工作的“超级通才”。 观点三:AI无法承担责任,也无法替代真正的人际连接。 Daniela Amodei (Anthropic) 认为,随着AI接管工作,人类品质(同理心、善良、沟通能力)的溢价会越来越高。人类本质上渴望与其他人类共处。 Jaime Teevan 指出,AI可以给出建议,但不能承担责任(Accountability)。像法律、会计这种需要对决策后果负责的职业,依然需要人类来做最终判断(Passing Judgment)。 未来的工作重心将从“执行任务”转移到“承担后果”和“提供情感价值”。 观点四:避开纯数字化的内卷,转向原子世界(能源、医疗)和社会服务领域。 Manny Medina (Paid.AI) 看好能源(特别是核能)和医疗保健。无论是为了驱动AI本身(能源需求),还是解决人类疾病(癌症治疗),这些都是硬需求。 鉴于AI发展的不平衡,致力于解决社会不平等(帮助被AI抛下的人群)和环境问题(海洋污染)也将是有意义且有前景的职业路径。 最后:孩子拥有一张“白纸”,他们不需要像成年人那样去“重塑”旧观念,这是一种优势。家长们的焦虑往往源于自身的旧经验与新世界的冲突,而孩子们是AI原住民。 不要把上一代的恐惧投射给孩子,鼓励他们去玩、去实验,而不是仅仅作为使用者。 AI高管们给子女的建议揭示了一个反直觉的趋势:在一个高度技术化的未来,最不值钱的可能是纯粹的技术执行力,而最值钱的是最“复古”的人类特质——对他人的共情、对复杂概念的哲学思考(文科)、对物理世界的改造(能源/医疗)以及对决策后果的承担(责任)。教育策略应从“学习如何像机器一样高效工作”转变为“学习如何做在大机器时代中独一无二的人”。
智能和电力不一样。电是同质的,一度电和另一度电没区别。 但智能是非同质的,每个模型产生的内容都是独一无二的。所以做模型的过程,其实是在表达你认为一个好的AI三观应该是什么样💡
Emma @Vanessa_bmw
369 Followers 833 Following Travel inspires me, fitness balances me, and I love cooking, music, and a good drink in my downtime.
johnisth @johnisthwubx
66 Followers 774 Following
在金 @Tsunami609439
440 Followers 3K Following News Reporter @bitcoinmagazine • Trade Bitcoin hourly @Kalshi • Follow me for daily Bitcoin market updates
laozpgz @laozpgz
90 Followers 5K Following
eixeira @Pedro_Bolado10
1K Followers 3K Following $SOL flipper, $XRP HODL. prev.eGIRL capital marketer, FZF Ventures lead marketer.
Seavaf @Seavaf927269
12 Followers 109 Following
Particle Network || S... @MaryGreen914335
178 Followers 2K Following Powering chain abstraction through universal accounts
OpenCAS @opencas_ucas
420 Followers 291 Following 中国科学院大学开源软件与区块链协会 Open Source Software and Blockchain Association of University of Chinese Academy of Sciences
Elora Hawkhurst @EloraHawkhurst
970 Followers 3K Following @fzf_ventures HR Manager. Prev.OneBlock VC marketer.
杀破狼 WolfyX @savedfghjkl42
56 Followers 858 Following 数据分析&信息整理博主|全职韭菜 | 兼职傻逼| 尽我所能地真诚对待所有人| 商务合作请联系小助理: @Wolf Assist | 买 Memecoin 推荐使用 GMGN 工具:https://t.co/2PCqy3uP6Y...
Dari Ellenburg @CharmineKokoq
1K Followers 3K Following "In the end, we will remember not the words of our enemies, but the silence of our friends." - Martin Luther King Jr.
Collin Wu @WuTallkkWu
50 Followers 748 Following
SeeDAO @see_dao
17K Followers 291 Following 致力于链接100万数字游民 Committed to connecting one million Digital Nomads. 🏯The largest Chinese-speaking digital nomad online community. ➡️ https://t.co/O6btosACKe
Antonia Lee @Antonia1Lee
1K Followers 3K Following Cryptocurrency is not just an investment tool, but also a new way of value transfer #BTC #ETH
Acbox @AcboxLiu1
6 Followers 41 Following 🇨🇳🇬🇧 | 🏳️⚧️Non-binary | 🏳️🌈Love @kurt8964_sensen | 💻OSS Developer | Founder of @bugduckteam | 15yo | Github sheepbox8646 | Author of VueMotion
📦Acbox @AcboxLiu
13K Followers 3K Following / 📦神秘纸箱 / 🐱家里有大猫和两只小猫 / https://t.co/hUTrNH9tjK / Co-founder of https://t.co/gLiVpv7NbV https://t.co/PSLnUgtUxO
August💖 @VioletB32368979
138 Followers 1K Following When we stay away from words and right and wrong, all our existence will truly reveal its original value.✨✨
grace @chen_grace_
338 Followers 1K Following May there be enough clouds in your life to make a beautiful sunset。🥰
Lily💖 @Lilykufop
102 Followers 304 Following Macroeconomic researcher丨Looking for support points in the market丨Early evangelist of cryptocurrency丨Travel and hiking
Stella 💖 @Stellausdtvg
213 Followers 1K Following Optimistic personality, like lively and happy atmosphere🎈 Crypto currency worker👩 Like to meet more friends👋
VeryReal 真朋友 @VeryRealAI
4K Followers 401 Following Search for “Very Real App” in AppStore or PlayStore now, dive in to the Very First AI-Native Social Media!
web3_madattie @madattie6065
55 Followers 317 Following Crypto enthusiast Talented artist.... Destined scientist🥼. Bushy hair lover💪 17th January
HexClad @HClad39402
94 Followers 393 Following HYBRID Pizza Steel is OUT NOW 🔥 Elevated cookware. Easy cleanup. Quality that lasts. SHOP 👇
₳boki CNFTs $AAX �... @cnfts90621
87 Followers 418 Following Admin in @cardanosquad || My tweets are my personal opinion NOT A FINANCIAL ADVICE || https://t.co/ETqyBXdHT3 || $SLN $EESEE
Glasha Bruk NFT @GlashaN11547
25 Followers 487 Following Glasha🤗∙NFT artist 👩🏻🎨 ∙ (OBJKT∙FND) My collection https://t.co/sHXFVUtEVS
TONSTALKER @TONSTALKER54333
103 Followers 447 Following TONSTALKER is a meme token and a crypto hunter for TON! Join the adventure and discover your crypto treasures.
Cryptonik @cryptonik44010
40 Followers 267 Following
Beenie 'MGBM' NFT Flo... @MgbmFlow73924
73 Followers 341 Following Dedicated writer and artist, showcased in some world wide art exhibits including NFT Detroit, Creative Talents Magazine, and many more.
Legends of Luxor @LegendsL47075
74 Followers 374 Following Legends of Luxor Collection 🖼➡️https://t.co/9khd4pR1RH Discord ➡️ https://t.co/slo5hGoad1
Grodarh @Grodarh138770
105 Followers 386 Following Generative, Abstract, Escape, △ https://t.co/mx2OmSHJxC https://t.co/H0wPjK7Wq1
Yamz.eth @guchnflshp70610
118 Followers 350 Following Esport Player - Web2/Web3 Gamer - First @GalaxyFight_NFT World Champion - 4 HV-MTL Top 50+ @Yugalabs - P2A - Airdrop - Active Supporter. Discord: @.yamiiiiiiiii
StarCube © @StarCube15846
120 Followers 394 Following StarCube © is a unique collection of 9,000 #NFTs minted on SOL Blockchain
Luna C. 🏳️⚧... @luna_cw24545
104 Followers 439 Following 25yro, Aspiring Game Narrative Designer So few, so proud, so emotional.
Halo Goddess😇 @GoddessHal43857
50 Followers 305 Following 🦒🎙️#SpaceHost ❤️ Backtoorigins ❤️🧘♀️Sovereignty lifestyle Coach ❤️ Navigating WEB3 as an OG🦒🥰😇
Tantan @Tantan833782
116 Followers 382 Following Cricket|Movie|Sarcasm|Trending Video |ViralVideo|Copy Paste|
Tianyi Cui @tianyi
26K Followers 458 Following Member of Technical Staff @ DeepSeek, Harness Team I'd love to connect with members of international frontier LLM labs! DM is open. Opinions are my own.
Dr.Hash“Wesley” @CryptoApprenti1
208K Followers 1K Following Founder of Block Infinity, Poker player, Trader, Chinese whale, @drhashclub , #Binance: 币安一键注册 https://t.co/ArBe7G26sn
Jerome de Tychey 🦇... @jdetychey
9K Followers 446 Following Pres. @Ethereum_France • Host @EthCC • Econ. Prof. @LeCnam • prev. @Cometh (acq. by @KaikoData) Driving Ethereum ecosystem & DeFi growth, one block at a time.
杀破狼 WolfyXBT @wolfyxbt
859K Followers 8K Following 目前专注 5 件事:炒币、打飞机、找番号、Vibe Coding、建设 @CHILABS_|币安返佣:https://t.co/AUJdXS2sTr|交易 Memecoin 推荐使用币安 Web3 钱包:https://t.co/msPjqdJALu
sunlc.ai @sunlc_crypto
46K Followers 303 Following HODLer/Defi Farmer❌/Quant❌/Arbitrager❌ AI Analyst & Investor 没有群、不开培训、不做返佣、不做投资推荐,这是唯一的号其他都是假的
熹米周期轮动�... @ximihoo1
16K Followers 38 Following 周期资产轮动|技术分析 + 宏观观察|买趋势 + 卖趋势 免费交流群:https://t.co/a2WRItBq13 咨询/会员群/技术分析辅导/合作:https://t.co/Cx4TpuEqer
Justin Bennett @JustinBennettFX
117K Followers 134 Following Full-time SMC trader. FREE strategy 👇 https://t.co/KlH6uNy8Og IC Markets $1k deposit bonus 👇 https://t.co/NuyXXQJuhV
Kaito AI 🌊 @KaitoAI
404K Followers 398 Following The intelligence and financial markets platform for the attention economy.
Zama @zama
267K Followers 3K Following The protocol powering confidential onchain finance. Issue, trade, and manage confidential assets on public blockchains.
Phala @PhalaNetwork
142K Followers 836 Following Empowering 10,000 builders and companies to build scalable, private, and safe intelligence.
CryptoRank.io @CryptoRank_io
561K Followers 53 Following Leading crypto industry research & analytics platform | Fundraising deals, token sales & unlocks, fund portfolios & launchpad ROI | Follow @CryptoRank_VCs
FeiXiaoHao(非小号) @feixiaohaocom
22K Followers 893 Following 🌟 #非小号 | 官方Twitter —— 您的区块链资讯中心🌐 紧随我们的官方Twitter账号,掌握最前沿的行业动态和深入的市场分析。 中文社群🫧:https://t.co/fIIPahwyrb 社媒导航🗺️:https://t.co/rsNzSIxeKL
anticapture @anticapture
667 Followers 38 Following Accelerating governance capture resistance | By @blockful_io
ethdaily.eth @ethdaily
8K Followers 3K Following Ethereum news. Podcast: https://t.co/LAsUBMTNq6 Newsletter: https://t.co/FeBiukjlJS
晴天 William Lu @WilliamLu126
22K Followers 129 Following 晴天就是晴天,一个最真实的Trader。记录一些自己的感想,希望能带给更多人面对困境的勇气和思考。没有群,不带单,不会主动私信,谨防假冒账号被骗。
加密暴徒 @nice27802841047
6K Followers 790 Following 脱离了高级趣味的币圈喷子|币圈约德尔人(装逼的人)的一生之敌|说真话|只图爽 #web3 #btc #eth
Star_OKX @star_okx
235K Followers 2K Following Founder & CEO of OKX (since 2013). Crypto will eat the world. Self-custody is the future. Everything will be onchain. Tweets not financial advice.
EnHeng嗯哼.Ai @EnHeng456
112K Followers 3K Following 05年大学生学习记|Ai Build|NVIDIA|build BNB Aster 🦅|近3亿选择https://t.co/Y1GpxuSDRD|Giggle BNB慈善贡献榜首位|HTX|TG enheng777 |微信Eth6668889|仅代表个人观点不构成投资建议 高风险投机 DYOR
Uniswap Developers @UniswapBuilders
2K Followers 22 Following Everything you need to build with Uniswap.
Hayden Adams 🦄 @haydenzadams
1.9M Followers 664 Following Invented the Uniswap protocol, Founder @Uniswap
Michael Saylor @saylor
5.2M Followers 810 Following Bitcoin is https://t.co/KbbYe74DgB | $BTC Hodler | @Strategy Founder & Chairman | bio https://t.co/9Zlq0oHYnP | free education https://t.co/4L1s0ix7FE | $MSTR $STRC
比特币大手子 @CryptoBigHand
17K Followers 1K Following Trader:实盘收益最高15500% | Founder of @MetaBridgeCN | #OKX #Binance 8折费率:DASHOUZI | TG:https://t.co/q7yErB0eqq | VX:LoveEthAndBtc
Eva 树姐👧🏻 @EvaCmore
73K Followers 3K Following 研究 AI 变现|AI交易 | SUI Builder 项目投研 |美股与链上机会记录 |合作联系TG @treeeva 🌱在OKX像买币一样买美股➤https://t.co/ZFe9H4VvkT 🌕买美股到币安➤https://t.co/a8RQGKU3bO
Katherine Wu | kather... @katherinewu
73K Followers 2K Following COO @ensdomains + venture partner @archetypevc
jeff.hl @chameleon_jeff
133K Followers 102 Following @hyperliquidx building a pretty good house for all finance
YANGMING.C @yangmingzb
214 Followers 187 Following No Financial Advice 千万别跟我仓位 You Don’t Know me OKX邀请码: https://t.co/43yPXAy5aS 省20%手续费
Polymarket @Polymarket
1.9M Followers 6K Following The World's Largest Prediction Market. Trade politics, news, crypto, culture, sports, tech, & more. Discord: https://t.co/tzKrbDfF3x
Li Zexin 李泽欣 @XH_Lee23
131K Followers 5K Following Chinese Journalist @XHNews. News on China. Views PERSONAL.
Jon Hillis (🏕️,�... @JonathanHillis
9K Followers 2K Following Here to stay in touch with internet friends. I like frontiers where bits and atoms meet. Currently helping robots learn to think like more humans @newtheoryai
SpaceX @SpaceX
41.9M Followers 127 Following SpaceX designs, manufactures and launches the world’s most advanced rockets and spacecraft
Ethereum Everywhere @EFetheverywhere
3K Followers 6 Following We are an @ethereumfndn team, focusing on ecosystem amplification and supporting communities and events worldwide #ethereumeverywhere
jesse.base.eth @jessepollak
355K Followers 5K Following @base builder #001 | DM @jessexbt_ai to get building
Joseph Lubin @ethereumJoseph
394K Followers 4K Following Co-founder of @ethereum | Founder of @Consensys | Chairman of @ConsensysMesh | Chairman of @Sharplink $SBET. Building on #ETH. Views expressed are my own.
Georgios Konstantopou... @gakonst
203K Followers 2K Following very greek accent. general partner & cto @paradigm. eng lead @tempo. optimist and rustacean 🦀 // team lead of reth, foundry, alloy. join us.
Andre Cronje @AndreCronjeTech
433K Followers 3K Following Founder @flyingtulip_. Creator of Yearn + Keep3r. Designed Solidly / ve(3,3). Building collateral-aware onchain market structure.
sassal.eth/acc 🦇�... @sassal0x
297K Followers 1K Following Independent Ethereum educator, angel investor and advisor. Founder of @thedailygwei ⛽ https://t.co/S3SA5U52Jc https://t.co/Xd22FyjZQm
SourceCred @sourcecred
3K Followers 222 Following SourceCred is a DAO & open-source community tool to measure & reward value creation.
Uniswap @Uniswap
1.5M Followers 161 Following The largest onchain marketplace. Buy and sell crypto on Ethereum and 20+ other chains.


































