Skip to content
View ForeverInLaw's full-sized avatar

Highlights

  • Pro

Block or report ForeverInLaw

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

typing


$ whoami --verbose
const sergei = {
  alias:     "ForeverInLaw",
  role:      "engineer / builder / system plumber",
  stack:     ["Go", "TypeScript", "Python", "Rust-curious"],
  domains:   ["ai-agents", "edge & proxies", "telegram bots", "trading infra", "devtools"],
  shipping:  ["moss", "mosh", "shield", "nimbus", "whispertocode", "corpcoreai"],
  beliefs:   [
    "code that ships > code that's elegant",
    "private repos > demo repos",
    "if it annoys you twice, automate it",
  ],
  status:    "shipping. always.",
};

▍ what I build

  • AI agents & operator tooling — multi-model routing, trace pipelines, Telegram-native UX, eval loops
  • Edge & networking — GeoDNS, TCP/UDP reverse proxies, agent meshes, traffic shaping
  • Bots & automation — Discord, Telegram, Steam, Spotify, escrow, support, "do-this-for-me" daemons
  • Infra & launchers — config sync, restart APIs, health gateways, deploy pipelines for tiny ARM boxes
  • Side-quests — game modding, scrapers, downloaders, anything that scratches an itch in under a weekend

▍ selected work

🌿 MOSS

Go · P2P · CGO · Noise

redstone-md/moss — embeddable P2P mesh core. Tracker bootstrap (BEP 15/3), Noise XX encrypted transport, topic pubsub with peer scoring, NAT profiling, relay primitives. Shipped as a C-shared library with FFI examples in C/C++/C#/Python/Rust.

💬 MOSH

TS · React · Tauri · Rust

redstone-md/mosh — standalone desktop chat client for the MOSS runtime. React + Vite + TanStack Query frontend, Rust/Tauri v2 backend with live libmoss lifecycle, mosh:// deep links, bundled per-platform shared runtime.

🛡️ Shield

Go · Telegram · LLM moderation

redstone-md/shield — self-hosted Telegram anti-spam. Fast-path heuristics (Bayes, similarity, stop-words, CAS, emoji, meta, duplicates) + slow-path OpenAI/Gemini vision & text escalation, policy engine, Lua plugins, SQLite/Postgres.

🌐 Nimbus

JS · edge · networking

Nimbus — scalable agent system with GeoDNS and TCP/UDP traffic forwarding. Plumbing nobody notices until it isn't there.

🎙️ whispertocode

Python · ASR · devtools

whispertocode — speech → working code, end to end. Typing is slower than thinking out loud.

🤖 CorpCoreAI

TS · Next.js · Telegram WebApp · LLM

CorpCoreAI — Telegram bot + Telegram WebApp (Next.js) for corporate task flow. NL task intake, NVIDIA Minimax for titling/subtasks, Postgres via Prisma, role-scoped UI, hourly reminder scheduler with day-of/overdue/manager-escalation alerts.

public list is visible 10%. real firepower lives in private repos — corelogicx, axiomechat, harald, bananalyze, mlefia, owork365, plus a graveyard of profitable internal tools.


▍ stack

languages
backend
frontend
ai / ml
data
infra
daily driver

▍ stats




▍ contact


Pinned Loading

  1. redstone-md/moss redstone-md/moss Public

    Moss is an embeddable P2P mesh core written in Go and exported through CGO as a C-shared library.

    Go 10 3

  2. redstone-md/mosh redstone-md/mosh Public

    MOSH is the standalone desktop chat client for the MOSS runtime.

    Rust

  3. redstone-md/shield redstone-md/shield Public

    Anti-spam bot for Telegram and general-purpose anti-spam library and server

    Go