Skip to content
View sup3rus3r's full-sized avatar
💭
Don’t think of cost. Think of value.
💭
Don’t think of cost. Think of value.

Block or report sup3rus3r

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

AI Systems Engineer · Full-Stack Developer · Open Source Builder

Building production-grade AI and ML systems that solve real-world problems



About Me

I'm an independent developer specializing in AI systems architecture, machine learning platforms, and RL optimization frameworks. My focus is building production-ready systems that solve real-world problems through intelligent design and robust engineering.


Featured Projects

Obsidian Networks

AI-powered machine learning scaffolding platform

The fastest path from raw data to production ML models. Describe your problem and upload data—the platform generates complete, research-backed TensorFlow/Keras implementations automatically.

Features:

  • No ML expertise required - Natural language problem description
  • Research-grounded - Queries arXiv for recent relevant papers before code generation
  • End-to-end pipeline - From CSV upload to trained .pt export in a single session
  • Live training insights - Real-time metrics via Server-Sent Events
  • Reinforcement learning support - Full RL agents with Gymnasium environments
  • Docker sandboxing - Isolated, secure training environments
  • Multi-LLM support - Works with OpenAI, Anthropic, or local LMs via LMStudio

Tech stack: Python (FastAPI, TensorFlow, Celery) + React/TypeScript + Docker

View >>


Tensor Optix

Self-evolving autonomous learning loop for TensorFlow RL agents

Replace your training loop with an autonomous optimization system that continuously evolves policies, tunes hyperparameters, and detects plateaus automatically. Perfect for RL problems in trading, robotics, game AI, and adaptive control.

Core capabilities:

  • Autonomous training loop - Continuous stepping with no fixed episode count; system detects convergence
  • Intelligent backoff scheduling - ACTIVE → COOLING → DORMANT state machine with exponential backoff
  • Hyperparameter tuning - Two-phase finite difference estimation adapts parameters in real-time
  • Checkpoint management - Automatic rollback to best-known policies on degradation
  • Ensemble support - Run multiple agents simultaneously as weighted ensemble for non-stationary environments
  • Custom agents & evaluators - Subclass for PPO, SAC, DQN, or any RL algorithm
  • Live pipelines - Stream real-time data (financial markets, sensor feeds) as training data

Key algorithms:

  • BackoffOptimizer — Two-phase finite difference with adaptive perturbation
  • PBTOptimizer — Pseudo population-based training with history-based selection
  • PolicyManager — Evolution tracking, rollback, and ensemble weighting

Perfect for: Trading bots, game AI, robot control, portfolio optimization, multi-agent systems

View >> | PyPI Package >>


Obsidian AI

Visual platform for building and orchestrating AI agents

Enterprise-grade agent orchestration without the boilerplate. Build multi-agent teams, define complex workflows, and manage evaluations entirely through a visual interface—no SDKs, no glue code.

Key capabilities:

  • Visual orchestration - Drag-and-drop agent teams, sequential pipelines, parallel DAG workflows
  • No vendor lock-in - Swap providers (OpenAI → Anthropic → Ollama) instantly without reconfiguring agents
  • Production security - JWT auth, TOTP 2FA, AES end-to-end encryption, secrets vault, RBAC, rate limiting
  • MCP-native - First-class Model Context Protocol support for external tool integration
  • Self-hosted & open-source - Complete data ownership; runs entirely on your infrastructure
  • Sandbox integration - Isolated containers for safe code execution within agent workflows
  • Evaluation pipelines - Built-in testing and metrics for agent performance
  • Human-in-the-loop - Review, refine, and approve agent decisions at every stage

Tech stack: Python (FastAPI) + React/TypeScript + PostgreSQL + Docker

View >>


Philosophy

Problem-first: Every project starts with a real-world constraint that existing solutions don't address.

User empathy: Tools succeed when they reduce friction. I obsess over UX for both end-users and developers.

Production focus: Systems must be deployable, maintainable, and performant at scale. Security and observability are non-negotiable.

Open by default: Code and architecture benefit from transparency. Most of my work is open-source.


Technical Stack

Frontend: React, Next.js, TypeScript, Tailwind CSS, HTML/CSS
Backend: Python (FastAPI), Node.js, PostgreSQL, MongoDB
AI/ML: TensorFlow, Keras, Gymnasium, LangChain, LLM integrations (OpenAI, Anthropic, Ollama)
Infrastructure: Docker, Docker Compose, Celery, Redis, Server-Sent Events
Advanced: RL optimization, hyperparameter tuning, policy evolution, ensemble methods


Let's Connect

I'm always interested in collaborating on AI systems, ML infrastructure, or interesting technical challenges.


Building systems at the intersection of AI, machine learning, and software engineering

Pinned Loading

  1. omnex omnex Public

    Omnex is not a search tool. It is the memory substrate for the agentic era — the data layer that sits beneath AI agents, AI operating systems, and human-AI interaction. What exists today (file syst…

    Python 2

  2. obsidian-webdev obsidian-webdev Public

    Your AI Software Engineer That Actually Ships Production Apps.

    TypeScript 1

  3. obsidian-networks obsidian-networks Public

    Build real ML models without writing training code Upload your dataset + describe your goal → AI generates ready-to-train TensorFlow/Keras code + models — No ML experience required.

    Python 10 1

  4. obsidian-ai obsidian-ai Public

    Obsidian AI is an open-source platform that gives you a full visual interface for building, managing, and running AI agents — no SDKs, no boilerplate, no glue code required.

    Python 22 3

  5. tensor-optix tensor-optix Public

    Autonomous reinforcement learning loop with adaptive hyperparameter tuning, multi-policy ensemble management, and framework-agnostic agent support. Self-converging via exponential backoff. Works wi…

    Python 1