jevbooks

← All projects

neurolink

juspay/neurolink · Homepage

TypeScript pipe layer connecting AI providers to apps, with calibrated decisions.

What it is

NeuroLink is a TypeScript SDK and CLI that abstracts over 40+ AI providers, offering generate, stream, and decide inference types, plus MCP, voice, RAG, memory, and file processors for developers building AI applications.

How it uses Jev

The decide inference type uses TypeSafe Jev to make calibrated judgments. Given a state object and typed questions (boolean/choice/score), it returns probabilities, e.g., autoApprove.probability. Used for routing and gating decisions instead of text generation.

Primitives:choicescorenoul

Technique worth stealing

Asymmetric confidence thresholds for routing: upgrade at 0.3, downgrade at 0.6, because wrong downgrades cost more.

Try it

npm install @juspay/neurolink, then use new NeuroLink().tryDecide({ state, questions })

View on GitHub

judged by Jevjev-1.13.0

Evidence

Each line is one question put to Jev about the README. ≥ 0.60 reads as yes, ≤ 0.40 as no; in between Jev is not making a call.

  • Jev-centricno0.16
  • Shows a System One patternunclear0.51
  • Handles uncertaintyno0.05
  • Measuredno0.05
  • Runnableyes0.97
  • Worth recommendingno0.23
  • Model replicano0.09
  • Problem scopescore on a 0–2 scale1.73
  • About Jevyes0.85

Signals by Jev jev-1.13.0, card written by DeepSeek V4.1 Flash from the README on 22 Sept 2026.