You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: KRONAXIS_ANALYSIS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Executive Summary
4
4
5
-
Kronaxis Router is a **production-grade Go-based LLM proxy** (9.9 MB binary, <5ms routing latency) focused on **extreme cost optimization** through intelligent routing. After deep analysis, here are the key innovations Lynkr should adopt:
5
+
Kronaxis Router is a **production-grade Go-based LLM gateway** (9.9 MB binary, <5ms routing latency) focused on **extreme cost optimization** through intelligent routing. After deep analysis, here are the key innovations Lynkr should adopt:
- ✅ **87.6% compression** on large JSON tool results (grep, file reads, test output)
249
+
- ✅ **Semantic cache** serves repeated queries in 171ms with 0 tokens billed
250
+
- ✅ **Automatic tier routing** — simple questions go to cheap models, complex ones escalate
237
251
- ✅ Route through **your company's infrastructure** (Databricks, Azure, Bedrock)
238
-
- ✅ Cut costs **60-80%** with smart token optimization
239
-
- ✅ **Zero code changes** - just change one environment variable
252
+
- ✅ **Zero code changes** — just change one environment variable
240
253
241
254
---
242
255
@@ -637,14 +650,50 @@ npm start
637
650
638
651
---
639
652
653
+
## Benchmark Results
654
+
655
+
Measured on real agentic coding workloads (Claude Code / Cursor sessions) with Ollama, Moonshot, and Azure OpenAI backends. Run with `node benchmark-tier-routing.js`.
656
+
657
+
### Token compression
658
+
659
+
| Scenario | Tokens without Lynkr | Tokens with Lynkr | Reduction |
| Large JSON grep result (60 items) | 3,458 |**427**|**87.6%**|
664
+
665
+
Lynkr strips irrelevant tool schemas before forwarding (smart tool selection) and binary-compresses large JSON tool results (TOON) — both happen in-process with no added latency.
**Lynkr's edge:** Purpose-built for AI coding tools. Zero-config for Claude Code, Cursor, and Codex. Installs in one command, runs anywhere Node.js runs.
717
+
**Lynkr's edge:** Purpose-built for AI coding tools. Compresses tokens before they reach the model — not just after. Zero-config for Claude Code, Cursor, and Codex. Installs in one command.
Copy file name to clipboardExpand all lines: docs/fossunited-grant-application.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ Lynkr is a self-hosted Node.js proxy (Apache-2.0) that sits between any AI codin
93
93
94
94
| Tool | What it does | Why Lynkr is different |
95
95
|---|---|---|
96
-
|**LiteLLM** (US, BerriAI) | Generic LLM proxy with unified API | Targets backend developers calling LLM APIs directly. Doesn't auto-detect AI coding tools, doesn't translate Anthropic ↔ OpenAI tool-call formats specifically, no tier-based complexity routing. Lynkr is purpose-built for the AI-coding-tool wedge. |
96
+
|**LiteLLM** (US, BerriAI) | Generic LLM gateway with unified API | Targets backend developers calling LLM APIs directly. Doesn't auto-detect AI coding tools, doesn't translate Anthropic ↔ OpenAI tool-call formats specifically, no tier-based complexity routing. Lynkr is purpose-built for the AI-coding-tool wedge. |
97
97
|**Portkey** (US, paid SaaS) | LLM gateway with observability | Closed-source SaaS. Cannot be self-hosted by Indian enterprises with data-residency requirements. |
98
98
|**OpenRouter** (US) | Unified-API marketplace for LLMs | Hosted service — every request leaves your network and gets billed in USD. Lynkr is self-hosted and runs free models locally. |
0 commit comments