Skip to content
View askmy-stack's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report askmy-stack

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



typing

ai

🧠 About

I build AI systems that take machine learning from research into production. My work sits across agent infrastructure, knowledge graphs, and the automation that keeps data and model pipelines running on their own.

⚑ What I work on

πŸ€– Agentic AI systems with LLMs, retrieval, and the Model Context Protocol

πŸ•ΈοΈ Knowledge graphs and memory layers that give agents real context

βš™οΈ Automation for ML pipelines, from ingestion to training to deployment

πŸ”¬ Deep learning research on biomedical and time series data

πŸš€ Current focus

Right now I am extending the multi agent framework behind askmystack.space: memory persistent sub agents that trigger each other through Kafka events and reason over a Neo4j graph. On the research side I am studying how agent memory and retrieval change the way models stay grounded over long horizons.

🧰 Tech I reach for





πŸ—ΊοΈ How my systems fit together

A pattern runs through most of what I build: turn messy signals into a graph, reason over it, and let agents act on the result.

flowchart LR
    A["Signals<br/>Slack, GitHub, Jira, news, AIS"] --> B["Extraction<br/>and ETL"]
    B --> C[("Knowledge<br/>Graph")]
    C --> D["Retrieval<br/>and reasoning"]
    D --> E["LLM agents<br/>via MCP"]
    E --> F["Decisions<br/>and automation"]
    F -. "feedback" .-> C

    classDef node fill:#0d1117,stroke:#58a6ff,stroke-width:1px,color:#c9d1d9;
    class A,B,C,D,E,F node;
Loading

πŸ“š What I am reading

Notes I keep coming back to while building agent systems:

πŸ“„ Foundational LLMs and text generation, from tokenization to inference

πŸ“ˆ Chinchilla and compute optimal scaling for model and data size

🧩 Agent architectures: extensions, functions, and data stores

πŸ”Œ The Model Context Protocol and how agents reach tools and memory

πŸ”Ž Retrieval and grounding, and how RAG keeps evolving

Pinned Loading

  1. eeg-seizure-detection eeg-seizure-detection Public

    Benchmark of 15+ neural architectures on 916 hours of pediatric EEG (CHB-MIT) for seizure detection.

    Python 1 1

  2. featrank featrank Public

    Semantic dedup + priority ranking for product feature requests. pip install featrank.

    Python

  3. startupintel startupintel Public

    Open-source startup intelligence platform powered by specialized ML bots.

    Python

  4. cortex cortex Public

    Organizational memory for AI agents β€” captures decisions into a knowledge graph and serves them over MCP.

    Python

  5. meridian meridian Public

    Real-time supply chain risk intelligence powered by geopolitical signals, AIS vessel tracking, and a live knowledge graph.

    Python

  6. social-signal-pipeline social-signal-pipeline Public

    Model-agnostic AI pipeline for enriching real Twitter/X records into validated social and market intelligence.

    Python 1