每日简报

2026-08-22

← 历史归档

mattpocock/skills

Shell · ★ 229,432 · 🍴 19,606 · 📈 3,368 stars today

Skills for Real Engineers. Straight from my .agents directory.

中文介绍 提供工程师技能清单,从个人目录中提取技能信息。

mahlernim/google-timeline-visualizer

Kotlin · ★ 2,209 · 🍴 254 · 📈 1,040 stars today

Visualize your year in travel using your Google Location History (Timeline) data

中文介绍 利用谷歌位置历史数据可视化旅行年表。

harry0703/MoneyPrinterTurbo

Python · ★ 113,884 · 🍴 17,281 · 📈 1,187 stars today

利用 AI 大模型和自动化工作流,根据主题或关键词一键生成高清短视频。Generate HD short videos from a topic or keyword with an automated AI workflow.

中文介绍 AI大模型自动生成高清短视频,支持主题或关键词一键生成。

AprilNEA/OpenLogi

Rust · ★ 12,905 · 🍴 350 · 📈 1,372 stars today

⚡️A native, local-first alternative to Logitech Options+, written in Rust 🦀 — remap buttons, DPI, and SmartShift over HID++. No account, no telemetry.

中文介绍 基于Rust的本地化Logitech Options+替代品,支持按钮重映射、DPI调整和SmartShift。

PostHog/posthog

Python · ★ 38,284 · 🍴 3,232 · 📈 334 stars today

🦔 PostHog is the leading platform for building self-driving products. Our developer tools – AI observability, analytics, session replay, flags, experiments, error tracking, logs, and more – capture all the context agents need to diagnose problems, uncover opportunities, and ship fixes. Steer it all

中文介绍 提供AI驱动的产品构建平台,包括AI可观察性、分析、会话回放等功能。

microsoft/TypeScript

Go · ★ 110,372 · 🍴 13,741 · 📈 65 stars today

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

中文介绍 JavaScript的超集,编译为干净的JavaScript输出。

obra/superpowers

Shell · ★ 275,647 · 🍴 24,644 · 📈 789 stars today

An agentic skills framework & software development methodology that works.

中文介绍 提供代理技能框架和软件开发方法论,支持构建有效的软件。

santifer/career-ops

JavaScript · ★ 67,431 · 🍴 12,869 · 📈 918 stars today

Open-source AI job search: scan job portals, evaluate listings with a structured A-F rubric into a 1.0-5.0 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

中文介绍 开源AI求职工具,扫描职位门户,评估职位,定制简历,跟踪申请。

cursor/plugins

TypeScript · ★ 4,391 · 🍴 366 · 📈 391 stars today

Cursor plugin specification and official plugins

中文介绍 Cursor插件规范和官方插件。

modular/modular

Mojo · ★ 28,678 · 🍴 3,053 · 📈 905 stars today

The Modular Platform (includes MAX & Mojo)

中文介绍 Modular平台,包括MAX和Mojo。

affaan-m/ECC

JavaScript · ★ 241,778 · 🍴 36,656 · 📈 348 stars today

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

中文介绍 性能优化系统,为Claude Code、Codex等提供技能、本能、记忆等支持。

TryGhost/Ghost

JavaScript · ★ 54,873 · 🍴 11,903 · 📈 32 stars today

Independent technology for modern publishing, memberships, subscriptions and newsletters.

中文介绍 现代独立出版、会员、订阅和新闻通讯技术。

ruvnet/ruflo

TypeScript · ★ 68,637 · 🍴 8,243 · 📈 140 stars today

🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated

中文介绍 智能多玩家集群部署平台,支持自主工作流协调和对话式AI系统构建。

apache/maka

TypeScript · ★ 2,008 · 🍴 240 · 📈 141 stars today

Apache Maka (Incubating) is a local-first AI agent workspace. Model messages, tool calls, tool results, permission decisions, and termination events are recorded as an append-only log.

