科技新闻 2026-3-9
本周科技动态聚焦智能代理自主研究、代码协作革新与航天突破。从单卡微聊天训练到小行星轨道改变,再到本地化安全沙箱与语义版本控制,技术边界持续拓展。
Autoresearch: Agents researching on single-GPU nanochat training automatically 94
Tags:
AI AgentsAutonomous ResearchLLM TrainingSelf-Modifying CodeMachine Learning AutomationSource:
HackerNews| 阅读原文
[摘要]
AI agents autonomously improve a small-scale LLM training setup by iteratively modifying code, evaluating performance, and evolving the model without human intervention—marking a shift toward self-replicating AI research systems.
Artificial-life: A simple (300 lines of code) reproduction of Computational Life 92
Tags:
计算生命自我复制程序演化计算Brainfuck复杂系统Source:
HackerNews| 阅读原文
[摘要]
300行代码实现的脑筋急转弯式程序在网格中自组织演化出自我复制行为,揭示简单规则下生命特征的涌现。
Blacksky AppView 92
Tags:
AT ProtocolRustPostgreSQLScalabilityIndexingData PipelineSource:
HackerNews| 阅读原文
[摘要]
Blacksky fork replaces TypeScript firehose consumer with high-performance Rust indexer (Wintermute) and optimizes PostgreSQL feeds using LATERAL JOINs for scalable, efficient AppView deployment.
Agent Safehouse – macOS-native sandboxing for local agents 92
Tags:
macOS-native sandboxinglocal agentssecurity isolationBashsystem-level securitySource:
HackerNews| 阅读原文
[摘要]
Safehouse实现macOS原生沙箱化本地代理,通过内核级权限隔离确保代理无法访问敏感数据,仅允许显式授权的文件系统访问。
Sem – Semantic version control. Entity-level diffs on top of Git 92
Tags:
Git代码分析RustSemantic Versioning工具链编程语言处理Source:
HackerNews| 阅读原文
[摘要]
基于Git的实体级差异分析工具,支持13种语言的函数/类等代码实体粒度变更识别,提升代码审查与影响分析效率。
NASA DART 探测器确认改变了小行星的轨道 92
Tags:
行星防御天体动力学深空探测Source:
Solidot| 阅读原文
[摘要]
NASA DART任务撞击小行星Dimorphos,首次实测人类活动改变天体绕太阳公转轨道,周期缩短0.15秒,验证行星防御技术可行性。
I'm Not Consulting an LLM 92
Tags:
AI philosophycognitive developmentLLM limitationsinformation retrievalSource:
HackerNews| 阅读原文
[摘要]
LLMs, even if perfectly accurate, fail to replicate the intellectual growth derived from the messy, exploratory process of research—where contradiction, ambiguity, and epistemic friction shape understanding.
How to run Qwen 3.5 locally 92
Tags:
LLMGGUFQuantizationLocal InferenceUnslothQwenSource:
HackerNews| 阅读原文
[摘要]
Qwen3.5系列大模型支持本地部署,采用改进的GGUF量化算法与Unsloth动态2.0技术,实现4-bit模型中关键层上浮至8/16-bit,显著提升推理性能,支持长上下文、多语言及工具调用。
SWE-CI: Evaluating Agent Capabilities in Maintaining Codebases via CI 92
Tags:
软件工程LLM代理持续集成代码维护基准测试Source:
HackerNews| 阅读原文
[摘要]
提出首个基于持续集成的代码库维护评估基准SWE-CI,衡量LLM代理在长期迭代中保持代码可维护性的动态能力。
Show HN: Skir – like Protocol Buffer but better 87
Tags:
声明式编程多语言代码生成API同步类型安全模式演进Source:
HackerNews| 阅读原文
[摘要]
Skir是一种声明式语言,通过单一.skir文件定义数据类型与API,自动生成类型安全的多语言代码,并支持安全的模式演进与gRPC-like远程调用。