每日简报

2026-08-17

← 历史归档

cordiverse/cordis

TypeScript · ★ 4,694 · 🍴 245 · 📈 719 stars today

Meta-Framework of Spatiotemporal Composability

中文介绍 cordis是一个时空可组合性的元框架,支持创建可扩展的时空应用程序。

basecamp/omarchy

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

Beautiful, Modern & Opinionated Linux

中文介绍 omarchy是一个美观、现代且具有观点的Linux发行版。

unslothai/unsloth

Python · ★ 72,542 · 🍴 6,542 · 📈 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是一个本地用户界面,用于运行和训练LLMs和扩散模型,如Qwen3.8、Kimi K3等。

OpenCut-app/OpenCut

TypeScript · ★ 83,857 · 🍴 8,281 · 📈 134 stars today

The open-source CapCut alternative

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

public-apis/public-apis

Python · ★ 461,679 · 🍴 50,996 · 📈 1,583 stars today

A collective list of free APIs

中文介绍 public-apis是一个免费API的集合,方便开发者获取各种API资源。

ToolJet/ToolJet

JavaScript · ★ 40,000 · 🍴 5,329 · 📈 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,541 · 🍴 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

👍 73

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%

中文介绍 SarahDingWang分享Cursor与SpaceXAI的合作,探讨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

中文介绍 Zai_org介绍GLM-5.3开放预览,强调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

中文介绍 AndrewYNg发布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

中文介绍 GoogleAIStudio发布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

中文介绍 TheGlobalMinima介绍AI编码神器Pi、Opencode Go和Herdr的使用,分析其在AI开发中的应用和趋势。

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

中文介绍 QwenDevs发布Qwen3.8-27B模型使用指南,介绍其控制推理深度和扩展上下文至100万token的能力。

ORACLE: Confirmed AI Bots Actively Trading on Polymarket — Gains Reaching 200% Within 24 Hours

@OracleFoundtion · 19.4K 粉丝 · 18.8K 阅 · 3.1K 赞 · 615 转

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

中文介绍 OracleFoundtion报告AI在Polymarket上的交易活动,指出AI代理在预测市场中的活跃度和影响力。

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功能,强调代理由其工具定义。

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,目标针对编码、网络开发、知识工作和代理工作流程。

[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: NSW to fast-track datacentre approvals; ANU announces Julie Bishop replacement

Gordon de Brouwer appointed chancellor of Australian National University. Follow today’s news live Get our breaking news email, free app or daily news podcast Hume says housing the ‘best indicator of economic security’ in retirement over super The deputy Liberal leader, Jane Hume says the Coalition

中文摘要 澳大利亚国立大学任命Gordon de Brouwer为新校长,新南威尔士州加快数据中心审批流程。

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.

中文摘要 泰国枪支问题严重,枪支数量达1000万支,枪支暴力问题突出。

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

中文摘要 特朗普女婿库什纳在埃及与哈马斯领导人会面,推动加沙地区停火进展。

Five teenagers killed after car driven on wrong side of Irish motorway

Head-on collision between two vehicles on M9 in County Kildare also injured four other people, say police 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 the Republic of Ireland, police 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.

中文摘要 美国海军陆战队司令布拉德·库珀上将表示,海军长期海上服役是“独特且艰难的”。

WuXi AppTec’s 100% Stock Rally Defies Geopolitical Headwinds

The Pentagon’s designation of WuXi AppTec Co. as a Chinese military company may have prompted some US clients to pull back, but investors are still piling into the stock betting the firm will remain central to the global supply of obesity, cancer and other drugs.

中文摘要 WuXi AppTec被认定为军事公司,美客户撤资,但投资者仍看好其全球药物供应链地位。

A2 Milk Sees Slow Recovery From China Formula Supply Problem

New Zealand infant formula supplier a2 Milk expects only a gradual recovery from supply chain disruptions that impacted its China sales earlier this year, signaling the earnings margins will be soft in the six months through December.

中文摘要 新西兰奶粉供应商a2 Milk预计中国销售供应链问题恢复缓慢,预计12月前利润率将低迷。

Oil Edges Higher as Middle East Tensions Linger: Markets Wrap

Oil edged higher as traders looked for the next catalyst to set direction, with renewed Israeli attacks on Lebanon and the prospect of fresh US sanctions on Iran adding to geopolitical uncertainty.

中文摘要 中东紧张局势加剧,油价微涨,投资者寻找下一步市场催化剂。

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.

中文摘要 National Australia Bank Ltd.三季度利润增长,得益于企业贷款增长。

Latest Oil Market News and Analysis for June 17

Oil steadied as fresh fighting in Lebanon and attacks on vessels in the Strait of Hormuz muddied the outlook for a deal to end the US-Iran war.

中文摘要 黎巴嫩冲突及霍尔木兹海峡船只袭击令美国伊朗战争协议前景不明,油价稳定。

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.

中文摘要 分析师对BHP Group Ltd.的全年业绩持谨慎态度,悉尼上市股票的买入评级降至历史新低。

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

中文摘要 摩根大通首席执行官Jamie Dimon警告英国财政大臣不要提高银行税。

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

中文摘要 周末新闻不断,Bloomberg This Weekend带来周末头条新闻的清晰、背景和幽默。

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月会议记录将展示导致三位政策制定者赞成四分之一点利率增长的辩论,显示出通胀高企和经济数据混合情况下的不寻常分歧。

该源今日无内容。