注册并分享邀请链接,可获得视频播放与邀请奖励。

搜索结果 Author
Author 贴吧
一个关键词就是一个贴吧,路径全站唯一。
创建贴吧
用户
未找到
包含 Author 的推特
这下不止中国大陆,连香港到美的互联也要玩烂了! FCC表决撤销中资运营商的一揽子授权之提议,目的是堵住 2022 年的法律漏洞:即使「中资运营商」的通信牌照被撤销,它们仍可根据一揽子授权(Blanket Authority)自动获得美国国内的州际电信服务资质 会议中最激进的部分是关于禁止互联(Interconnection)的讨论,即讨论将从物理上禁止Verizon、AT&T等美资运营商与中资运营商的互联。如此一来,不仅电信、联通、移动、中信的美国电信业务被踢出局,还会连带IDC、IXP、PoP一同被赶这次行动会祭出「股权穿透」大招,即电信、联通、移动、中信的本体及其占股 >= 10% 的关联公司,都会因此连坐 其中香港运营商PCCW和HKT都满足「股权穿透」条件,大概还有30-60天的公开征求意见期,以及可能的上诉法院司法审查。三大运营商+中信的游说团和律师团虽说要出动,但翻盘的成功率很低,因为但凡涉及national security这种包装话术,即使走到美国上诉法院,都免不了支持 FCC 提案,这毕竟符合美版《总体国家安全观》
显示更多
0
23
151
6
转发到社区
x402 还在非常早期,目前仅支持 USDC,不支持其他主流代币(包括稳定币 USDT, DAI 等)。 这是因为 x402 只支持了一个非常小众的标准--ERC3009 Transfer With Authorization,只有 USDC 实现了它(甚至 BSC 的 USDC 都没有实现)。 所以一个很重要的工作就是支持更多的代币,我和 WTF Academy 的小伙伴成立了 WTF Labs,正在做这方面的尝试,让 x402 兼容 ERC2612 (permit), 甚至全部 ERC20 (通过 Permit2)。 工作刚开始,欢迎大家一起探讨,让 x402 更多的代币标准和更多的链! PR: ERC3009: ERC2612: Permit2: @WTFAcademy_
显示更多
0
83
365
44
转发到社区
在中共駐英國曼徹斯特領事館前—— 倡議英國應該和台灣提升外交關係: At the Chinese Consulate in Manchester: A Call for Britain to Strengthen Official Relations with Taiwan 站在我身後的這棟建築,代表的是一個監控公民、騷擾異見者、要挾受害人家屬的威權政府。 The building behind me represents an authoritarian regime that monitors its own citizens, harasses dissidents, and uses the law and victims’ families as tools of intimidation. 就在這裡,2022年10月,時任曼徹斯特總領事帶人將一名香港民主抗議者強行拖入領事館範圍內毆打。 Right here in October 2022, a Hong Kong pro democracy protester was dragged into the grounds of this consulate and beaten. China’s then Consul General in Manchester was reported to have been involved. 這棟建築的本質不是外交機構,而是中共在英國實施跨國鎮壓的據點。 This building does not represent normal diplomacy. It represents the CCP’s transnational repression on British soil. 台灣比中華人民共和國早成立了整整37年,台灣從未被中共統治過一天。 Taiwan (The Republic of China) was founded 37 years before the People’s Republic of China, and Taiwan has never been ruled by the CCP for a single day. 我在此要求英國政府提升與台灣的正式外交關係,承認台灣的民主現實。 I call on the British government to strengthen its official relations with Taiwan and to recognise the reality of Taiwan’s democracy. 如果曼徹斯特這個領事館的位置有更好的選擇,應該是台灣。 If there is a better future for this site in Manchester, it should be a future with Taiwan.
显示更多
最新可用的 chatgpt business 促销码和脚本 脚本-开发者-控制台-粘贴运行 --- (async function generateUSTeamLink() { console.log("⏳ 正在获取 Session Token..."); let accessToken; try { accessToken = (await fetch("/api/auth/session").then(r => r.json()))?.accessToken; if (!accessToken) throw new Error("Token 为空"); } catch (e) { return console.error("❌ 获取 Token 失败,请确认你已经登录了 ChatGPT 网页版"); } const payload = { plan_name: "chatgptteamplan", team_plan_data: { workspace_name: "workspace", price_interval: "month", seat_quantity: 2 }, billing_details: { country: "US", currency: "USD" }, promo_code: "TechAheadUS", // 美区实测促销码 checkout_ui_mode: "hosted" }; console.log("⏳ 正在绕过网页端,生成美国区专属打折付款链接..."); try { const resp = await fetch("", { method: "POST", headers: { Authorization: `Bearer ${accessToken}`, "Content-Type": "application/json" }, body: JSON.stringify(payload) }); const data = await resp.json(); const url = data?.url || data?.stripe_hosted_url || data?.checkout_url; if (url) { console.log("=========================================="); console.log("✅ 链接生成成功!请点击或复制下方长链接在浏览器打开:\n"); console.log(url); console.log("\n=========================================="); } else { console.error("❌ 生成失败,请检查梯子是否为全局美国节点,或促销码是否过期。原始返回:", data); } } catch (e) { console.error("❌ 网络请求失败,请检查网络环境:", e); } })();
显示更多
机器人圈也被 AI 的 scaling 卷麻了 截图是 ICRA 2026 一个数据统计,感觉蛮有意思的,分享一下。比如论文关键词的分布,中美加起来占一半以上的江山。 投稿 4947 篇,接收 1882 篇,接收率 38.04%。2021 年时候投稿量大概 4000 篇左右,机器人圈也在被 AI 的 scaling 卷麻。 Hot topics 是 Manipulation、Planning、Mapping/Perception 3D,SLAM/Localization,Object Detection/ Tracking。 author keyword top 是:Deep Learning for Visual Perception、Reinforcement Learning、Motion and Path Planning、Imitation Learning。 btw,这个数据不是 ICRA 官方做的,是韩国 DGIST 一个助理教授 Giseop Kim 做的,现在vibecoding一个东西变得无比容易。just do it… 想起来去年还写过一场 ICRA 2025 的 keynote 辩论,当时议题是“Data will solve robotics: True or false?” 转眼一年过去了……大家觉得这一年机器人领域的进展快吗?现在关于Data will solve robotics的争论,大家觉得有答案了吗🐶
显示更多
Autoresearch 这种 修改 -> 评估 -> 保留/舍弃 -> 修改... 无限循环迭代的思路太好用了,终于可以实现让 Codex 无人值守 24 小时不停工作了,就是 token 消耗太恐怖了,试了下只是跑 2 个循环任务,4 个 Pro 账号是不够用的
显示更多
0
58
770
82
转发到社区
Authropic跟五角大楼彻底闹翻,OpenAI试图补位,聊聊个人视角下这背后的逻辑。凌晨川普发文下令所有美国联邦政府机构立即停止使用Anthropic公司的的技术产品,并给予国防部等重度使用部门6个月过渡期逐步淘汰。紧接着五角大楼宣布将Anthropic列为国家安全供应链风险,相当于把这家美国公司放到类似外国高风险供应商的黑名单待遇:任何与美军有生意往来的承包商、供应商、合作伙伴立即禁止跟Anthropic开展任何商业活动。 1、核心起因 Anthropic与五角大楼签了价值约2亿美元的合同,Claude(特别是Claude Gov版本)是目前唯一获准在机密网络上运行的前沿大模型,主要用于情报分析、作战规划等。 但Anthropic坚持两条红线写入合同: 1)禁止用于对美国公民的大规模监控 2)禁止用于完全自主武器系统(即没有人类参与最终开火决策的杀伤链) 五角大楼要求修改为“任何合法用途”都可以用,等于把这两条红线拿掉。Anthropic CEO Dario Amodei公开表态“凭良心无法答应”,宁可丢合同也不妥协。然后在截止时间前1小时,川普先发飙宣布全面停用。 2、这次冲突的深层次逻辑 从个人角度并不只是单个商业公司跟政府机构在合作条款分歧,更是AI军用伦理冲突的白热化体现。这一冲突的核心在于私人AI公司试图通过合同条款维护伦理底线(如人类监督和隐私保护),而政府强调“所有合法用途”优先于任何道德约束。 这场冲突凸显国家安全需求凌驾于私人道德条款之上,这可能成为先例,导致未来AI合同中伦理限制(如对致命自主武器系统的“人类在回路”要求)被系统性移除。结果是AI在军用领域的“无限制”应用增多,增加误判风险(如AI模型不可靠导致的自主武器失控) 3、后续authropic会如何行动?以及其深远影响? 大概率会通过法律手段,去美国法院以违反《国防生产法》当然名义起诉川普政府及五角大楼。 Anthropic已表示将起诉,这场官司若败诉,将确立政府对AI供应商的强势控制权; 若胜诉,则可能强化公司谈判筹码,推动美国国会出台AI军用法规(如类似《国防生产法》的调整)。 长远看,这会影响AI对齐研究——如果军用模型被迫“去道德化”,可能放大系统风险,如模型行为不可预测或被滥用。 冲突本质上是“技术自治” vs “国家主权”的碰撞,长远可能重塑AI哲学——如果伦理让位于实用,AI将成为“工具化”战争的催化剂,增加全球不稳定(如AI辅助的网络战或情报滥用)。 反之,若引发更多公司效仿Anthropic,可能催生“伦理优先”的AI生态,类似于核不扩散的国际共识。 4、只是AI军用伦理冲突么?实则不然 早上财富杂志报道,Sam Altman 在周五的全员会上向员工通报了谈判进展,合同尚未签署。五角大楼接受了 OpenAI 提出的安全红线:不用于自主武器、不搞国内大规模监控、不做关键决策,而这些条件和 Anthropic 坚持的几乎一模一样。五角大楼把Authropic列为国家安全供应链风险。但换成 OpenAI 提同样的条件,国防部就欣然接受了。为何? 原因一:谈判姿态与灵活性不同 Anthropic坚持将红线写入合同作为法律强制性条款,拒绝“所有合法用途”的兜底语言,认为这等于开门让未来滥用Anthropic视此为“凭良心无法妥协”,直接硬刚最后通牒,导致谈判破裂。 OpenAI也坚持相同红线,但谈判更“务实灵活”:允许政府在合同中明确写入这些红线作为排除条款(exclusions),但同时强调OpenAI保留自己的“安全栈”控制权——包括技术防护、政策约束、人类监督层,以及模型拒绝任务时政府不得强制修改或绕过。同意部署限制在云环境,不进入边缘系统(如无人机、飞机等可能直接用于自主武器的硬件)。 Openai整体姿态是“合作前提下保留底线”,而非“底线高于一切合作”。 结果:国防部对OpenAI的方案表现出重大让步,Axios报道称“五角大楼已同意OpenAI的安全规则用于机密环境部署”,尽管合同尚未正式签署,但谈判已进入“潜在协议浮现”阶段。 而更深层原因:政治与关系因素 OpenAI及其高管(包括Altman、Brockman夫妇)向川普相关政治行动委员会捐款数千万美、也是共和党的大金主。 而Anthropic创hi人Dario是民主党赞助人,公开批评川普。这在川普眼里就是激进左翼的代表,所以川普发文提到打击激进左翼公司,捍卫军方权利等。 若OpenAI最终签成,这将强化配合型公司受益的先例:伦理红线可以有,但必须以政府能接受的方式呈现。反之,硬刚的公司可能被边缘化。同时公司以及创死人表现出来的政治站位也成了非常重要的考量。 5、后续会如何? 看authropic在这六个月过渡期内妥协程度,以及法律诉讼的进展。当然有可能整个法律诉讼过程周期会持续很长时间,六个月内很难见分晓。 如果authropic能学习openai妥协、更加灵活,还是有可能重新回归到国防体系的。毕竟Claude Gov是目前唯一能在Secret级机密网络上正式运行的前沿模型,突然要拔掉会造成能力缺口。国防部采用其他Ai大模型还要经过机密环境的适配,都需要时间。 本条由@bitget_zh 赞助,「Bitget 买美股:秒级入场,丝滑交易 」
显示更多
0
17
90
22
转发到社区
据OSS Capital测算,Authropic的收入将在2030达到2万亿美元。 最大的问题不是:“AI能怎么赚钱?” 而是人们:“不知道AI能这么赚钱”。
为什么xAI要把数据中心Colossus1租给Authropic?这篇推文应该是分析最到位的,核心逻辑是: xAI目前总共持有大约55 万+个GPU(以H100等效性能为基础),而Colossus1(22 万个)仅占总可用容量的约40%,且是一个混合 H100/H200/GB200 的训练集群。这种混合集群并不是合适训练(不同代际GPU见通信延迟很大),但是非常适合推理(推理需要远没有那么紧密同步的 GPU 间通信)。 恰恰Authropic现在最需要推理算力,而且一家就能把Colossus1的算力全部吃掉。而且Anthropic 作为单一租户占用所有22万个 GPU,多租户下出现的网络交换抖动(意外延迟)消失了。双方的技术弱点最终几乎完美互补。 老马把完全基于 Blackwell 构建的数据中心Colossus 2留给自己,用以训练xAI下一代大模型。 租赁出较旧的、混合代的 Colossus 1。作为一个混合H100/H200/GB200的训练集群,Colossus 1只能实现 11% 的MFU(利用率)。然而,一旦它被移交给单一推理客户,这个资产就转变为一个现金流资产,以大约每 GPU 小时 2.60 美元的价格出租(GPU 类型租赁率的加权平均)。对于 xAI 来说,本来是训练的“地狱集群”,在重新部署用于推理时变成了“金鹅”,每年带来50–60 亿美元的收入。 将这 60 亿美元与 xAI 的损益表对比时,其分量就更清晰了。将 xAI 的 1Q26 净亏损年化,大约每年 60 亿美元的亏损。换句话说,向 Anthropic 租赁 Colossus 1 产生的 50–60 亿美元年度收入,几乎完美对冲了 xAI 的亏损数字 不得不说、这是一次完美的合作:Authropic获得急缺的推理算力; SpaceXAI获得能弥补其AI业务年度亏损的现金流。
显示更多
Why did xAI hand over a 220,000-GPU cluster to Anthropic? The technical backdrop to xAI's decision to hand Colossus 1 over to Anthropic in its entirety is more interesting than it appears. xAI deployed more than 220,000 NVIDIA GPUs at its Colossus 1 data center in Memphis. Of these, roughly 150,000 are estimated to be H100s, 50,000 H200s, and 20,000 GB200s. In other words, three different generations of silicon are mixed together inside a single cluster — a "heterogeneous architecture." For distributed training, however, this configuration is close to a disaster, according to engineers familiar with the setup. In distributed training, 100,000 GPUs must finish a single step simultaneously before the cluster can advance to the next one. Even if the GB200s finish their computation first, the remaining 99,999 chips have to wait for the slower H100s — or for any GPU that has hit a stack-related snag — to catch up. This is known as the straggler effect. The 11% GPU utilization rate (MFU: the share of theoretical FLOPs actually realized) at xAI recently reported by The Information can be read as the numerical fallout of this problem. It stands in stark contrast to the 40%-plus MFU figures achieved by Meta and Google. The problem runs deeper still. As discussed earlier, NVIDIA's NCCL has traditionally been optimized for a ring topology. It works beautifully at the 1,000–10,000 GPU scale, but once you push into the 100,000-unit range, the latency of data traversing the ring once around becomes punishingly long. GPUs need to churn through computations rapidly to keep MFU high, but while they sit waiting endlessly for data to arrive over the network fabric, more than half of the silicon falls into idle. Google sidestepped this bottleneck with its own custom topology (Google's OCS: Apollo/Palomar), but xAI, by my read, has not yet reached that stage. Layer Blackwell's (GB200) "power smoothing" issue on top, and the picture comes into focus. According to Zeeshan Patel, formerly in charge of multimodal pre-training at xAI, Blackwell GPUs draw power so aggressively that the chip itself includes a hardware feature for smoothing power delivery. xAI's existing software stack, however, was optimized for Hopper and does not understand the characteristics of the new hardware; when it imposes irregular loads on the chip, the silicon physically destructs — literally melts. That means the modeling stack must be rewritten from scratch, which in turn means scaling is far harder than most of us imagine. Pulling all of this together points to a single conclusion. xAI judged that training frontier models on Colossus 1 simply was not efficient enough to be worthwhile. It therefore moved its own training workloads wholesale onto Colossus 2, built as a 100% Blackwell homogeneous cluster. Colossus 1, on the other hand — whose mixed architecture is far less crippling for inference, which parallelizes more forgivingly — was leased in its entirety to an Anthropic that desperately needed inference capacity. Many observers point to what looks like a contradiction: Elon Musk poured enormous capital into building Colossus, only to hand the core asset over to a direct competitor in Anthropic. Others read it as xAI capitulating because it is a "middling frontier lab." But these are surface-level reads. Look at the numbers and a different picture emerges. xAI today holds roughly 550,000+ GPUs in total (on an H100-equivalent performance basis), and Colossus 1 (220,000 units) accounts for only about 40% of the total available capacity. Colossus 2 — built entirely on Blackwell — is already operational and continuing to expand. Elon kept the all-Blackwell homogeneous cluster (Colossus 2) for himself and leased out the older, mixed-generation Colossus 1. In other words, he handed the pain of rewriting the stack — the MFU-11% debacle — to Anthropic, while keeping his own focus on training the next generation of models. The real point, then, is this. Elon's objective appears to be positioning ahead of the SpaceXAI IPO at a $1.75 trillion valuation, currently floated for as early as June. The narrative SpaceXAI now needs is that xAI — long the "sore finger" — is not merely a research lab burning cash, but a business with a "neo-cloud" model in the mold of AWS, capable of leasing surplus assets at high yields. From a cost-of-capital perspective, an "AGI cash incinerator" is far less attractive to investors than a "data-center landlord generating cash." As noted above, the most important detail of the Colossus 1 lease is that it is for inference, not training. Unlike training, inference requires far less tightly synchronized inter-GPU communication. Even when the chips are heterogeneous, the workload parcels out cleanly across them in parallel. The straggler effect — the chief weakness of a mixed cluster — is essentially neutralized for inference workloads. Furthermore, with Anthropic occupying all 220,000 GPUs as a single tenant, the network-switch jitter (unanticipated latency) that arises under multi-tenancy disappears. The two sides' technical weaknesses end up complementing each other almost exactly. One insight follows. As a training cluster mixing H100/H200/GB200, Colossus 1 was an asset that could only deliver an MFU of 11%. The moment it was handed over to a single inference customer, however, that asset transformed into a cash-flow asset rented out at roughly $2.60 per GPU-hour (a weighted average of the lease rates across GPU types). For xAI, what was a "cluster from hell" for training has become a "golden goose" minting $5–6 billion in annual revenue when redeployed for inference. Elon's genius, I would argue, lies not in the model but in this asset-rotation structure. The weight of that $6 billion becomes clearer when set against xAI's income statement. Annualizing xAI's 1Q26 net loss yields roughly $6 billion in losses per year. The $5–6 billion in annual revenue generated by leasing Colossus 1 to Anthropic, in other words, almost perfectly hedges xAI's loss figure. This single deal effectively pulls xAI to break-even. Heading into the SpaceXAI IPO, this functions as a core line of financial defense. From a cost-of-capital standpoint, if the image shifts from "research lab burning cash" to "infrastructure tollgate stably printing $6 billion a year," the entire tone of the offering can change. (May 8, 2026, Mirae Asset Securities)
显示更多
0
20
195
27
转发到社区
改变大模型竞争格局的一次投资,昨晚Google宣布对Authropic最高400亿美元新投资承诺:1)立即投入 100 亿美元现金,与26年2月融资轮估值一致,不含后续新募资金; 2)额外 300 亿美元 视 Anthropic 达到特定业绩里程碑后投入; 3)同时支持 Anthropic 大幅扩充算力(Google Cloud 将提供新增 5 吉瓦容量,未来 5 年内可进一步扩展) 这次投资完成,谷歌应该就是Authropic最大的份额的外部股东了、当然严格控制在 15% 以内,以免触及反垄断法。 对Google来说意义重大: 1)对冲 OpenAI 风险,Google 通过少数股权绑定 Anthropic,同时自身全力推Gemini,这是一种典型“投资对手”策略——既防止 OpenAI独大,又通过 Vertex AI集成 Claude 丰富产品生态。 2)通过巨额云合同将 Anthropic 的增长转化为 Google Cloud 收入,做大自身的TPU生态、用投资换取算力绑定;这个非常关键, 3)在 AI 军备竞赛中保持技术前沿地位;4)潜在 IPO 后账面巨额浮盈,Anthropic 潜在估值已经逼近OpenAI了。 对Authropic来说意义更重大: 进一步获得海量算力支持(TPU 是其训练核心),加速 Claude 迭代和企业客户扩张。资金储备更加充足 紧随 Amazon 上周承诺最高 250 亿美元投资之后,Anthropic 在短短一周内锁定超 650 亿美元 新资金承诺。 把Anthropic过去半年的金主清单列出来,会发现一个荒谬的现实: 1)亚马逊:50亿美元现金 + 上限250亿美元 + 5GW Trainium算力 + 1000亿美元AWS采购合同; 2)谷歌:100亿美元现金 + 上限400亿美元 + 5GW TPU算力; 3)英伟达:上限100亿美元 + 1GW GPU供给; 4)微软:上限50亿美元 + Anthropic向Azure采购300亿美元算力。 四家硅谷顶级玩家,全部在Anthropic的股东名册上。 也是之前算力短缺的痛苦,让Authropic疯狂寻找新算力供给:思路很清晰,绑定算力供给的最大玩家,但并不是跟一家深度绑死确保自身的灵活度,分散供给。 闲杂压力给到了OpenAI上 以前硅谷大模型御三家,OpenAI、Authropic、Gemini,现在后两者既竞争又合作。Meta、Grok还在奋力追赶。 而算力格局、TPU生态正在快速崛起,未来真有可能GPU、TPU两强相争(虽然现在还差距很大) Google对Anthropic 的投资从 2023 年的 3 亿美元起步,已演变为累计超百亿美元(含最新 400 亿承诺)的战略布局,核心是算力绑定 + 少数股权 + 云收入的三重收获。最新 400 亿美元承诺标志着双方联盟进入新阶段,也凸显 AI 基础设施竞赛的激烈程度。竞争进一步白热化
显示更多
大模型厂商交替领先,真是各领风骚三五月:去年四季度是gemini、今年一季度是cluade、现在感觉轮到GPT5.5了。核心还是大家都在积极进取迭代,只很多时候领先源于对手的松懈。去年在算力投入上非常节制的Authropic最近应该是感受到了算力短缺的痛。 梳理下时间线 1、去年四季度: Google Gemini 3 系列(尤其是25年11月左右的Gemini 3 Pro/Deep Think)强势登顶,很多基准(如Humanity’s Last Exam、推理、多模态)领先,引发OpenAI“Code Red”。它在多模态、长上下文和搜索集成上特别亮眼,一度被视为转折点。 2、今年一季度: 最耀眼的自然是Anthropic Claude 4.6(Opus/Sonnet,2月发布)强势反超,尤其在编码(SWE-Bench)、长上下文推理、agentic任务和实际生产力上领先。 3、当下2026年4月: OpenAI GPT-5.5正处于发布窗口,刚 在ChatGPT和Codex上即将全面上线。它强调更好的上下文理解、编码、computer use和agent能力,试图追赶和超越。 大模型领域现在并没有绝对的“唯一王者”,而是各有专长: 1)Claude:主攻编码、长任务、可靠推理往往领先,Agent上迭代非常多。 2)Gemini:多模态、速度、性价比、超长上下文强(3.1 Pro Preview仍很能打)。 3)GPT:通用agent、工具调用、实时应用和生态集成突出,新版在上下文和特定专业任务上提升明显。算力囤积最积极 4)grok:有X这个实时内容平台提供源源不断的训练数据,但近期受制于团队动荡。看跟cursor的合作、以及囤积的大量算力,后面会不会进一步跟上。 当然还有meta最新的Muse Spark,AI团队的最新之作。 更不用说国内豆包、千问、混元、kimi也是各有特色,杀疯了。 这就是当下大模型领域的现状:快速迭代、轮流坐庄。暂时还没有一家能长期领先甚至垄断。当然竞争对用户是好事——模型越来越强、价格/速度也优化。 2月中在《资本开支的战争》推文里有聊过:”往下游看,越往用户端竞争越激烈,当然也是未来AI决胜的关键所在。 可以说大模型、在面向B端或者C端的Agent或者应用才是AI的王冠,但这一层面短期其实很难看出谁会成为最后真正的赢家,再很多时候都是交替领先”。现在看确实如此 GPT-5.5出来后估计又要新一轮刷榜了,下一个出来交替领先的会是谁?
显示更多
0
12
95
12
转发到社区