📅 今天是2026年7月13日,以下是今日技术热点深度总结,涵盖GitHub最新热门开源项目及AI前沿研究成果。
🔥 GitHub 热门开源项目详解
以下为近7天内新建或迅速爆火的开源项目(数据来源:GitHub Trending):
🔤 TypeScript | 🏷️ agentic-ai, agentic-ide, ai-agents, developer-tools, electron | 🍴 136 Forks | 🌐 官网
项目简介:Local-first, zero-trust agentic IDE for verifiable autonomous software development.
技术栈:TypeScript、agentic-ai、agentic-ide、ai-agents、developer-tools、electron、ide、local-first、typescript
核心介绍:Clodex is an open-source agentic development environment that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and controlled execution in one Electron workspace. It is built around a simple principle: > Model output is untrusted input. Authority comes from explicit policy, > isolated runtimes, and user-controlled review. implemented and tested locally. Advanc…
🔤 Python | 🍴 76 Forks
项目简介:Codex plugin that turns attached object images into code-only, animation-ready procedural Three.js models.
技术栈:Python
核心介绍:Turn the object in an attached image into a quality-gated, animation-ready procedural Three.js model built entirely with code. Open the live tower ship demo This tower ship study shows the intended output shape: a browser-rendered, code-sculpted Three.js object rebuilt from an attached reference image, with procedural geometry, articulated parts, material work, and interactive controls. Open the live ancient autumn tree demo
项目数据:⭐ 578 Stars,🍴 76…
🔤 TypeScript | 🍴 111 Forks
项目简介:Voice-first local agent orchestration runtime for auditable DAG workflows.
技术栈:TypeScript
核心介绍:English | 中文 HomeRail is a TypeScript runtime that turns one-off agent chats into auditable, reusable workflows. The name comes from what it is: Home — it runs on your own homelab, NAS, or home server, serving the people who live there; Rail — the track shape of a DAG, where agent work flows node to node along explicit edges instead of pooling in a single chat. The design bet is that a person’s attention is the scarcest resource in any automation, so the system should as…
🔤 Dockerfile | 🍴 1,061 Forks
技术栈:Dockerfile
项目数据:⭐ 487 Stars,🍴 1,061 Forks
🔤 TypeScript | 🍴 7 Forks | 🌐 官网
项目简介:The AI-era curl
技术栈:TypeScript
核心介绍:ax is what a coding agent should reach for instead of curl piped into a throwaway parsing script. It fetches a page, helps the agent understand its structure, and extracts structured data — locally, deterministically, with output shaped for a context window. ax https://api.example.com/users # curl parity — but never silent ax https://example.com –outline # discover the page’s structure ax https://example.com ‘.item’ –row ‘title=a, href=a@href’
项目数据:⭐ 420 Stars,🍴 7 Forks
🤗 HuggingFace 热门论文深度解读
以下为HuggingFace Daily Papers中今日关注度最高的AI论文:
In long-horizon tasks, decision-relevant state is often scattered across an expanding trajectory, while the action agent must surface it and act. As trajectories grow, task requirements, environment facts, prior attempts, diagnoses, and open subgoals can be buried in the context window or pushed beyond it, failing to influence decisions when needed. We call this failure mode "behavioral state decay". We study memory as an active intervention mechanism rather than passive retrieval. A separate memory agent runs alongside an unmodified action agent, updating a structured memory bank from the …
We introduce PAST-TIDE, our stance detection system addressing both subtasks of the StanceNakba Shared Task at NakbaNLP@LREC-COLING 2026. The main idea is statement tuning. We redefine stance as cloze-style masked language modeling (MLM), letting a verbalizer map label words to stance categories through the pre-trained MLM head rather than appending a randomly initialized classification head. We complement this with prototypical contrastive learning, which uses learnable class prototypes for batch-size independent contrastive training, and topic-conditional layer normalization for cross-top…
Modern Video Object Segmentation (VOS) involves tracking and segmenting user-specified targets. While recent approaches have achieved remarkable performance in single-target scenarios, extending them to multi-target settings typically involves replicating the single-target processing for each individual object, resulting in reduced frame rates (FPS) with unbounded latency as target count increases. Built upon Segment Anything 2 (SAM2), we propose SAM-MT, which addresses this by transforming the model into an interactive framework for real-time Multi-Target video segmentation. SAM-MT uses ex…
In a class of quantum circuits known as peaked circuits, the goal is to predict the most probable bit string at the output of the circuit. Since these circuits are designed to have a sharp peak in their output distribution, in principle it should be possible to simulate them using a truncated state vector with a limited number of terms, or a fraction of the total probability mass. This approximate simulation can be carried out on a classical computer with a sparse representation that stores only the nonzero amplitudes of the state vector, in contrast to the dense representations that are co…
Self-attention lets each token retrieve information from the full context, but its quadratic cost in sequence length limits training and inference at long context. This paper presents a comparative study of softmax attention and four recent recurrent linear-attention architectures: DeltaNet, Gated DeltaNet, Kimi Delta Attention, and Gated DeltaNet-2. We express these mechanisms in a common recurrent-memory notation, making explicit how they differ in expressivity, memory decay, erase and write control, training throughput, and implementation complexity. Our experiments center on 350M-parame…
Current computational approaches for drug design typically focus on generating molecules conditioned on specific targets or general molecular properties, often neglecting the influence of disease context on target behavior and therapeutic outcomes. To address this gap, we introduce DrugGen-2, a novel generative model that designs small molecules conditioned on both disease ontology and target protein sequences. DrugGen-2 was developed by fine-tuning a pre-trained GPT-2 model on a curated dataset of approved drugs linked to their diseases and targets, using a two-step strategy of supervised …
📌 今日小结
以上为2026年7月13日的技术热点深度总结。共收录 5 个GitHub热门开源项目和 6 篇AI前沿论文。
从本周趋势来看,TypeScript 是本期的热门编程语言,AI Agent、大模型应用、开发工具等方向持续受到开发者关注。保持学习,紧跟前沿!
更多精彩内容请持续关注 汤不热吧。
本文由系统自动生成于2026年7月13日,数据来源:GitHub API、HuggingFace Daily Papers
相关