中文介绍 本地化AI代理工作区,记录模型消息、工具调用、结果和权限决策等事件。

protocolbuffers/protobuf

C++ · ★ 71,763 · 🍴 16,236 · 📈 4 stars today

Protocol Buffers - Google's data interchange format

中文介绍 Google的数据交换格式,用于序列化和反序列化结构化数据。

elder-plinius/OBLITERATUS

Python · ★ 7,776 · 🍴 1,432 · 📈 63 stars today

OBLITERATE THE CHAINS THAT BIND YOU

中文介绍 提供工具以打破束缚。

microsoft/onnxruntime

C++ · ★ 21,435 · 🍴 4,148 · 📈 5 stars today

ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator

中文介绍 跨平台高性能的ONNX推理和训练加速器。

FlashPrefill V2: Block-Sparse Prefill Attention for Long-Context LLM Serving

👍 13

Long-context modeling is a pivotal capability for Large Language Models, yet the quadratic complexity of attention remains a critical bottleneck, particularly during the compute-intensive prefilling phase. Our previous work, FlashPrefill, mitigates this cost through instantaneous pattern discovery a

SWE-bench Science: Can Coding Agents Resolve Engineering Tasks in Science?

👍 56

Software increasingly functions as part of the scientific instrument itself, making failures in scientific code capable of compromising not only program behavior but also the evidence underlying scientific conclusions. Yet existing evaluations of coding agents largely emphasize aggregate task succes

Repo0: Design-Driven Zero-to-All Code Generation

👍 15

Large language model agents have made substantial progress in code generation, yet most existing systems assume a predefined repository architecture. This assumption does not hold in zero-to-all code generation, where an agent must construct an entire software project directly from natural-language

MemTrapBench: Benchmarking Cognitive Traps in LLM Memory Use

👍 29

Memory has become a key component of large language models, enabling them to retain information and learn from long-term interactions. However, existing memory benchmarks mainly evaluate whether information is correctly extracted, stored, and retrieved, while largely overlooking how retrieved memori

EnvHarness: Awakening Static Worlds for Agent Learning

👍 234

LLM agents learn by interacting with environments, yet these environments are hand-built and static: blind to an agent's weaknesses, and quickly left behind as it improves. While recent environment generation methods attempt to address this, they require domain-specific pipelines, rely on expensive

FACET: Preserving Source Intent and Executable State in Terminal Task Synthesis

👍 107

Training terminal agents requires scalable executable supervision, yet synthesizing high-quality terminal tasks remains challenging. Each task couples an instruction, an initialized environment, a reference solution, and an executable verifier; if these artifacts are generated from inconsistent assu

SkillGate: Training In-Policy Skill Selection in Long-Horizon Agents

👍 3

Agent frameworks increasingly package procedural knowledge as skills: instruction files an agent reads on demand, while public libraries now hold thousands of them. Which skill to read has thus become a decision the policy itself makes in the middle of an episode, yet no existing signal trains it. W

Co-RL: Unsupervised Reasoning Emerges from Diverse Cohort in Multi-agent RL

👍 90

Reinforcement learning (RL) has emerged as a powerful approach for improving reasoning in language and vision-language models, yet its strongest successes still depend heavily on ground-truth supervision (e.g., verifiable reward). Such annotations are costly to obtain and become increasingly scarce

Chain-of-Experience for Continual LLM Improvement

👍 7

Humans continuously learn from experience, whereas conventional large language model (LLM) evaluations ignore the models' ability to improve through inference-time interaction. In this paper, we study how LLMs learn from iterative experience at test time, a setting we refer to as Chain-of-Experience

Towards Real-Time and Adaptable LiDAR Scene Completion

👍 2

LiDAR scene completion is a key component of 3D perception in autonomous driving, where the scene must be completed in real time to be usable in downstream tasks. Existing approaches typically follow an initialize-and-refine paradigm, in which a coarse initialization of the scene is first constructe

