每日简报

2026-08-17

← 历史归档

cordiverse/cordis

TypeScript · ★ 4,680 · 🍴 244 · 📈 719 stars today

Meta-Framework of Spatiotemporal Composability

中文介绍 Cordis是一个时空可组合性的元框架,用于构建时空数据应用。

basecamp/omarchy

Shell · ★ 25,336 · 🍴 2,588 · 📈 225 stars today

Beautiful, Modern & Opinionated Linux

中文介绍 Omarchy是一个美观、现代且具有个人见解的Linux发行版。

unslothai/unsloth

Python · ★ 72,523 · 🍴 6,540 · 📈 580 stars today

Local UI to run and train LLMs and diffusion models, including Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, DeepSeek-V4, FLUX and more.

中文介绍 Unsloth是一个本地用户界面,用于运行和训练LLM和扩散模型,支持多种模型。

OpenCut-app/OpenCut

TypeScript · ★ 83,838 · 🍴 8,280 · 📈 134 stars today

The open-source CapCut alternative

中文介绍 OpenCut是一个开源的CapCut替代品,提供视频剪辑功能。

public-apis/public-apis

Python · ★ 461,631 · 🍴 50,992 · 📈 1,583 stars today

A collective list of free APIs

中文介绍 Public APIs是一个免费的API集合列表,方便开发者获取资源。

ToolJet/ToolJet

JavaScript · ★ 39,983 · 🍴 5,326 · 📈 446 stars today

ToolJet is the open-source foundation of ToolJet AI - the enterprise app generation platform for building internal tools, dashboard, business applications, workflows and AI agents 🚀

中文介绍 ToolJet是一个开源的企业级应用生成平台,用于构建内部工具、仪表板、业务应用、工作流和AI代理。

cactus-compute/needle

Python · ★ 6,528 · 🍴 431 · 📈 447 stars today

14MB foundation model for tiny devices; phones, wearables, smart home, and robots.

中文介绍 Needle是一个为小型设备设计的14MB基础模型,适用于手机、可穿戴设备、智能家居和机器人。

DreamX-Phi 1.0: Action-Conditioned Video World Model for Robotic Manipulation

👍 87

We present DreamX-Phi 1.0, an action-conditioned video world model for robotic manipulation that, given an observed frame, a language instruction, and a prescribed action sequence comprising end-effector poses and gripper states, predicts the resulting future observations. Yet realism alone does not

AutoDesign: Meta-Harness Optimization for Long-Horizon Agentic Design

👍 39

Transforming multimodal sources into condensed and structured media outputs can be fundamentally conceptualized as a long-horizon agentic process centered on a model-harness system. While an ideal harness system should align with human design priors and accumulate reusable experience through empiric

OmniScientist: An Omni-Modal Omni-Discipline AI Scientist

👍 10

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

Intern-S2-Preview: Scientific Agentic Foundation Model

👍 50

Scientific discovery increasingly requires AI systems that can reason over scientific evidence of heterogeneous modalities, interact with scientific tools and environments, and sustain progress across long task horizons. We present Intern-S2-Preview, a series of scientific agentic foundation models

Hybrid-Policy Self-Editing for Composable Unstructured Knowledge Editing

👍 7

Large language models (LLMs) achieve remarkable performance across natural language tasks, yet they are trained on static corpora and their knowledge quickly becomes outdated in a fast-changing world. This motivates knowledge editing (KE), which updates specific knowledge in an LLM without changing

Specification-first convergence with an AI coding agent: a case study of dismantling a core architectural invariant across 189 files in a 717k-line codebase with no test oracle and no human code review

👍 6

This paper reports a single, fully instrumented case study of a large-scale architectural refactoring by an AI coding agent under a specification-first protocol, with no human review of the generated code and no pre-existing oracle to validate the target behaviour. The task, dismantling a central in

AVA-Encoder: Towards Agent-Native Video Representation Learning

👍 10

Creative agents still lack an effective way to learn from high-quality human films, limiting their ability to produce cinematic-grade videos. A key challenge is the absence of a structured video representation that is both faithful to film content and directly usable for agentic reasoning and manipu

