Skip to content
View omnipotence-eth's full-sized avatar
💭
God is the source code
💭
God is the source code

Block or report omnipotence-eth

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

Tremayne Timms

ML Engineer · LLM Fine-Tuning · Inference Optimization · Agentic Systems

Portfolio LinkedIn Email


Quality engineering at GM, Tesla, and Shield AI → self-taught ML → building production LLM systems on cutting-edge hardware. Every project ships with CI/CD, type hints, structured logging, and real deployment — not notebooks.

Currently open to ML/AI Engineer roles in Dallas–Fort Worth.

1,880+ tests · 34 W&B runs · 5,925 training steps · fp8 Blackwell inference


Featured Projects

Project What It Does Technical Highlights
bible-ai-assistant Fine-tuned Bible Q&A with voice ORPO-aligned Qwen3.5-4B, hybrid RAG (BM25 + dense + cross-encoder), constitutional guardrails · 183 tests, 34 W&B runs
godspeed-coding-agent Security-first open-source coding agent 4-tier deny-first permissions, hash-chained audit trail, speculative tool dispatch, 200+ LLM providers via LiteLLM · 854 tests
sovereign-edge Privacy-first multi-agent AI on Jetson Orin 5 LangGraph agents, ONNX DistilBERT intent router (<10ms), LiteLLM gateway (4 providers + Ollama), SOPS+Age secrets · 393 tests
gpu-server-test-suite GPU fleet diagnostics modeled on NVIDIA DCGM 16 diagnostic modules, Prometheus + Grafana, fault injection, JUnit XML for CI · 188 tests
manna-trading Multi-agent AI crypto trading 4-agent pipeline (TA → Chief → Risk → Execution), DeepSeek R1 reasoning, Kelly Criterion, Monte Carlo · 35 tests
llm-wiki AI knowledge base — Karpathy's LLM Wiki pattern LangGraph ingest/query pipelines, instructor + Pydantic structured output, BM25 search, Groq→Gemini→Ollama fallback · 117 tests
ml-lab ML experiment control plane Experiment lifecycle, model registry (append-only JSONL), cloud training launcher (RunPod/Lambda), W&B integration · 28 tests
manufacturing-quality-analytics Semiconductor NCR analysis pipeline SQL + Python ETL, supplier performance scoring, defect Pareto, yield trend analysis, PostgreSQL · 24 tests

Stack

LLM / Inference — vLLM · TensorRT-LLM · Ollama · Unsloth · HuggingFace Transformers · ExLlamaV2

Training — PyTorch · TRL (SFT, ORPO, GRPO) · QLoRA · PEFT · Weights & Biases · Blackwell fp8

Agents — LangGraph · MCP · LiteLLM · instructor + Pydantic · LlamaIndex

Infrastructure — FastAPI · Docker · PostgreSQL · Prometheus · CUDA 13.2 · Jetson Orin Nano


Dallas–Fort Worth, TX · omnipotence-eth.github.io

Pinned Loading

  1. bible-ai-assistant bible-ai-assistant Public

    Bible Q&A — Qwen3.5-4B fine-tuned with ORPO, hybrid RAG, constitutional AI guardrails, voice pipeline

    Python

  2. llm-wiki llm-wiki Public template

    Git-backed LLM knowledge wiki — Karpathy's LLM Wiki pattern with LangGraph pipelines

    Python

  3. godspeed-coding-agent godspeed-coding-agent Public

    Security-first open-source coding agent with 4-tier permissions, hash-chained audit trails, and 200+ LLM provider support

    Python

  4. sovereign-edge sovereign-edge Public

    Sovereign Edge Personal Intelligence System — Jetson Nano Super

    Python

  5. manna-trading manna-trading Public

    Multi-agent AI crypto trading — 4-agent pipeline (TA → Chief → Risk → Execution), DeepSeek R1 reasoning, Kelly Criterion, Monte Carlo, WebSocket

    TypeScript

  6. gpu-server-test-suite gpu-server-test-suite Public

    GPU Server Diagnostic Test Suite — modeled on NVIDIA DCGM architecture

    Python