Tech Teardown

14articles

Deep dives into AI frameworks and tools — what it is, how it works, and whether it is worth it.

01

mini-AGI: A Byte-Level Language Model for Continual Learning Trained from Scratch on an 8GB GPU

On September 21, 2026, volotat's mini-AGI appeared on Show HN (255 upvotes): a byte-level language model trained from scratch that never freezes, with weights stored on disk and paged into VRAM on demand, where the parameter count ceiling is determined by disk capacity rather than VRAM. This article breaks it down into six parts: what it is, why it's worth watching, the mechanisms of PonderNet adaptive depth and top-8 expert routing, the numbers from 318.1M characters to 1.2026 bits/byte and their limits, the entry barrier runnable on an RTX 3070, and a judgment separating research-sample value from productivity value. The author explicitly states this is a toy-level experiment and the weights have not been released.

open-sourcelanguage-modelscontinual-learning
02

Technical Teardown 016 | jianying-headless: Let the Program Open CapCut for You — No Hard-Coded Final Cuts, Just Generate Local Project Drafts

Appearing on GitHub on 2026-09-15, jianying-headless racked up 1,972 stars in a week: instead of using FFmpeg to hard-code final cuts, it compiles a JSON editing plan into a CapCut Professional project draft that can be opened, further edited, and exported with the native engine. This article breaks down six things: what it is, why it's trending, the architecture and purism behind hash-verification bridging, five hard thresholds, six self-listed limitations, and who it's for. The license covers personal learning and non-commercial use; commercial use requires the author's written authorization.

CapCutVideo AutomationOpen Source ToolsAgent
03

Tech Teardown 015 | Jev: A Model That Can't Chat, and the Two Bets Around It

Jev is a model released by TypeSafe AI on September 15: it uses a transformer architecture but generates no text, returning only three types of typed answers plus calibrated probabilities. Official claims of being 193.6x faster and 444.6x cheaper are self-tested; third-party tests show about 5-18x. This teardown covers the mechanism, how to interpret the numbers, the ecosystem integration within four days, and four paths to get started.

JevTypeSafe AIRLCDSystem One
04

729★ 'AI Text Humanizer' Confirmed as Poisoned: C2 Address Hidden in main.py

The text-humanizer repo, which gained 729 stars in three days on GitHub, has been statically dissected and confirmed as a supply chain poisoning sample: the translation and rewriting pipeline promised in the README cannot run at all. What actually takes effect is the encrypted payload executed upon import at line 12 of main.py—connecting to a hardcoded C2 server, infecting only Windows, and executing the second-stage module in memory without touching the disk. Full static analysis, no sample code executed.

AI安全供应链安全开源软件
05

fast-jev-compaction Teardown: Making Claude Code's Compaction Give Up Summarization

Claude Code's context compression defaults to summarization, but this plugin with 3,206 stars in two days only does deletion. 25 files, about 1850 lines of TypeScript: two noul yes/no questions, a 0.5 threshold, leaving the 'keep or delete' decision for every tool call to a probabilistic model vote.

Claude Code上下文压缩AI Agent
06

OpenResearch Teardown: Turning Claude Code into a Local-First Workspace for Research Agents

alphaXiv/OpenResearch proves the "git-ification of the research pipeline" with 4,941 stars: experiment trees, playbook injection, and 12 research skill modules transform coding agents into research agents.

AI AgentOpen Source ProjectsResearch Tools
07

Tech Teardown 011|OpenCodeReview: Alibaba Open-Sources a Hybrid-Architecture Code Review Tool—Half Engineering Hard Constraints, Half Agent Dynamic Decisions

Tech Teardown 011: the Alibaba open-source open-code-review project gained 3,231 stars in a single day. Deterministic engineering locks down the steps that must never go wrong, while the Agent handles only dynamic decisions: a selectFiles pure function, dual valves in file grouping, and two-level retry for comment localization down to source line numbers—at 1/9 the tokens of a general-purpose agent.

AICode ReviewOpen Source
08

Tech Teardown 010 | Java 27: Three New Features Dissected Down to the Source Code — 64-bit Object Headers, Primitive Type Pattern Matching, Structured Concurrency

Most JDK 27 coverage stops at the press release. This article goes straight to the source code: how `markWord.hpp` compresses the object header from 96 bits to 64 bits, how `javac` lowers `instanceof int`, and what the default policy of `StructuredTaskScope` is. Three new features, dissected all the way down to source line numbers.

JavaJVMOpenJDK
09

Tech Teardown 009 | RLT: Adding a Time Loop to Transformer, Latent Reasoning and the True Face of 'Infinite Temporal Depth'

Tech Teardown 009: Recurrent Looped Transformer (RLT) trades 'infinite temporal depth' for a cross-token recurrent latent state—48-layer encoder global memory plus 48-layer decoder sliding window feedback, sharing one set of execution semantics for training and inference. About 743 stars in three days, are you buying the idea or the engineering?

AILLMResearch
10

Kiro Crew: Turning AI Programming from One-off Conversations into a Resident Colleague

Tech Teardown 008: Source-level teardown of Kiro Crew—five types of memory storage, three alarm clocks (Cron/heartbeat/auto-reminder), cross-session execution handover and three-level skill consolidation, the real scale and selection boundaries behind 3,891 stars.

AIDevToolsAgents
11

vLLM's PagedAttention: How Memory Management Supports Large Model Inference

Technical Teardown 007: Source-level breakdown of KV cache paging, block tables, prefix hash chains, and the V1 scheduler; analysis of the 2-4× throughput claim, comparison with SGLang, and a six-step DIY guide.

AIvLLMInference
12

TimesFM 3.0: After Google LLM-ized Time Series Forecasting

Tech Teardown 006: Source-code level architecture teardown of Stacked Mixing Transformer, RevIN, and CPM, three cold showers, implementation paths, and self-built solutions.

AITimeSeriesGoogle
13

OmniRoute: One Endpoint, 300+ AI Providers — Turning Free Tiers into Infrastructure

Teardown of the open-source AI gateway: 19 routing strategies, 4-tier fallback, multi-engine compression, vs OpenRouter, and a DIY path.

AIGatewayOpenSource
14

Tech Breakdown 002 | hyperframes: Write HTML, Get Video — HeyGen Open-Sources Video Rendering

Yongliang's honest takes on careers and technology in the AI era.

AIOpen SourceVideo