Thought-Level Beam Search for Reasoning

👍 10

Test-time compute scaling is a primary driver of performance in large reasoning models (LRMs), but extreme inefficiency bounds current approaches, shifting the critical question from how much compute to spend, to where to allocate it. We formalize test-time reasoning as a constrained compute allocat

Self-Evolving Embodied Agents via Skill-Harness Evolution

👍 11

Embodied agents are increasingly built as systems around foundation models, where performance depends not only on model weights but also on the skills, context, action interfaces, and execution harness surrounding the model. While supervised fine-tuning and reinforcement learning can adapt agents to

Parameter Exploration for RLVR via Variational Learning

👍 6

Exploration has been a focus of reinforcement learning research for a long time. Recently, there has been growing evidence that it is also an important ingredient in LLM reinforcement learning recipes that can significantly impact downstream performance. Many existing methods control exploration in

Mitigating Gender Bias in English to Romanian Machine Translation

👍 5

Machine translation (MT) systems often fail to correctly translate gender, especially when converting from a gender-neutral language like English to a gendered target language such as Romanian. This bias results in translations that default to masculine forms or reinforce gender stereotypes. We prop

Full-bandwidth transformer

👍 16

Autoregressive transformers compute along two axes: horizontally across generated tokens, and vertically through model depth. Dense attention gives each token broad horizontal access to the past, but the vertical feedback channel between decoding steps remains narrow: only the sampled token returns

An AI4AI Framework for Visual Token Pruning

👍 11

Visual-token pruning can substantially reduce the inference cost of multimodal large language models (MLLMs), yet existing methods largely rely on fixed, handcrafted heuristics and costly expert trial and error. As pruning objectives, budgets, and model architectures diversify, manually navigating t

Maglev: Sliding Recurrent Memory

👍 9

We introduce , a recurrent Transformer architecture with fixed-size memory that generalizes sliding-window attention while remaining parallelizable during training. consists of two coupled models: a prefiller Q, which leverages full attentionIn practice, we use interleaved full and sliding-window a

Knowing When to Quit: Diagnosing and Training LLMs to Abort Futile Reasoning

👍 7

Large language models generate computationally expensive yet semantically void reasoning on beyond-capability tasks, creating risks where plausible-sounding but incorrect derivations mislead users. We characterize this futile reasoning phenomenon through systematic analysis, revealing universal capa

DarwinX: Evolving Agent Harnesses Through Natural Selection

👍 72

An LLM agent's capability depends not only on model weights but on its harness: prompts, tools, skills, and control flow. Self-improvement loops already edit harnesses, yet single-lineage search is path-dependent and local wins often regress other tasks. We introduce DarwinX, which treats self-evolu

Poor Man's Agentic Modeling: Simulating Large LLM-Agent Societies on a Laptop

👍 5

Simulating societies of many large language model (LLM) agents is expensive, yet the questions asked of such simulations are usually macroscopic: phase behaviour, stylised facts, and scaling with the number of agents N, not the cognition of any single agent. We turn a statistical-physics observation

Cursor + SpaceXAI: the fastest iterating team wins

@sarahdingwang · 18.0K 粉丝 · 1.2M 阅 · 514 赞 · 73 转