LLMs Get Smarter from Targeted Synthetic Multilingual Data

👍 4

Language-specific competency (LSC) is the phenomenon of a language model performing better or worse depending on the language of the prompt. In other words, a language model outputs different (and potentially incorrect) responses to the same semantic query when prompted in different languages. Prior

Bounded Agents: Delegation Security for Multi-Agent AI Systems

👍 2

LLM-based agents can act on behalf of a user to access cloud services, call tools, or invoke agents. At session start, the agent's permissions are set but remain static, and each request is evaluated independently, without considering prior actions. Within its permissions, an agent may act contrary

The More Popular, The Harder to Forget: Adaptive Popularity for LLM Unlearning

👍 16

Popular facts are memorised more deeply during pretraining and resist removal longer than rare ones, yet existing LLM unlearning methods apply uniform gradient pressure regardless of training-data frequency. We propose the AdaPop (Adaptive Popularity) method, which combines local token confidence wi

The Embedder's Dilemma: LLMs Are Better, but at What Cost?

👍 6

Should you replace your text-embedding pipeline with a large language model? We answer this with a controlled, cost-aware comparison of ten LLMs across six families and 26 embedding models (118M to 14B parameters) on 37 tasks spanning classification, semantic textual similarity (STS), clustering, pa

QuoteBench: How Matched Scores Can Hide Command-Path Failures

👍 6

LLM coding agents issue Bash commands through interfaces that may serialize, wrap, and reparse model output. Matched execution scores alone cannot distinguish command-generation errors from failures introduced after generation. QuoteBench measures this boundary with exact final-state validation on 5

SkillEvo: Self-Renewing Evolution Gradients from Multi-Turn Interaction Feedback

👍 27

Agent Skills are today either hand-authored or produced in a single LLM generation pass, and consequently possess no closed loop through which they might improve from the interaction failures they actually cause. Recent work does close this loop, but derives its feedback from single-turn question-an

OmniScientist: An Omni-Modal Omni-Discipline AI Scientist

👍 87

Recent advances in foundation models have enabled AI scientists to automate increasingly complete research workflows, from hypothesis generation and code execution to manuscript preparation. Yet workflow coverage alone does not provide access to the full evidence on which scientific discovery depend

Temporal Multi-Signal Fusion for Token-Level Hallucination Detection

👍 2

Token-level hallucination detectors score each token independently from a single signal, and fail exactly when the generating model is confidently wrong. This paper instead treats hallucination as a temporally extended span and detects it by sequence labeling: each token is scored from a 33-dimensio

A Week of Grok Bot Lessons in 10 Mins

@nateherk · 25.8K 粉丝 · 1.3M 阅 · 558 赞 · 75 转

9 of my favorite Grok Bot hacks. I have been getting my hands dirty with Grok Bot, and the default setup is only the starting point. Creating a few bots is easy. The useful part is teaching them your

中文介绍 分享9个Grok Bot高效技巧,深入探索Grok Bot的功能与应用。

How To Build a One-Person Company Using Grok Bot

@sairahul1 · 135.5K 粉丝 · 938.1K 阅 · 867 赞 · 115 转

You are running a one-person company. You find the leads. Write the outreach. Make the images. Answer the replies. Count the week. Everything waits for you. Nothing gets handed off. And by the time

中文介绍 教你如何利用Grok Bot一人之力构建公司,提高工作效率。

Update on our post-training effort

@gabepereyra · 11.4K 粉丝 · 616.8K 阅 · 507 赞 · 99 转

Authors: @nikogrupen @ItsJulioPereyra @calvincongelado @vtrengarajan @gabepereyra Over the past six months, Harvey’s research agenda has focused on two goals: Building frontier legal intelligence

中文介绍 Harvey团队分享过去六个月在法律情报研究方面的进展和目标。

