惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Blog — PlanetScale
Blog — PlanetScale
小众软件
小众软件
F
Fortinet All Blogs
博客园 - 叶小钗
博客园_首页
D
DataBreaches.Net
Apple Machine Learning Research
Apple Machine Learning Research
U
Unit 42
爱范儿
爱范儿
aimingoo的专栏
aimingoo的专栏
博客园 - Franky
Martin Fowler
Martin Fowler
酷 壳 – CoolShell
酷 壳 – CoolShell
The Cloudflare Blog
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
IT之家
IT之家
M
MIT News - Artificial intelligence
有赞技术团队
有赞技术团队
博客园 - 【当耐特】
S
SegmentFault 最新的问题
Hugging Face - Blog
Hugging Face - Blog

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - manojmallick/sigmap: 97% token reduction for AI ...
manoj079 · 2026-04-30 · via Hacker News: Show HN

Try it now

npx sigmap
sigmap ask "Where is auth handled?"

Zero config. Zero dependencies. Under 10 seconds.


What is SigMap?

SigMap extracts function and class signatures from your codebase and feeds the right files — not the whole repo — to your AI.

Works with Copilot, Claude, Cursor, Windsurf, and any LLM.


Why SigMap?

  • 80.0% hit@5 — right file found in top 5 results (vs 13.6% baseline)
  • 40–98% token reduction — 2K–4K tokens instead of 80K+
  • 52.2% task success rate — up from 10% without context
  • 1.68 prompts per task — down from 2.84
  • Works with any LLM — no API key, no cloud, no accounts
  • Zero npm dependenciesnpx sigmap on any machine

Replace this with SigMap

Without SigMap With SigMap
❌ Guessing which files are relevant ✅ Right file in context — 81% of the time
❌ Sending the full repo to your AI ✅ Minimal context — only what matters
❌ Embeddings / vector DB required ✅ Grounded answers, no infra needed

How it works

Ask → Rank → Context → Validate → Judge → Learn
  1. Asksigmap ask "Where is auth handled?" — ranked file list
  2. Rank — TF-IDF scores every file against your query
  3. Context — writes compact signatures to your AI's context file
  4. Validatesigmap validate — confirms right files are in scope
  5. Judgesigmap judge — scores answer groundedness against context
  6. Learnsigmap weights — boosts files that keep solving your tasks

Benchmark

Benchmark : sigmap-v6.6-main
Date      : 2026-04-30

Hit@5          : 80.0%   (baseline 13.6%  — 5.9× lift)
Prompt reduction : 41.0%
Task success   : 52.2%   (baseline 10%)
Prompts / task : 1.68    (baseline 2.84)
Token reduction: 40–98%  (avg 96.8% across 18 real repos)

Measured on 90 coding tasks across 18 real public repos. No LLM API — fully reproducible.

Full methodology →

SigMap benchmark — before vs after across 3 RAG quality metrics


Install

Try without installing:

npx sigmap

Install globally:

npm install -g sigmap

Install per-project:

npm install --save-dev sigmap

Standalone binary — no Node.js required:

Platform Download
macOS Apple Silicon sigmap-darwin-arm64
macOS Intel sigmap-darwin-x64
Linux x64 sigmap-linux-x64
Windows x64 sigmap-win32-x64.exe

Each binary ships with a .sha256 checksum. Verify a binary →

Volta:

volta install sigmap

Integrations

AI assistants — one run, all of them:

Adapter Output file Used by
copilot .github/copilot-instructions.md GitHub Copilot
claude CLAUDE.md Claude / Claude Code
cursor .cursorrules Cursor
windsurf .windsurfrules Windsurf
openai .github/openai-context.md OpenAI models
gemini .github/gemini-context.md Google Gemini
codex AGENTS.md OpenAI Codex · OpenCode
sigmap --adapter copilot   # default
sigmap --adapter claude
sigmap --adapter cursor

IDE extensions:

IDE Install Source Features
VS Code Marketplace · Open VSX github.com/manojmallick/sigmap-vscode Status bar health grade, stale context alerts, one-click regen
JetBrains Marketplace github.com/manojmallick/sigmap-jetbrains IntelliJ IDEA, WebStorm, PyCharm, GoLand — tool window + actions
Neovim lazy.nvim / packer / vim-plug github.com/manojmallick/sigmap.nvim :SigMap, :SigMapQuery float window, statusline widget

MCP server — 9 on-demand tools for Claude Code and Cursor:

sigmap --mcp

Try it

# 1. Generate context for your project
npx sigmap

# 2. Ask a question — get ranked files
sigmap ask "Where is auth handled?"

# 3. Validate — confirm the right files are in scope
sigmap validate --query "auth login token"

# 4. Judge — score your AI's answer for groundedness
sigmap judge --response response.txt --context .context/query-context.md

# 5. Inspect health
sigmap --health

Start guide

Who Start here
👶 New Quick start guide — setup in 60 seconds
Daily sigmap ask / sigmap validate / sigmap judge
🧠 Advanced Context strategies · MCP setup
🏢 Teams Config reference · CI setup

Docs

manojmallick.github.io/sigmap

Section Link
CLI reference (32 commands) cli.html
Benchmark methodology benchmark.html
Config reference config.html
Roadmap roadmap.html
29 languages generalization.html

Support

If SigMap saves you context or API spend, a ⭐ on GitHub helps others find it.

Report an issue · Changelog


Why not embeddings?

Embeddings SigMap
Vector DB required
Infrastructure to run
Drift over time
Deterministic results
Zero-config setup
Works offline
  • No vector DB — signatures are plain text files committed to your repo
  • No infra — runs locally, zero cloud dependencies
  • No drift — regenerating is npx sigmap, not a reindex pipeline
  • Deterministic — same input always produces same ranked output
  • Faster — TF-IDF ranking runs in milliseconds, no embeddings to compute

29 languages

TypeScript · JavaScript · Python · Java · Kotlin · Go · Rust · C# · C/C++ · Ruby · PHP · Swift · Dart · Scala · Vue · Svelte · HTML · CSS/SCSS · YAML · Shell · SQL · GraphQL · Terraform · Protobuf · Dockerfile · TOML · XML · Properties · Markdown

All implemented with zero external dependencies.

Full language table →


License

MIT © 2026 Manoj Mallick · Made in Amsterdam