Skip to content
@llcortex

llcortex

My name is Nishchay. llcortex is my alter ego. Based in India, I'm a fullstack engineer passionate about making AI infrastructure.

llcortex

I am building Tools for AI and Humans. Built in India — for the rest of the world.


What is this?

I'm Nishchay. llcortex is my alter ego, lab and long-term bet on where software infrastructure is heading.

I'm a fullstack engineer. I got tired of AI tooling that's either a wrapper around an API or a prompt trick dressed up as a product. The interesting problem — the one nobody's really solved — is making AI systems that are auditable. Where you can trace what happened, why, and whether to trust it. And making life easier for AI.

That's the thread running through everything I build here.


Projects

DOMglyph — AI-native design system

Most design systems answer one question: what does this look like for a human? DOMglyph answers a second one: what does this mean, and how can a machine act on it reliably?

Every component ships with two layers. A visual layer for your users. A semantic layer for AI agents — expressed as data-ai-* HTML attributes that stay stable across refactors, style changes, and DOM restructuring.

<button
  data-ai-id="save-profile"
  data-ai-role="action"
  data-ai-action="save-profile"
  data-ai-state="idle"
>
  Save Profile
</button>

There's also a runtime inspection API — window.__DOMGLYPH__ — that lets agents query the interface without guessing:

const actions = window.__DOMGLYPH__.getAvailableActions();
// [{ id: "submit-order", state: "idle", screen: "checkout" }, ...]

window.__DOMGLYPH__.trigger("submit-order");

The goal: AI-UI interaction that's as reliable as calling an API endpoint. No DOM scraping, no CSS selector brittleness, no guessing from button text.

Works with React and Vanilla JS. Includes components (ActionButton, FormField, DataTable, Modal, and more), primitives, pattern guides, and devtools for inspecting AI metadata.

Docs · Demo · GitHub


CortexLog — Durable project memory for humans + AI agents

Most systems log events. CortexLog builds timelines of understanding — structured memory that both humans and AI agents can navigate, reference, and trust.

Think git log, but for reasoning. Not just "what changed" but "what was decided, why, and what context led there."

cortexlog.llcortex.ai


Manasvi - Agent Runtime (beta)

A policy-first runtime for AI agents. Models propose actions. Policies decide whether they execute. Humans stay in the loop.

No "just trust the model" shortcuts. It us not your popular red crab.

What I'm not building

  • API wrappers
  • Prompt engineering tricks
  • Tools that solve one thing and die in six months

Foundations. That's the slower, harder, compounding bet.


About me

Fullstack developer from India. I work end-to-end — design, backend, infrastructure. Most interested in AI-native architectures: what does software look like when AI agents are real clients of your system, not just a feature bolted on top?

llcortex is where I think out loud, ship rough things, and iterate in public.


Get involved

This is early. If something here resonates:

  • Open an issue
  • Suggest something worth building
  • Build on top and tell me about it

Support


The future isn't AI-powered. It's memory-powered AI.

Welcome to llcortex.

Popular repositories Loading

  1. ContextSlice ContextSlice Public

    Semantic context pre-processor. Prune your codebase to only what's relevant before the LLM sees it.

    Python 6 1

  2. CortexLog CortexLog Public

    CortexLog is an AI-agent memory CLI that captures checkpoints, decisions, and task resolution in an append-only JSONL log for reliable context handoffs.

    Python 1

  3. CortexUI CortexUI Public

    CortexUI is a design system built for the AI era. Every component exposes a machine-readable contract — making your UI deterministically operable by AI agents.

    MDX

  4. DOMGlyph DOMGlyph Public

    DOMGlyph is a design system built for the AI era. Every component exposes a machine-readable contract — making your UI deterministically operable by AI agents.

    MDX

  5. DOMglyph-demo DOMglyph-demo Public

    Standalone React + Vite demo showing how to build an AI-readable customer profile app with DOMglyph components, runtime inspection, and contract testing.

    TypeScript

  6. .github .github Public

Repositories

Showing 6 of 6 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…