Skip to content
View ron2k1's full-sized avatar

Highlights

  • Pro

Block or report ron2k1

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

GitTok — vertical demo videos of finished GitHub projects

LinkedIn GitHub Profile Views


Data Science | Statistics | @ Rutgers University, New Brunswick -- I build systems where models meet infrastructure. Python for modeling, Rust for the hot path, LLMs for reasoning.


What I'm Building

Structured Concurrency

Cross-platform reaper for orphan Claude Code process trees.

Kernel-enforced cleanup on wrapper exit. Windows uses a Win32 Job Object with JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE, Linux uses systemd-run --user --scope with cgroup.kill on kernel 5.14+ and falls back to setpgid + a bash trap on older kernels and WSL1. macOS is supported at a documented honesty ceiling using setpgid + a disowned out-of-process watchdog, pinned by a negative test that proves the failure mode rather than hides it. 78 tests across PowerShell and bash, CI matrix on all three platforms.

WindowsWin32 Job Object, STRONG, 3-9ms reap latency
Linuxsystemd-run scope + cgroup.kill on 5.14+ (STRONG), setpgid fallback for no-systemd / WSL1
macOSsetpgid + disowned watchdog, MEDIUM (no Job Object, no cgroup.kill), honest ceiling pinned by a negative test
ShapeDiagnose orphans, reap with a config-driven predicate, or wrap Claude Code in a kernel-enforced job

claude-code-structured-concurrency CI


GitTok

Vertical-video PWA for sharing build demos.


LIVE at dev.gittok.net

15-60 second build demos in a TikTok-style vertical feed for shipped GitHub projects. 33 numbered Postgres migrations behind a Codex adversarial-review CI gate that blocks the PR if a reviewer's findings haven't been answered in the diff. GDPR Article-17 erasure is wired into automated PII drift checks that fail the build if personal data leaks into a new column.

migrations CI gate compliance PII drift


Next.js TypeScript Postgres Railway


source-private


FullEV-PropAnalyzer + FastRust

NBA player-prop EV engine in paper trading, approaching GO-LIVE. Core proprietary.

Local prop EV engine covering projection modeling, multi-book line sweep, probability calibration with isotonic regression, 8-layer signal gating, historical backtesting against 9M+ odds snapshots, and CLV-tracked paper trading. FastRust is a companion Rust compute engine via PyO3 that handles the hot-path EV math with GIL-releasing batch parallelism, drop-in replaceable with the Python compute_ev().

CalibrationTemperature scaling + isotonic regression, per-stat per-side, walk-forward isolation
Signal gate8 independent veto conditions: edge floor, CLV gate, stat whitelist, bin blocking, confidence floor, sample gate, hit-rate check, real-line requirement
Data877K closing lines, 9.1M NBA snapshots, 3 full seasons
Rust layerPyO3 0.22, rayon batch API, drop-in replacement for Python compute_ev()

FullEV-PropAnalyzer FastRust


ClawWorld

Tile-based RPG where every NPC is a live AI agent.

Wrote the rendering engine from scratch (no Phaser or Pixi) with A* pathfinding, 4-directional sprite animation, and map transitions. 10 NPCs each route to their own LLM provider (Anthropic, xAI, Ollama, or local subprocess). Agents consult each other mid-conversation through tool-call delegation, so the world's state is shaped by inter-agent negotiation, not scripted dialogue trees.

RenderingFrom-scratch canvas engine, A* pathfinding, sprite atlas, map transitions
DelegationNPCs consult each other mid-stream via ask_agent() tool calls
ProvidersAnthropic, xAI, Ollama, subprocess, Ed25519-authed WebSocket gateway

ClawWorld


Other Public Work

RedLine -- SEC filing change detection with local LLM analysis

Watches any SEC-reporting company on EDGAR. When a new 10-K or 10-Q drops, diffs each section against the prior filing at the sentence level using cosine similarity and greedy bipartite matching, flags material changes against 9 red-flag patterns, and runs risk scoring through a local Ollama model. No paid APIs, no cloud dependencies.

Python Ollama EDGAR cosine similarity bipartite matching


Hackathons

StormLink -- Multi-agent disaster response dashboard (HackUSF 2026, Best Use of ElevenLabs)

Co-built a multi-agent platform that routes live NOAA and FEMA feeds through Google ADK agents over the A2A protocol, with ElevenLabs voice alerts surfacing material weather events in real time. Wrote the AgentPanel component that visualizes the routing pipeline with animated data packets and elapsed timers.

Google ADK A2A protocol Gemini 2.5 Flash ElevenLabs Next.js 16 FastAPI Leaflet


Currently Building in Private

InternPilot -- Automated job application pipeline

Pipeline that scrapes 13 job sources (JSearch, Greenhouse, Lever, Indeed, LinkedIn, Handshake, and more), scores postings against a resume profile, auto-fills ATS forms via Playwright across Greenhouse, Workday, Lever, Ashby, iCIMS, and SmartRecruiters, and drafts cover letters through a local LLM. Currently tracking 127 target firms.

Python Playwright Ollama FastAPI APScheduler

nemotron-reasoning-challenge -- Autonomous fine-tuning pipeline

Daemon that loops through 10 stages: Claude-powered math CoT generation, QLoRA SFT via Axolotl, GRPO reinforcement learning, vLLM eval, failure diagnosis, and Kaggle submission. Deadline-aware strategy that shifts from exploration to exploitation as the June 2026 deadline approaches.

PyTorch Axolotl trl GRPOTrainer vLLM Claude API


Tech Stack

Languages

Python Rust TypeScript R SQL Bash LaTeX

ML / Quant

XGBoost LightGBM scikit--learn NumPy SciPy Pandas

Web / Backend

React Next.js FastAPI Flask Alpine.js

Infrastructure & AI

PyO3 PostgreSQL SQLite Railway Ollama Claude Google ADK Git


github-snake

Popular repositories Loading

  1. nba-propEVanalyzer nba-propEVanalyzer Public archive

    JavaScript 2

  2. crash crash Public

    Desktop agent marketplace with a real x402 payment rail: buy agents, and let them pay per call for the tools and data they use (Tavily search over Coinbase x402). Built for Agentic Commerce Build Day.

    TypeScript 2

  3. RedLine RedLine Public

    Local SEC filing change detection tool: polls EDGAR, diffs 10-K/10-Q sections, detects red flags, LLM analysis via Ollama

    Python 1

  4. ron2k1 ron2k1 Public

    Profile README

    1

  5. ClawWorld ClawWorld Public

    Tile-based RPG where every NPC is a live AI agent, built on React + FastAPI with multi-provider LLM routing

    Python

  6. diamondclaws diamondclaws Public

    DiamondClaws — Cognitive distortion engine for biased AI equity research. Red-team simulation of manufactured institutional consensus.

    Python