Skip to content
View rogue-socket's full-sized avatar

Highlights

  • Pro

Block or report rogue-socket

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

Hi, I'm Yash ๐Ÿ‘‹

India | Building agents that actually do the thing | Siemens by day, native + agent tools by night

Engineer building local-first AI tools, agent runtimes, native macOS apps, and developer infrastructure.

I care about agents that are debuggable, evaluable, and useful outside demos.

Python Swift TypeScript Claude LangGraph macOS SwiftUI


What I'm Building

  • Agent runtimes with orchestration, evaluation, debugging, and evolution loops
  • Local-first dev tools for PDFs, Jira-style tracking, markdown, dashboards, and code comprehension
  • Native macOS apps that stay fast, private, and battery-friendly
  • VS Code extensions that turn the editor into a thinking surface
  • Personal AI infrastructure around Kayo, my vault-backed assistant for memory, scheduling, web fetches, finance, and Telegram workflows

Featured Projects

Project What it does Stack / Focus
agent-ville Evolves populations of prompt-tool-strategy genomes through scoring, mutation, and selection Python, JS, agent evaluation
ForrestRun Runtime for designing, debugging, and teaching agents Agent runtime
atlas Native macOS PDF reader with AI-generated knowledge maps and source-linked concept graphs Swift, macOS, AI reading
gitstatus Lightweight menu bar Git repo monitor with near-zero idle overhead AppKit, macOS
flowDE Graph-based Python code comprehension inside VS Code TypeScript, static analysis
kayo Personal AI assistant wired into memory, scheduling, finance, web fetches, and Telegram AI assistant infrastructure

Project Index

Agent Systems & Runtimes

  • ๐Ÿงฌ agent-ville
    Agents that evolve through Darwinian selection. Spawns populations of prompt-tool-strategy genomes, scores them, mutates the survivors, and keeps the best performers.
    Focus: agent evaluation, evolutionary loops, pure stdlib + vanilla JS.

  • ๐ŸŒฒ ForrestRun / agentic-runtime
    Runtime for designing, debugging, and teaching agents. Built around making agent behavior observable instead of mysterious.
    Focus: agent runtime, debugging, orchestration.

  • ๐Ÿฆž closed_claw
    Framework for automated agent creation, deployment, orchestration, and storage. A growing village of persistent agents.
    Focus: agent creation, deployment, orchestration.

  • ๐ŸŒ mycompagent
    Agent that drives your browser through the Playwright CLI.
    Focus: browser automation, agent control, Playwright.

  • ๐Ÿ—๏ธ AI-System-Engineer
    Agent that approaches problems like a systems engineer.
    Focus: systems thinking, architecture, AI-assisted engineering.

  • ๐Ÿค– kayo
    My personal AI assistant. Vault-backed knowledge ingestion, finance dashboard, scheduler, web fetcher, Telegram bridge, and a unified Copilot/Claude Code identity.
    Focus: personal AI infrastructure, memory, automation.


Native macOS

  • ๐Ÿ—บ๏ธ atlas
    Native macOS PDF reader with a live, AI-generated knowledge map. Creates force-directed concept graphs linked back to source passages, with cross-document correlation built in.
    Focus: Swift, macOS, PDF intelligence, knowledge graphs.

  • โœ๏ธ markit
    Native macOS app for annotating Markdown. Highlight, comment, and export without modifying the source files.
    Focus: Swift, native Markdown workflows, no Electron.

  • ๐ŸŒณ gitstatus
    Tiny menu bar app that scans ~/Documents for Git repositories and shows branch + working-tree state.
    AppKit, 0% idle CPU, single-digit MB RSS.
    Website: gitstatus.tech
    Focus: AppKit, Git tooling, lightweight native utilities.


Dev Tooling & VS Code

  • ๐Ÿ•ธ๏ธ flowDE
    Graph-based code comprehension for Python inside VS Code. Static analysis, data-flow tracking, and interactive flowchart exploration.
    Focus: VS Code, Python analysis, code graphs.

  • ๐Ÿ’ฌ mdcomments
    Inline, thread-based comments on rendered Markdown inside VS Code.
    Focus: Markdown workflows, VS Code extension development.

  • ๐Ÿ“‹ jira
    Local, file-backed Jira-style project tracker. No cloud, no login, no SaaS bill.
    Focus: local-first project management.

  • ๐Ÿงช sample_backends
    Runnable sample servers for local development, integration testing, and demos. Includes FastAPI/Flask examples for stores, payments, file upload, search, messaging, and OTP auth.
    Focus: backend demos, API testing, local integration.


Skills & Courseware

  • ๐ŸŽ“ system-design-tutor
    Claude Code skill for running an end-to-end system design course. Anchored to DDIA and the System Design Primer, with real-world incidents, runnable exercises, and mock interviews.
    Focus: system design, Claude Code skills, structured learning.

Cross-Platform / Android

  • ๐Ÿ“ฑ scroller
    Agent that drives your phone for you. Android first.
    Focus: mobile automation, Android, agent control.

Utilities

  • ๐Ÿ“„ idolovepdf
    Local PDF toolkit with CLI and browser UI. Merge, split, rotate, compress, watermark, number, reorder, and convert PDFs without uploads or cloud processing.
    Focus: local-first PDF tooling.

  • ๐Ÿ“Š GlanceOS
    Tile-based dashboard for Raspberry Pi, Linux, and macOS. Glassmorphic draggable widgets, real-time WebSocket data, and lofi ASCII vibes.
    Focus: dashboards, Raspberry Pi, real-time widgets.

  • ๐Ÿ’š wa-puppet
    WhatsApp Web automation in Python + Playwright with a JSON rule engine.
    Focus: WhatsApp automation, Playwright, rules engine.

  • ๐Ÿ—ƒ๏ธ wa-data
    Pipe WhatsApp group messages into SQLite using a tiny Node bot and FastAPI backend.
    Focus: message ingestion, SQLite, FastAPI.


Earlier Work
  • โœ๏ธ agentic_article_writer
    Multi-step article-writing agent that adapts to different article styles.

  • ๐Ÿฉบ doctor_reporting
    Agent flow for auto-generating consultation reports from patient discussions.

  • ๐Ÿ’ง AquaTwin
    AI-driven control layer for a water-management digital twin. The pattern generalizes to other digital-twin systems.

  • ๐Ÿงฎ neural_network_numpy
    Neural network built only with NumPy. No TensorFlow, no PyTorch.

  • ๐ŸŽธ math_guitar_VLM
    Vision + image-processing-based pedagogy for math and guitar. Generalizes to learning workflows beyond those two domains.

  • ๐Ÿ“ notes_me
    Android second-brain app for personal notes and memory.


How I Think About Software

I like tools that are:

  • Local-first: useful without a cloud dependency
  • Inspectable: easy to debug, trace, and understand
  • Fast enough to disappear: no heavy UI tax, no idle battery drain
  • Built around real workflows: not demos, not toy wrappers
  • Composable: small pieces that can be wired into larger systems

Connect

Portfolio LinkedIn Email GitHub X


Open to collaborating on agent runtimes, local-first AI tools, native apps, developer infrastructure, and serious product ideas.

Pinned Loading

  1. agentic-runtime agentic-runtime Public

    Python

  2. mycompagent mycompagent Public

    Python

  3. closed_claw closed_claw Public

    Python

  4. agentic_article_writer agentic_article_writer Public

    An agentic flow that writes beautiful articles

  5. scroller scroller Public

    Kotlin

  6. AquaTwin-Web AquaTwin-Web Public

    Forked from SonitBahl/AquaTwin

    3D Digital Twin for Smart Water Management

    Python