Skip to content
View 5aikat213's full-sized avatar

Block or report 5aikat213

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
5aikat213/README.md

┌─────────────────────────────────────────────────────────────────────────┐
│  > Tech enthusiast building things that scale                           │
│  > 12 years across Amazon · Microsoft · McAfee                         │
│  > From XDR threat correlation to LLM inference pipelines              │
│  > Currently hacking away in Berlin 🏗️                                 │
└─────────────────────────────────────────────────────────────────────────┘

⚡ What I work on

fn me() -> Enthusiast {
    Enthusiast {
        focus:    vec!["LLM Tooling", "Distributed Systems", "Creative Coding"],
        security: vec!["XDR", "Threat Correlation", "Malware Analysis"],
        building: vec!["AI-native products", "Agent architectures", "Local LLM tooling"],
        location: "Berlin, DE 🇩🇪",
    }
}

🛠 Tech Stack

Languages

Rust Scala Python TypeScript

AI / ML

PyTorch Ollama HuggingFace LangChain

Infrastructure

AWS Kubernetes Apache Kafka Docker


🚀 What I'm Building


🛡️ DeepSOC — Multi-Agent Security Operations Centre 🔒 private

A swarm of specialised AI agents that autonomously investigate security incidents — from raw threat signal to incident report — without human intervention.

Status Scala Akka Anthropic OpenAI

Multi-agent system where each agent has a distinct role, memory, toolset, and LLM — coordinated via an event-sourced Akka Typed actor hierarchy. Built on top of Anthropic and OpenAI APIs with a model-agnostic provider abstraction.


🛠️ ForgeFlow — Local-First Multi-Agent Orchestration Studio

Visual workflow builder for designing, testing, and running multi-agent pipelines against live LLM providers — entirely on your machine.

Status Python TypeScript FastAPI React License  → View repo

React studio + FastAPI runtime for orchestrating multi-agent workflows visually. Supports 14+ providers (Anthropic, OpenAI, Bedrock, Gemini, Mistral, Ollama and more), MCP server integration, versioned workflow assets, and live run inspection — all bound to localhost by default with encrypted credential storage.


🦀 localllm-rust-tool-calling

Rust chat server with function calling against a local LLM — /chat and /search endpoints, zero cloud dependency.

Rust Status  → View repo


⚡ zio-ollama-tool-calling

Scala/ZIO client for Ollama with tool calling — web search, webpage extraction, and Python code execution as LLM tools. Streaming supported.

Scala ZIO Ollama  → View repo


📊 Stats

GitHub Streak


🌐 Connect

Twitter Email Berlin


Popular repositories Loading

  1. ForgeFlow ForgeFlow Public

    ForgeFlow is a localhost-first orchestration studio for building, testing, and running multi-agent workflows with real model providers. The repo combines a React studio, a FastAPI runtime, persiste…

    Python 1

  2. localllm-rust-tool-calling localllm-rust-tool-calling Public

    A rust application interacting with localllm with support of function calling

    Rust

  3. zio-ollama-tool-calling zio-ollama-tool-calling Public

    A simple Scala client of Ollama with tool calling support build with ZIO.

    Scala

  4. 5aikat213 5aikat213 Public