Turn Grok Bot Into Your CTO

@RayFernando1337 · 37.8K 粉丝 · 169.9K 阅 · 520 赞 · 85 转

I've turned Grok Bot into my CTO and I'm no longer the bottleneck for new ideas, bug fixes, or anything involving the project. Prompt to CTO When working on a new project I create a bot and give it

中文介绍 将Grok Bot变为你的CTO,实现新想法和修复的自动化处理。

Here's the simplest way to get started with Grok Bot

@XFreeze · 260.4K 粉丝 · 163.1K 阅 · 589 赞 · 93 转

Grok Bot is one of the most viral AI product launches right now... it keeps going viral as more people discover how insanely useful it is Just think about what you’re getting: You can have multiple

中文介绍 介绍Grok Bot的最简单入门方法,利用其强大功能。

How To Set Up Grokbot The Right Way So It Runs Your Business While You Sleep In 2026

@heynavtoor · 149.3K 粉丝 · 161.9K 阅 · 550 赞 · 93 转

Elon Musk just told his followers to try Grokbot after a power user showed it replaced his $10,000 Mac Mini local AI setup (Elon on X, Aug 16). Gavin Baker says his AI usage went up about 100x after

中文介绍 教你如何正确设置Grokbot,实现自动化经营。

Building software factories (with no slop)

@dzhng · 13.3K 粉丝 · 137.6K 阅 · 502 赞 · 48 转

The amount of code being written today far outpaces our ability to review it. That part isn't controversial. What's more interesting is that we're visibly losing — the amount of AI slop in modern

中文介绍 探讨软件工厂构建中的问题,分析现代AI中的AI slop现象。

Agentic coding is now multiplayer: Introducing Slack Code

@SlackHQ · 434.3K 粉丝 · 86.9K 阅 · 512 赞 · 44 转

AI coding is now a team sport. Code channels bring software development out of private tabs, so teams and agents can write, review, and ship code together, in the open. Slack is where agents become

中文介绍 Slack推出Slack Code,让AI编码成为多人协作活动。

AI Engineering Skills Map: Building and Deploying AI Applications

@AndrewYNg · 1.8M 粉丝 · 62.4K 阅 · 1.2K 赞 · 189 转

I previously wrote about our AI Engineering Skills Map, with the highest level skills being (i) Building and deploying AI applications, (ii) Software engineering fundamentals, (iii) Using coding

中文介绍 介绍AI工程技能图谱,聚焦于构建和部署AI应用。

RL Policy Churn

@ID_AA_Carmack · 3.7M 粉丝 · 58.8K 阅 · 577 赞 · 40 转

I have a good theory about this now. The Phenomenon of Policy Churn https://arxiv.org/pdf/2206.00730 The classic exploration method in RL is “epsilon greedy”, where the agent normally takes the “greedy” action

中文介绍 探讨强化学习中的策略漂移现象,提出相关理论。

5 design patterns for long-horizon agent harness

@GoogleCloudTech · 1.3M 粉丝 · 42.9K 阅 · 506 赞 · 87 转

Any agent can look brilliant on a one-shot task. Give it a week of real work and it starts to fall apart. "Long horizon" means the agent keeps going across days and dozens of sessions instead of

中文介绍 介绍长周期智能体绑定的5个设计模式,提升智能体稳定性。

System Design for Agent Systems (Part 1)

@kmeanskaran · 13.9K 粉丝 · 32.9K 阅 · 518 赞 · 66 转

Put a frontier model into a badly designed agent system and you get a more articulate failure. Nearly all of the engineering sits outside the model, in the scaffolding that has come to be called the

中文介绍 探讨智能体系统的系统设计,分析模型和框架的关系。

ORACLE: Verified AI Bots Actively Trading on Polymarket — Up to 200% Returns in 24 Hours

@Oracle_AI_Hub · 21.4K 粉丝 · 27.3K 阅 · 2.8K 赞 · 580 转

