Skip to content
View kryptomrx's full-sized avatar
  • 21:59 (UTC +02:00)

Block or report kryptomrx

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 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
kryptomrx/README.md

kryptomrx

Infrastructure · Systems Exploration · Automation

I spend my time taking systems apart, figuring out how they work, and attempting to rebuild them. I am currently learning deep infrastructure, secure routing, and how to optimize data flows.

What I'm Learning & Building

  • Infrastructure: Exploring isolated, self-hosted environments (Kubernetes, Istio, custom Matrix Synapse setups).
  • Architecture: Experimenting with zero-trust network models and alternative communication protocols.
  • Workflow Optimization: Maintaining TONL-MCP Bridge to understand and improve token efficiency in LLM APIs.

Current Toolkit

These are the tools I'm actively using and learning:

  • Ops & Routing: Linux, Docker, K8s, Istio
  • Scripting: Python, TypeScript, Bash
  • AI Integration: MCP Servers, API orchestration, RAG architectures
  • Documentation & Web: LaTeX, Svelte/Astro

Highlighted Experiment

npm Tests

A tool I built to learn about and reduce token overhead. It converts JSON/YAML into high-density TONL structures to save context window space in automated pipelines.

npm install -g tonl-mcp-bridge

Pinned Loading

  1. tonl-mcp-bridge tonl-mcp-bridge Public

    Reduce LLM token costs by 30-60% with TONL format. TypeScript library & CLI for bidirectional JSON/YAML ↔ TONL conversion with real GPT-5 tokenizer.

    TypeScript 3