By @BornsteinMatt, @martin_casado, and myself. AI coding could be the biggest addressable market of our lives. And, unless you think we’ve fully addressed it (which no one thinks; we are more like 1%

中文介绍 探讨AI编码市场潜力,指出目前市场开发仅1%,团队迭代速度是关键。

Preparing GLM-5.3 for Open Release: A Responsible Path to Cyber Defense

@Zai_org · 136.2K 粉丝 · 42.7K 阅 · 583 赞 · 50 转

When GLM-5.2 helped Hugging Face investigate an incident in which an AI autonomously bypassed its own safeguards, it highlighted a broader shift. AI is becoming part of both cyber offense and cyber

中文介绍 GLM-5.2事件凸显AI在网络安全中的作用,讨论AI在网络安全攻防中的转变。

The AI Engineering Skills Map

@AndrewYNg · 1.8M 粉丝 · 41.2K 阅 · 716 赞 · 89 转

I am delighted to present The AI Engineering Skills Map. AI allows us to build software very differently today than in 2022, and everyone with the skills to take advantage of this shift has numerous

中文介绍 发布AI工程技能地图,展示AI技术如何改变软件开发,并强调技能的重要性。

What's new in Gemini 3.7 Flash

@GoogleAIStudio · 192.9K 粉丝 · 31.5K 阅 · 535 赞 · 34 转

Gemini 3.7 Flash (gemini-3.7-flash) is generally available (GA) and ready for production use. It is our most intelligent workhorse model yet for software engineering, and agentic workflows. This guide

中文介绍 Gemini 3.7 Flash模型可用于生产,为软件工程和agent工作流提供智能支持。

The Holy Trinity - pi, herdr and opencode go

@TheGlobalMinima · 4.0K 粉丝 · 31.4K 阅 · 527 赞 · 17 转

tldr; my current AI coding setup is Pi, Opencode Go and Herdr This year, we are seeing a boom in harness engineering. What initially started as simple scaffolding around an LLM is now one of the most

中文介绍 介绍AI编码设置中的“圣三角”工具:Pi、Opencode Go和Herdr,探讨其在LLM中的应用。

Qwen3.8-27B Practical Guide: Control Reasoning Depth and Extend Context to 1M Tokens

@QwenDevs · 8.0K 粉丝 · 25.6K 阅 · 559 赞 · 51 转

Qwen3.8-27B is here — a compact, deployment-friendly dense model built on the Qwen3.5 architecture, with native vision-language understanding and flexible thinking control. Two developer-facing

中文介绍 Qwen3.8-27B模型支持视觉语言理解和灵活思维控制,可扩展至1M Tokens。

React for Agents: Astro Creator Brings Hooks to his Meta-Harness, Flue

Flue 2 takes its inspiration from React. Creator Fred Schott, of Astro fame, tells Latent Space why he added hooks and why agents are defined by their harnesses.

中文介绍 Astro Creator Fred Schott介绍Flue 2如何从React获得灵感,并加入hooks和定义agent的harness。

Flock is tightening its rules in response to a growing surveillance backlash

The police-tech giant Flock is announcing today that it will change officers’ access to its nationwide network of license plate readers, in an apparent effort to quell a growing backlash and win back contracts lost amid concerns about mass surveillance and police abuse. Several changes aim directly

中文介绍 Flock应对日益增长的监控反冲,调整规则限制警员访问全国牌照读取网络。

The builder’s guide to GPT‑5.6

Learn how startups use GPT-5.6 to build faster, more cost-efficient AI agents with smarter model selection and new Responses API capabilities.

中文介绍 OpenAI发布GPT-5.6构建者指南,介绍如何使用GPT-5.6构建更快、更高效的AI代理。

Previewing Ultrafast mode: GPT-5.6 Sol at up to 14X the speed

Preview Ultrafast, a new OpenAI API service tier that runs GPT-5.6 Sol up to 14× faster. Powered by Cerebras, it delivers up to 750 output tokens per second.

中文介绍 OpenAI预览Ultrafast模式:GPT-5.6 Sol速度提升至14倍。

OpenAI appoints Dali Rajic as Chief Revenue Officer

OpenAI appoints Dali Rajic as Chief Revenue Officer to lead its global revenue organization and help businesses realize the full value of AI.

中文介绍 OpenAI任命Dali Rajic为首席营收官。

How kids feel about AI, in their own words

When we set out to talk to kids about artificial intelligence, we thought we knew what we’d hear. We expected some to tell us they were using it to cheat a little, the way Millennials and Gen Xers opened up CliffsNotes or programmed formulas into their TI-82s, and others to share inspiring ways they

中文介绍 MIT Tech Review AI探讨孩子对AI的看法。

not much happened today

**Google** rapidly released **Gemini 3.7 Flash** just three weeks after 3.6 Flash, targeting coding, web development, knowledge work, and agentic workflows with a 50% introductory price cut and improved benchmark scores like **DeepSWE 65.3%** and **Code Arena Elo 1588**. The update quickly integrate

中文介绍 Google迅速发布Gemini 3.7 Flash,旨在编码、Web开发、知识工作和代理工作流程,初售价下调50%。

[AINews] SpaceXAI Grok 4.6 and Grok @Bot

AI teammate category just had its most significant new entrant yet

中文介绍 SpacexAI Grok 4.6和Grok @Bot成为AI团队成员的显著新成员。

Australia politics live: Nationals argue gun buyback is against constitutional clause featured in The Castle

Scheme will give NSW gun licence holders a fixed compensation fee based on type of firearm. Follow today’s news live Get our breaking news email, free app or daily news podcast The system is ‘unfair’: state premiers fight over GST deal RN Breakfast has decided to making itself something of a boxing

中文摘要 澳大利亚国家党反对枪支回购计划,称其违反宪法条款。

Thailand has a gun problem - 10 million of them

Recent shootings have highlighted the country's troubled relationship with guns, with laws doing little to curb the violence.

中文摘要 泰国枪支问题严重,枪支数量达一千万支。

Jared Kushner meets with Hamas ahead of talks with Netanyahu on Gaza

Trump’s son-in-law and envoy held rare meeting with Hamas chief in Egypt in push for progress on ceasefire Donald Trump’s son-in-law and envoy, Jared Kushner, held a rare meeting with Hamas’s political chief on Sunday in Egypt, in a new diplomatic effort to make progress in the stalled Gaza ceasefir

中文摘要 贾里德·库什纳与哈马斯领导人会面,推动加沙地带停火进展。

What could stop Israeli settler attacks on Palestinians?

Violence in the occupied West Bank has intensified under Israel's far-right Netanyahu government.

中文摘要 西岸地区暴力事件加剧,以色列极右翼内塔尼亚胡政府加剧了巴勒斯坦人的困境。

Five teenagers killed and four other people injured in Ireland car crash

Police say one of the two vehicles involved was driving in the wrong direction on the M9 motorway in County Kildare Five teenagers have died and four other people have been seriously injured in a crash involving a car driving in the wrong direction on a motorway in Ireland, police have said. Gardaí

中文摘要 爱尔兰一起车祸中,五名青少年死亡,四人受伤。

Wildfires kill two in Greece and torch Belgian nature reserve

Couple die in Salamis, while multinational forces and local farmers tackle Belgium’s biggest fire in a century near Liège An elderly couple died in fires on the Greek island of Salamis on Sunday and a fire ravaged Belgium’s largest nature reserve, in the latest wave of European wildfires. The couple

中文摘要 希腊和比利时发生森林大火,造成两人死亡。

Anwar Ibrahim: Malaysia between the superpowers

Malaysian PM Anwar Ibrahim joins Sreenivasan Jain on justice, trade, and a middle power holding superpowers to account.

中文摘要 马来西亚总理安瓦尔·易卜拉欣讨论正义、贸易以及中小国家如何监督大国。

Kushner Meets With Hamas to Advance Trump’s Gaza Plan

The president’s son-in-law met the Palestinian militant group’s leaders in Egypt, officials said. He will soon see Benjamin Netanyahu, the Israeli leader.

中文摘要 库什纳与哈马斯领导人会面,推进特朗普的加沙计划。

US commander says mental health a 'priority' on USS Lincoln

Adm Brad Cooper acknowledged that navy service at sea for long periods is "uniquely challenging and tough", following a visit to the warship.

中文摘要 美国海军陆战队指挥官表示,在林肯号航母上,精神健康问题是一个“优先事项”。

Oil Edges Higher as Middle East Tensions Linger: Markets Wrap

Oil opened slightly higher as traders weighed renewed Israeli attacks on Lebanon and the prospect of fresh US sanctions on Iran ahead of the formal end of the ceasefire due Monday.

中文摘要 油价小幅上涨,交易员权衡以色列对黎巴嫩的新一轮袭击和伊朗面临的新一轮美国制裁的可能性。

National Australia Bank Profit Edges Up on Business Bank Growth

National Australia Bank Ltd.’s profit climbed in the third quarter as lending to businesses across the country expanded.

中文摘要 国民澳大利亚银行第三季度利润上升,得益于全国范围内对企业贷款的增长。

Trump Says Asked Pentagon to Cut Military Drills With S. Korea

“I have instructed Secretary of War, Pete Hegseth, to substantially reduce the Joint Military Exercises,” with South Korea, President Donald Trump says in a post on Truth Social.

中文摘要 特朗普表示已指示国防部长大幅减少与韩国的联合军事演习。

BHP Heads Into Earnings With Least Amount of ‘Buy’ Ratings Ever

Analysts are less bullish on BHP Group Ltd. ahead of Tuesday’s full-year results, with buy recommendations for its Sydney-listed stock falling to a record low.

中文摘要 分析师对必和必拓集团全年业绩持谨慎态度,悉尼上市股票的买入推荐降至历史低点。

Jamie Dimon warns UK chancellor against higher bank taxes

JPMorgan chief’s call to John Healey is part of lobbying by financial services sector ahead of October Budget

中文摘要 摩根大通首席执行官警告英国财政大臣不要提高银行税,这是金融服务行业在10月预算前的游说活动的一部分。

US 20-Year Bond Sale to Test Demand as Yield Curve Steepens

The sale of 20-year government bonds this week will test investor appetite for long-term debt following a few record-breaking auctions.

中文摘要 本周美国20年期国债销售将测试投资者对长期债务的需求,收益率曲线变陡。

Bloomberg This Weekend | Meta on Trial, the Race To Replace Gov. DeSantis, and Pet Longevity

The news doesn’t stop when markets close. Hosts Joe Mathieu, Carol Massar and Lisa Mateo bring clarity, context and a bit of humor to the weekend’s biggest headlines, LIVE from New York. Joined by Rep. Byron Donalds (R- FL), Rob Bonta, California Attorney General, Vice Admiral Robert Hayward, Fmr. C

中文摘要 周末新闻不断,主持人从纽约带来周末头条新闻的清晰、背景信息和幽默。

Fed’s Internal Rate Debate Faces New Scrutiny

Minutes from the Federal Reserve’s July meeting will offer a closer look at the debate that produced three dissents in favor of a quarter-point rate increase, an unusually visible split as policymakers contend with elevated inflation and mixed economic data. Joining Joe Mathieu and Carol Massar on B

中文摘要 美联储7月份会议的纪要将更详细地了解产生三个支持四分之一点利率增加的反对意见的辩论。

Inside the Business of Ultra Luxury Travel

Luxury Travel and Event Expert Olivia Ferney sits down with Lisa Mateo, Joe Mathieu and Carol Massar on Bloomberg This Weekend and shares how she has built a business catering to ultrawealthy clients whose requests can range from six-figure vacations to elaborate celebrations, while creating a socia

中文摘要 豪华旅行和活动专家Olivia Ferney与Lisa Mateo、Joe Mathieu和Carol Massar讨论如何为超高净值客户提供从六位数假期到复杂庆祝活动的业务。

Donalds Looks to Build on DeSantis Legacy

Republican Rep. Byron Donalds is on Bloomberg This Weekend and tells hosts Joe Mathieu and Carol Massar that affordability will be central to his campaign for Florida governor, proposing changes aimed at property taxes, insurance, housing and health-care costs while promising to build on Gov. Ron De

中文摘要 共和党众议员Byron Donalds表示,他将把德桑蒂斯的遗产作为竞选佛罗里达州州长的核心,提出旨在改变财产税、保险、住房和医疗保健成本的改革。

Beef Prices Stay High as US Cattle Supply Shrinks

Tyson Foods is cutting beef-processing capacity as the US cattle herd nears a five-decade low driving up livestock costs and contributing to persistent losses in beef business. Bloomberg News Agriculture Reporter Ilena Peng is on Bloomberg This Weekend and explains to hosts Joe Mathieu and Carol Mas

中文摘要 泰森食品正在削减牛肉加工能力,因为美国牛群接近五十年来的最低水平,推动 livestock 成本上升,并导致牛肉业务持续亏损。

该源今日无内容。