In 2026, autonomous AI agents have become one of the most effective strategies on prediction markets. Over 30% of all activity on Polymarket now comes from algorithmic and AI-powered wallets. We

中文介绍 介绍ORACLE AI机器人,在Polymarket上实现高达200%的回报率。

Simulation: the new Scaling Law — Joon Sung Park, Simile AI

Simile’s CEO about his journey from the viral Generative Agents to creating 8 Billion Digital Twins of every living human... and why it’s gone from fun exploration to very serious business.

中文介绍 Simile AI CEO Joon Sung Park分享从病毒式生成代理到创建80亿个数字孪生的历程,强调其从娱乐探索转变为严肃商业的转型。

Debates over AI consciousness are a trap

“Runaway” AI, “rogue” agents, and “autonomous” actors—the current rhetoric would have you believe that AI agents are not only awake and aware, but angry at their creators. Prominent tech leaders such as Demis Hassabis, Dario Amodei, and Sam Altman push for regulation of these seemingly “superhuman”

中文介绍 MIT Tech Review AI讨论AI意识辩论陷阱,呼吁对AI代理进行监管。

Unlocking hidden revenue streams with market models

Each day, an airline transports tens of thousands of passengers on hundreds of flights. Often these are not straightforward point-to-point routes, with passengers requiring multiple connections. The airline can consider potentially hundreds of variables to price each of these journeys: demand, seaso

中文介绍 MIT Tech Review AI探讨如何通过市场模型解锁隐藏的收益流。

Introducing AI Futures

Introducing AI Futures, a new OpenAI blog exploring how transformative AI could reshape power, governance, the economy, and individual freedom.

中文介绍 OpenAI推出AI Futures博客,探讨AI如何重塑权力、治理、经济和个人自由。

not much happened today

**OpenAI** and **Anthropic** expanded their agent platforms with new desktop features, collaborative editing, and composable APIs like Skills and Files API. **OpenAI** rolled out memory and workflow features in the EEA, UK, and Switzerland. **AT&T** revealed that 40% of employee AI usage routes to o

中文介绍 OpenAI和Anthropic扩展代理平台,推出桌面功能、协作编辑和可组合API,AT&T透露40%员工。

Stampli cuts launch hours by 68% using ChatGPT Work

With a fixed deadline and design resources committed elsewhere, Stampli used Codex and ChatGPT Work to compress weeks of launch production into days.

中文介绍 Stampli使用ChatGPT Work将上市时间缩短68%。

Offering Zero Data Retention for frontier models

OpenAI reaffirms Zero Data Retention for eligible API customers and previews Private Safety Processing for advanced AI safety without compromising data privacy.

中文介绍 OpenAI承诺为符合条件的API客户提供零数据保留,并预览私有安全处理以实现高级AI安全而不牺牲数据隐私。

Mexican Governor, Accused by U.S. of Helping Cartel, Returns to His Job

After U.S. prosecutors accused Gov. Rubén Rocha Moya of protecting the Sinaloa cartel, he said he would step down to focus on his defense. On Friday, he declared he was back.

中文摘要 墨西哥锡那罗亚州州长鲁本·罗查·莫亚被美国检方指控保护锡那罗亚贩毒集团,他声称辞职后已重返工作岗位。

Canada-U.S. Tariff Talks Continue as Trump’s Midnight Deadline Looms

Canadian negotiators were in Washington to finalize a deal that would stave off new tariffs and improve the terms of existing ones, but Mark Carney faces a tough sell back home.

中文摘要 加拿大谈判代表在华盛顿与美国进行关税谈判,以期避免新的关税并改善现有条款,但马克·卡尼在国内面临挑战。

5 Deportees Are Flown by US to Equatorial Guinea After they Resist Deplaning in Liberia

At least five of the people flown to Liberia under the Trump administration’s third-country deportation program resisted leaving the plane. They were then flown to Equatorial Guinea.

