Skip to content
View a3ro-dev's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report a3ro-dev

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
a3ro-dev/README.md

Akshat Singh Kushwaha, selected works: qenlo, hybridmind, luna, and bits&bytes™


01 · qenlo

RUST · EMBEDDED VECTOR STORAGE · CPU / WGPU / HNSW

the vector database i wanted for local agents: embedded, filter-aware, snapshot-safe, and honest about what happened during search.

canonical rows → compiled filter plan → exact CPU / exact WGPU / USearch HNSW

every query is pinned to one committed generation. its report names the backend, algorithm, filter path, preparation cost, allocation, and any fallback. the Rust core has Python, TypeScript, Go, Kotlin, and Swift bindings; Python also gets a snapshot-bound Torch index for CPU, CUDA, or MPS.

source · paper · crates.io · PyPI


PYTHON · DENSE + SPARSE + GRAPH RETRIEVAL

retrieval where the ranking is inspectable, not magic. dense, sparse, and graph paths can run together or alone, then meet in weighted reciprocal rank fusion.

query → routed search modes → weighted RRF → optional rerank → trace

the trace says which stages ran, what they produced, which controls resolved, and which config shaped the answer. bitemporal SQLite/WAL stays authoritative; portable .mind.zip snapshots carry checksummed projections and rebuild runtime indexes without executable pickle payloads.

source


03 · luna

TYPESCRIPT · ADAPTIVE CYCLE PREDICTION · TEN BOUNDED TOOLS

a cycle companion with its prediction engine in code, not vibes from the model.

conversation → typed tools → condition-aware forecast → OpenUI result

the engine blends condition-specific priors with personal history, adapts smoothing from recent residuals, rejects implausible intervals, and reports jackknife uncertainty when the data can support it. cycle records stay in Postgres; Supermemory only holds personal context outside those records.

source


TYPESCRIPT · BUILDER NETWORK · GROUNDED SITE ASSISTANT

the software behind our student builder network: events, applications, local forks, live services, and team scheduling.

current page + Upstash corpus → grounded answer → navigation / form / booking

the assistant has to retrieve before it states facts. from there it can search the site, highlight text on the page, match team expertise, submit enquiries, and schedule or manage calls through the separate Motherboard API.

source


four repositories. no résumé.

Pinned Loading

  1. hybridmind hybridmind Public

    HybridMind is a local hybrid-retrieval service for AI memory experiments. It is built around a simple constraint: a memory system should be able to show what it retrieved, why it retrieved it, and …

    Python 5

  2. luna luna Public

    A soft, supportive menstrual cycle companion.

    TypeScript 1

  3. gobitsnbytes/bitsnbytes gobitsnbytes/bitsnbytes Public

    TypeScript 7 13

  4. qenlo qenlo Public

    Observable embedded Rust vector search prototype

    Rust 1