485 related articles

Explore how combining Merkle trees with Tree-sitter enables localized, incremental code indexing for AI coding assistants—no code uploads required.

How to achieve millisecond-level code search in massive repositories with hundreds of thousands of files? A hands-on look at building a code search plugin with Cursor + Codex, powered by Lucene inverted indexing and BM25 ranking.

How to achieve millisecond-level code search in a repo with hundreds of thousands of files? Building a search plugin with Cursor + Codex, powered by Lucene inverted indexing and BM25 ranking.

AI coding bills exploding? 90% of the cost hides on the input side. Learn how local code indexing + dual-path search cuts each query from 83,000 to 4,900 tokens—saving 94%.
Product ReviewsReal-world test of CodeGraph (20k Stars), a code graph indexing tool that replaces AI file-by-file scanning with local semantic graphs. Unity project comparison reveals higher costs but significantly better code quality.

A detailed guide to self-hosted search engine solutions including SearXNG metasearch engine deployment, plus alternatives like Whoogle, LibreY, and 4get for privacy-preserving search.

A complete guide to building a local private AI assistant with Ollama and Qwen-Agent. Covers RAG knowledge integration, voice interaction, and permission isolation for a secure local AI Agent architecture.

How the internet's core architecture was accidentally built by engineers solving specific problems—from TCP/IP to search engines to AI data infrastructure—revealing bottom-up emergence patterns.

Orca-Bench is a benchmark for evaluating AI agents' operational capabilities, testing LLMs on fault diagnosis, multi-tool orchestration, and risk decisions in simulated Oncall scenarios.

In-depth comparison of Claude Sonnet vs Cursor Composer 2.5 for large backend projects, analyzing context understanding, multi-file collaboration, cost, and privacy.

In-depth comparison of Claude Sonnet vs Cursor Composer 2.5 for large backend projects, analyzing context understanding, multi-file collaboration, cost, and privacy.

Deep dive into how GitHub achieves over 45 GiB/s single-core case-folding using branch-free loops, byte-space arithmetic, and SIMD vectorization, approaching memory bandwidth limits.

Proxmox's default kvm64 CPU type only exposes x86-64-v1 instructions, causing Immich's ML container to crash when NumPy's baseline isn't met. Learn the root cause and one-command fix.

An in-depth analysis of a hidden bug discovered while reproducing GPT-2 from scratch, revealing how implementation errors silently degrade weight quality and sharing practical debugging methodologies.

In-depth analysis of LangChain vs LangGraph differences, why teams are migrating to LangGraph for production AI apps, and framework selection guidance based on project complexity.

In-depth analysis of core differences between LangChain and LangGraph, exploring why more teams are migrating to LangGraph for production AI apps, with framework selection guidance.

Totem is an open-source Chrome extension that transforms Twitter/X bookmarked threads into an immersive new tab reading experience with full-width display, highlights, search, and export.

MemoryCustodian is an open-source tool that stores AI memory as Markdown files in your code repo, solving cross-session amnesia for Claude Code, Codex, and other coding assistants.

JusTTY is a minimalist native macOS terminal built on libghostty and Swift, focused on being lightweight, fast, and ready to use. A deep dive into its architecture and place in the terminal ecosystem.

Phantom is a macOS-native voice-first AI agent residing in the MacBook notch, offering context-aware voice commands that complete tasks within any app without switching windows.