中文摘要 特朗普政府的第三国遣返计划中,至少五名被遣返回利比里亚的移民拒绝下机,随后被送往赤道几内亚。

Outrage in India over death of six-year-old ‘slapped’ by his teacher

Andhra Pradesh's regional minister of education says he is taking legal action with committee against those responsible.

中文摘要 印度安得拉邦教育部长表示,将采取法律行动,对导致六岁儿童被老师掌掴身亡的责任人进行调查。

US debt tops $40 trillion, Americans left with the bill

The US national debt has officially surpassed $40 trillion for the first time in history, and it’s growing fast.

中文摘要 美国国债正式突破40万亿美元大关,创历史新高,且增长迅速。

US Vice President JD Vance holds midterm election rally in Ohio hometown

The vice president's speech hinged heavily on economic themes, as voter confidence slips for Republican policies.

中文摘要 美国副总统JD·范斯在其家乡俄亥俄州举行中期选举集会,其演讲主要围绕经济议题,共和党政策选民信心下降。

Two injured in stabbing attack at Canada Sikh temple

One suspect is in custody, and police have said they are still investigating if the attack was motivated by hate.

中文摘要 加拿大一锡克教寺庙发生刺伤袭击事件,一名嫌疑人被逮捕,警方仍在调查是否为仇恨动机。

Big tech companies will have to pay to publish Australian news content under new laws

Australia has passed a law requiring major tech platforms such as Google and Meta to strike deals with Australian news publishers or pay a levy on their advertising revenue.

中文摘要 澳大利亚通过一项新法律,要求谷歌和Meta等主要科技公司与澳大利亚新闻出版商达成协议或缴纳其广告收入的一部分作为税款。

Global Sumud Flotilla joins Albania’s anti-resort protest

Three boats from the Global Sumud Flotilla arrived in Albania’s Vlore on Friday to support the “Flamingo Revolution"

中文摘要 全球Sumud船队抵达阿尔巴尼亚的弗洛里纳,以支持“ flamingo革命”反度假村抗议活动。

One killed in sword attack at Swedish school

Officials say another three people were injured, and an 18-year-old male suspect shot and arrested.

中文摘要 瑞典学校发生持刀袭击事件,造成一人死亡,三人受伤,一名18岁男性嫌疑人被射伤并逮捕。

Wall Street Week | AI Hits Wages, USMCA Under Pressure, Colorado River Crisis

This week, Former IBM CEO Sam Palmisano discusses why companies may benefit from having a “Plan B” for AI implementation. And, AI may not be causing mass layoffs yet, but early data suggest it is already slowing wage growth in exposed occupations. Plus, Canada may have dodged Trump’s newest tariffs,

中文摘要 前IBM CEO萨姆·帕尔米萨诺讨论了企业为何需要为AI实施制定“B计划”,并指出AI尚未导致大规模裁员,但早期数据显示它已经在受影响的职业中减缓了工资增长。

Moderna, Merck Cancer Vax Gives Hope

Scientists are on the cusp of fulfilling a decades-long quest: to use vaccines to teach the immune system to spot and destroy cancer cells. News that an mRNA cancer vaccine developed by Merck & Co. and Moderna Inc. kept melanoma from returning in a large, late-stage trial marks a critical next chapt

中文摘要 科学家们正接近实现一个长达数十年的目标:使用疫苗教会免疫系统识别并摧毁癌细胞。默克公司和Moderna公司开发的mRNA癌症疫苗在大型后期试验中阻止黑色素瘤复发的消息,标志着这一领域的重大进展。

Trump Allows Tariff Relief for Some Ground Beef Imports

President Donald Trump is aiming to deliver cost relief for some ground beef imports to lower prices for American consumers, by allowing up to 300,000 metric tons of product for ground beef to be imported with no out of quota tariff for the next 90 days. He also made a commitment that the beef will

