Skip to content
View Sonlux's full-sized avatar

Highlights

  • Pro

Block or report Sonlux

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

lux.init()

class BackendDev:
    def __init__(self):
        self.focus = ["AI Systems", "Production Infrastructure"]
        self.status = "Building things that don't break at 3 AM"
        
    def current_work(self):
        return {
            "rag_pipelines": "Making retrieval actually work",
            "agent_observability": "Tracking what AI agents think (yes, really)",
            "iot_orchestration": "Teaching networks to understand English"
        }

Current Quest

SELECT * FROM challenges 
WHERE topic = 'distributed_systems' 
AND goal = 'less_debugging_nightmares'
ORDER BY priority DESC;

python logo amazonwebservices logo fastapi logo git logo kubernetes logo linux logo postgresql logo raspberrypi logo prometheus logo docker logo

streak graph

Pinned Loading

  1. K8S-Anomaly-Detection-and-Remediation K8S-Anomaly-Detection-and-Remediation Public

    Intelligent K8s monitoring with natural language querying, multi-agent anomaly detection, and automated remediation. FastAPI + React stack with real-time metrics, ChromaDB vector search, and Llama …

    Python 4 2

  2. Imperium Imperium Public

    Intent-Based Networking framework for Raspberry Pi edge environments. Automatically translates natural language intents (e.g, "prioritize sensors, limit camera bandwidth") into Linux tc policies an…

    C 3 1

  3. ESCAI ESCAI Public

    CLI-first observability platform for monitoring AI agent cognition. Track epistemic states, discover causal relationships, analyze behavioral patterns, and predict performance. Multi-framework supp…

    Python 2 1

  4. RAG RAG Public

    A simple RAG app where you upload PDFs, manage your own library, and chat with your books using accurate, context-aware retrieval. Tech Stack: Python, LangChain, LangGraph, Llama 3.3 (70B), ChromaD…

    TypeScript 2

  5. AMRCAIS AMRCAIS Public

    Adaptive Multi-Regime Cross-Asset Intelligence System - A regime-first quantitative finance framework with 3-layer architecture (HMM/ML/Correlation/Volatility classifiers → 5 analytical modules → a…

    Python 7