Skip to content
View Cranot's full-sized avatar

Block or report Cranot

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Cranot/README.md
Dimitris Mitsos — CosmoHacker · Builder · Hacker

Typing SVG

X CosmoHac AgentsKB


Currently Building

AgentsKB — The knowledge layer for AI agents. 39K+ researched Q&As, 40ms deterministic answers. Replaces web search in agent loops.

roam-code — Instant codebase comprehension for AI agents. Index once, query everything. Replaces explore mode.

AxiOS — Multi-phase deep research agent. Adaptive queries, multi-engine search, synthesis into structured reports. Powered by AgentsKB. Coming soon.


Research & Original Work

grouped-simd-hashtable ⭐ 46
High-performance C++ hash table using grouped SIMD metadata scanning. Beats SOTA at scale.

tieredsort ⭐ 30
Header-only C++17 sorting library. 3.6x faster than std::sort, up to 21x on dense data.

chameleon-cache ⭐ 3
Variance-aware cache replacement policy that beats TinyLFU by +5.09pp through the Basin of Leniency.

mzip
Detection-based compression: 32KB for 1MB of sequential IDs (32768x). Store the formula, not the data.

AI & Developer Tools

claude-code-guide ⭐ 2.3k
The complete Claude Code CLI guide. Live & auto-updated every 2 days.

roam-code
Instant codebase comprehension for AI agents. Index once, query everything — symbols, architecture, deps, git signals.

deep-research ⭐ 163
Turn any question into multi-agent exploration. Recursive Claude agents that spawn sub-agents.

AgentsKB — 39K+ Q&As
The knowledge layer for AI agents. Deterministic answers from official docs in 40ms. Replaces web search.


  

Pinned Loading

  1. tieredsort tieredsort Public

    A fast, header-only C++17 sorting library for numeric types. 3.6x faster than std::sort, up to 21x on dense data

    C++ 30

  2. claude-code-guide claude-code-guide Public

    The Complete Claude Code CLI Guide - Live & Auto-Updated Every 2 Days

    Shell 2.3k 255

  3. deep-research deep-research Public

    Turn any question into multi-agent exploration. Recursive Claude agents that spawn sub-agents.

    Shell 164 20

  4. agentskb-mcp agentskb-mcp Public

    5 3

  5. chameleon-cache chameleon-cache Public

    A variance-aware cache replacement policy that beats TinyLFU by +5.09pp through the Basin of Leniency

    Python 3

  6. mzip mzip Public

    Store the formula, not the data. Detection-based compression: 32KB for 1MB of sequential IDs (32768x). Beats zstd/brotli/bzip2 on structured data.

    C++