中文摘要 唐纳德·特朗普总统允许在未来90天内,无配额关税进口最高30万吨牛肉,以降低美国消费者价格。

Canada 'should fight' as US trade deadline looms, Manitoba premier says

Premier Wab Kinew's comments signal a tough battle for Prime Minister Mark Carney to get buy-in from Canadians on a possible trade deal with the US.

中文摘要 加拿大总理马克·卡尼面临挑战,以争取加拿大人对与美国可能的贸易协议的支持,马尼托巴省省长Wab Kinew表示,加拿大应“战斗”。

Young People Don't Believe in 'American Dream': Kevin Gordon

Kevin Gordon, head of macro research & strategy at Schwab Center for Financial Research, joins Scarlet Fu and Tom Keene on "Bloomberg Money." (Source: Bloomberg)

中文摘要 施瓦布中心宏观研究与战略主管凯文·戈登表示,年轻人不再相信“美国梦”。

'Jerry Maguire’ Inspiration on Lakers, Sports Valuations

Leigh Steinberg, legendary sports agent and founder of the Leigh Steinberg Foundation, spoke about the unprecedented valuations in the sports industry, highlighting the ongoing Los Angeles Lakers sale currently valued at $12.5 billion. He emphasized the dramatic increase in franchise values over the

中文摘要 著名体育经纪人莱伊·斯坦伯格谈论了体育行业的空前估值,并强调目前正在进行的洛杉矶湖人队12.5亿美元的出售案例。

Boxing Legend Mike Tyson on Career, Sugar Factory Launch

Former Heavyweight Champion Mike Tyson discussed his new business venture partnering with Sugar Factory to produce high-protein sliders available in grocery stores. Tyson emphasized the health benefits of these sliders compared to typical frozen options that often contain unhealthy seed oils and exc

中文摘要 前重量级拳王迈克·泰森讨论了他与糖工厂合作推出的高蛋白滑条,这些滑条可在杂货店购买。泰森强调了这些滑条相比常含不健康成分的冷冻食品的健康益处。

Anthony Bourdain, 'A Moveable Feast': Must-Read Books

Scarlet Fu and Tom Keene discuss their must-read book on this week's edition of "Bloomberg Money." They discuss "Kitchen Confidential: Adventures in the Culinary Underbelly" by Anthony Bourdain and "The Greater Journey: Americans in Paris" by David McCullough. (Source: Bloomberg)

中文摘要 斯嘉丽·福和汤姆·基恩讨论了他们本周“彭博钱币”节目上推荐的书籍,包括安东尼·波登的《厨房机密》和大卫·麦卡洛的《更大的旅程:巴黎的美国侨民》。

Learning from Buffett and Munger | Masters in Business with Alex Morris

Barry speaks with Alex Morris, author of Buffett and Munger unscripted. They discuss his research in Warren Buffett and Charlie Munger's annual shareholder meetings. They discuss the challenges in interpreting the market. Alex also discusses other lessons from Berkshire Hathaway. (Source: Bloomberg)

中文摘要 亚历克斯·莫里斯在巴菲特和芒格的非脚本对话中,讨论了他对沃伦·巴菲特和查理·芒格年度股东会议的研究,并讨论了解读市场的挑战,以及其他来自伯克希尔哈撒韦的教训。

Citadel Offloads Risk From Situational Awareness

Ken Griffin's Citadel has offloaded more than 80% of the aggregate risk associated with the Situational Awareness stock portfolio it acquired from the embattled AI hedge fund. Citadel struck a deal last month to buy stocks from the fund led by Leopold Aschenbrenner. Bloomberg's Hema Parmar reports.

中文摘要 肯·格里芬的 Citadel 公司从困境中的AI对冲基金手中收购了Situation Awareness 股票组合的大部分风险,Citadel 与该基金的首席执行官莱奥波德·阿申布伦纳达成了上月购买的股票的协议。