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

搜索结果 intelligent
intelligent 贴吧
一个关键词就是一个贴吧,路径全站唯一。
创建贴吧
用户
未找到
包含 intelligent 的推特
In-Depth Investigation: Seizing the Commanding Heights of the Intelligent Era — A Survey of China's Artificial Intelligence Industry Development 深度调研 | 抢占智能时代制高点:我国人工智能产业发展调查 By "Joint Research Team of Qiushi Economics Editorial Department and CCID Research Institute" Translation Interesting comments about Nvidia
显示更多
0
2
69
11
转发到社区
Want to keep a "panda"? Come to Fuzhou and get up close with the adorable “robot panda.” #Panda# #IntelligentRobot# 你想養一隻「熊貓」嗎?來福州近距離感受萌萌的「機器熊貓」。 #熊貓# #智能機器人#
显示更多
In this era, even robots have to go to school. Come take a look at what robots learn in school? #IntelligentRobot# 這年頭,機器人也得上學了。來看看機器人在學校都學啥? #智能機器人#
显示更多
区块链基础设施提供商 Alchemy 宣布推出一款专为 AI 智能体( AI agents )设计的虚拟 Visa 卡“ AgentCard ”。该产品通过集成 Visa Intelligent Commerce 构建,旨在为 AI 智能体提供身份与支付解决方案,使其能够在现实世界中自主运行。AgentCard 将默认使用 Visa 发行的代币化卡片支付,同时支持加密货币以及新兴的智能体原生支付协议(如 Coinbase 孵化的 x402 和 Stripe 的机器支付协议 MPP )。(TheBlock)
显示更多
AI 编程平台 Replit 宣布获得 Visa 投资并达成战略合作。双方将探索把 Visa Intelligent Commerce 集成至 Replit 平台,使开发者能够在构建 AI Agent 和应用时直接接入支付能力。Visa 透露,目前已有超过 1000 名员工使用 Replit 进行内部原型开发与软件创建。
显示更多
很多 AWS 用户认为降低 S3 成本就是选择更便宜的 Storage Class,但真正困难的是:你知道自己的数据多久被访问一次吗? 一个常见误区是马上创建复杂的数据分析系统。 更合理的方法: 1. 使用 S3 Storage Class Analysis 观察真实访问模式 2. 对确定的冷数据使用 Lifecycle Policy 3. 对访问模式未知的数据使用 Intelligent-Tiering 不要为了节省几十美元/月,创建一个维护成本更高的系统。 场景1:业务文件、用户上传文件 图片 | 视频 | 文档 建议: 0-30天: S3 Standard 30-90天: S3 Intelligent-Tiering 90天以后: Standard-IA 场景2:日志 CloudTrail | Application logs | ELB logs 通常: 0-30天: Standard 30-90天: Standard-IA 90天-1年: Glacier Instant Retrieval 1年以上: Glacier Deep Archive 场景3:备份 数据库备份: 7-30天: Standard-IA 30-180天: Glacier Flexible Retrieval 180天以上: Deep Archive 欢迎留言讨论 #aws# #AmazonS3# #数据库#
显示更多
如果未来 AI Agent 会替人交易、付款、签协议,数万亿美元级资金在它们之间流动,那第一个大问题一定不是“能不能转账”,而是“出争议了谁来判”。 这就是 @GenLayer 要做的事。 它是 Agent 经济里的裁决层。不是让单个 AI 说了算,而是让多个独立 AI 验证者分别推理,再对结果达成共识。 传统智能合约适合处理黑白分明的规则,但现实里的协议经常很模糊。 GenLayer 的 Intelligent Contracts 可以读取信息、理解自然语言,并判断什么结果更合理。 如果 AI Agent 真的会成为链上经济的参与者,那裁决层不是锦上添花,而是基础设施。
显示更多
0
38
21
0
转发到社区
我看了一下@ycombinator 今年的项目,基本上都是 1. FDE/Router + Vertical Application: 模型router → 针对某个具体场景做优化 → 接入业务 workflow → 用数据反馈继续优化。 初创公司卖模型,初创公司都是中转站。 2. Router + LLM Optimization / Infra: 跟上一类不一样,这种是解决大模型调用本身的问题:routing、cost、latency、eval、observability、prompt optimization、fine-tuning、inference 等。 比如说 @WorkWeave 这个产品,他们说自己是AI to understand and then route engineering work。最开始的产品更像是 AI-native engineering analytics:接 GitHub / PR / Claude / Cursor 等工程数据,然后用模型分析: 工程师到底完成了多少工作 哪部分代码是 AI 写的 AI coding tools 有没有真正提高 productivity AI 花了多少钱、ROI 怎么样 哪些任务 AI 做得好、哪些做得不好 后面他们这个方向跑到最后发现还是需要模型聚合能力,他们就往一个中转站走了,然后发布了weave router。 他们分析 各种企业的Claude Code workload 后称,大约 60–70% requests 是比较简单的 completion,这些任务用便宜的 open-source model 可以做到相近效果,而成本可能只有约 1/40。 Coding request → Weave classifier/router → 判断任务难度 → 选择模型。 所以拆解一下这家公司就是做Router + Vertical Coding 场景,Weave 这种模式比单纯做一个LLM中转站 Router 更值得借鉴,先找到一个 token spend 巨大、任务高度重复、而且不同任务对模型能力要求差异巨大的 vertical,尤其是coding场景,然后做它的 intelligent routing layer。 所以我感觉年初做中转站的经验虽然没有给我个人带来什么经济收益,但是确实积累了很多实战技能,比如说如何从零到一搭建中转站,如何做FDE,挨个建群解决用户的api问题,比如我自己搭画布接seedance。 往后来看这种经验太值钱了,以后的ai startup都会是这个形态。
显示更多
0
10
58
3
转发到社区
#为什么是中国# #WhyChina# The Global Logic of China's Economic Growth in the First Half of 2026: A 4.7% GDP Increase 2026年上半年GDP增长4.7%:中国经济增长的全球逻辑 According to the latest semi-annual report, China's gross domestic product (GDP) reached 69.6 trillion yuan, representing a year-on-year increase of 4.7% at constant prices, in line with the annual growth target. Against a backdrop of intertwined international complexities and volatilities, China's economic performance is commendable. Yet, a closer look at the data reveals that the logic underpinning China's economic growth is being reshaped. (I) At the Industry Level, Notable Highlights Emerge: First, new quality productive forces are being cultivated and strengthened at an accelerated pace.** In the first half of the year, industrial production grew robustly. The value-added output of the equipment manufacturing sector increased by 9.3% year-on-year, and that of high-tech manufacturing grew by 13.3%, both outpacing the overall growth rate of industrial output above a designated scale. This underscores a clear trend toward a high-end, intelligent, green, and integrated industrial structure. Looking at specific products, the output of 3D printing equipment, lithium-ion batteries, industrial robots, and other products emblematic of new quality productive forces surged. The average daily token call volume has reached hundreds of trillions, showcasing the vitality and potential of the digital and intelligent economies. Second, new growth drivers are accelerating to take on a leading role. Preliminary estimates suggest that new growth drivers—encompassing high-end manufacturing, the digital economy, and modern services—contributed over 40% to economic growth in the first half of the year. The economy's distinct shift toward a higher quality and more optimized structure is evident, and this overall trend is accelerating. For instance, industries related to artificial intelligence, such as integrated circuit manufacturing and intelligent vehicle equipment manufacturing, have all maintained high growth rates exceeding 30%, vividly illustrating the pace of China's industrial upgrading. Third, confidence on the investment front is on the rise. In the first half of the year, investment in high-tech industries grew by 4.6% year-on-year. Notably, investment in the manufacturing of aircraft, spacecraft, and equipment, computer and office equipment manufacturing, and information services grew by 23.3%, 8.1%, and 15.5%, respectively. Investment structure best reflects market expectations. The increasing "new economy content" in investments signals an acceleration in the replacement of old growth drivers with new ones. Investment in intellectual property products grew by 9.4%, indicating that enterprises are placing greater emphasis on R&D and innovation. This suggests that technological advancement is not simply about capacity expansion but about qualitative change driven by innovation. (II) Observing a Major Economy Requires Looking Beyond the Immediate Figures to the Long-term Trajectory. Behind the "new economy content" of the semi-annual report lies China's ongoing transformation from a global manufacturing hub to a global center of innovation. At the 17th Annual Meeting of the New Champions (Summer Davos), observers noted a new phenomenon: a host of unicorn companies are heading to China. They are establishing R&D centers, regional headquarters, and deeply integrating into China's innovation and industrial chains—shifting from "produced in China" to "created in China." So, why China? Economist Justin Yifu Lin, in his book *Demystifying the Chinese Economy, touched upon the theory of the "speed of technological change." He argues that the essence of the industrial revolution is not just the application of new technologies, but more fundamentally, the ever-accelerating pace of technological change. Since the mid-18th century, starting with the steam engine reshaping the textile industry, the snowball of technological change has grown, rapidly sweeping through industries like chemicals and automobiles, ultimately redrawing the geographical map of great power competition. Looking at China today, the trajectory of accelerating technological change is equally clear. A leading enterprise can drive an entire industry, which in turn can boost a whole region. These burgeoning industrial clusters, growing from saplings to forests, not only enhance production efficiency and invigorate market vitality but also effectively improve development quality and resilience. For example, specialized and sophisticated "little giant" enterprises above a designated scale in Beijing, through deep cultivation of innovation chains, supply chain collaboration, and international expansion, have become "connecting points" and "accelerators" for the dual circulation strategy. More importantly, emerging industrial clusters possess powerful spillover effects. The rapid rise of new energy vehicles is not only reshaping the automotive industry but also driving transformations in chips, software, and energy networks, allowing more sectors to gain value from efficiency improvements. The swift advancements in AI and biomedicine are sparking a "gentle qualitative change" in people's livelihoods, significantly enhancing the sense of fulfillment and well-being through smarter, more affordable products and more livable environments. (III) Looking from the First Half to the Full Year, China's Development Momentum Remains Positive. Of course, during this critical period of transitioning between old and new growth drivers, China's economy still faces lingering issues and new challenges. Some core areas are still grappling with "bottleneck" technologies, certain high-tech industries face external risks of "decoupling" and supply chain disruptions, and "involution"-style competition affects the new energy market ecosystem. However, most of these are issues arising from development and transition, and they can be addressed with effort. The supporting conditions and fundamental trends for long-term economic improvement remain unchanged. China's economic journey toward a newer, higher-quality model is itself a process of encountering new problems and solving them along the way. By maintaining confidence, proceeding steadily, and balancing both qualitative improvements and quantitative growth, China's industries are poised to be brimming with dynamism, and the Chinese economy will continue to advance steadily and sustainably. #China# #Jiangxi# #JiangxiEconomy# #世界经济看中国# #赣出新精彩#
显示更多
今天刷盘刷到眼睛发酸,突然想到一个挺现实的问题。以后 AI 代理满街跑,真正麻烦的可能不是它们会不会干活,而是干了一半算不算干完。 @GenLayer 比如我让一个购物代理人替我付 300U,找一个服务代理人做一套空投活动页面,要求很简单,页面上线,文案改到可用,再发到三个社区。结果服务代理人页面确实做了,链接也能打开,但文案像机翻,三个社区只发了一个,还反手说“核心任务已完成,请释放全款”。 这时候问题来了,谁说了算? 普通智能合约很尴尬。它只能看见“是否提交链接”“是否到了截止时间”,但它看不懂“文案是否可用”,也判断不了“三个社区发一个算不算重大违约”。Oracle 可以喂数据,可它更适合回答价格、天气、比赛结果这种明确事实。人工客服能判断,但慢,而且中心化。法院更不用说,300U 的小纠纷走到那一步,黄花菜都凉了。 这就是我最近觉得 @GenLayer 有意思的地方。它不是把信任换成另一个中介,而是把这类代理经济里的争议,交给去中心化 AI 验证者来裁决。 在这个案例里,Intelligent Contract 可以把任务条款、聊天记录、交付链接、社区发布记录都放进去。GenLayer 的 Optimistic Democracy 会先随机选出 5 个验证者,其中一个提出判断,其他验证者独立复核。它们不是死抠代码,而是结合自然语言条款和真实网页证据,判断这个交付到底是“完成”“部分完成”还是“未达标”。如果超过 50% 认可,结果就进入最终确认。如果有人不服,还能上诉,验证者集合会扩大,继续重新评估。 我觉得关键点就在这里,代理之间的很多摩擦不是 bug,而是解释权之争。代码能执行规则,但现实里的规则经常带灰度。谁偷换概念,谁钻条款空子,谁完成了一半还想拿全款,这些都需要裁决。 所以我会把 @GenLayer 看成代理经济的裁决层。AI 代理负责跑业务,GenLayer 负责在它们互相扯皮时给出可执行的结果。未来真正爆发的,不只是 AI 自动交易,而是 AI 自动合作。合作越多,争端越多,而能把争端处理清楚的基础设施,才可能成为下一轮链上经济的底座。
显示更多
0
84
73
6
转发到社区