Skip to content
View Aryaneviloo's full-sized avatar
🦉
Hoot Hoot
🦉
Hoot Hoot

Block or report Aryaneviloo

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

Aryan

Building AI systems from first principles agents, memory infrastructure, inference engines, and the tools underneath them.

Currently focused on learning by building: turning ambitious ideas into working, tested software, one system at a time.


Current Focus

  • AI Agent Memory Infrastructure
  • LLM Inference Optimization
  • Retrieval-Augmented Generation (RAG) Systems
  • Multi-Agent Systems
  • Backend Engineering & System Design

Tech Stack

Languages

  • Python
  • C++

Backend

  • FastAPI
  • REST APIs
  • Celery / Redis

Databases

  • PostgreSQL
  • SQLite

AI / ML

  • PyTorch
  • Transformers (Hugging Face)
  • LLM Applications
  • RAG Systems
  • Agentic Workflows
  • LangGraph

Tools

  • Git / GitHub
  • Linux
  • Docker

Projects

A production-grade, open-source Python library for AI agent memory infrastructure. Includes SQLite and in-memory storage backends, a scoring/decay/reinforcement layer, local embedding-based hybrid semantic retrieval, memory consolidation, a FastAPI service layer, and a Typer CLI backed by 80+ tests.

Project Sybil

An experimental speculative decoding engine for LLM inference, built to rigorously measure — not assume — whether the technique speeds up generation at small and medium model scales. Includes a from-scratch KV-cached baseline, a correctness-verified speculative decoding engine (with an equivalence test that caught a real bug before it shipped), and controlled benchmarks across GPT-2 and Qwen2.5 model pairs.

Aletheia Sovereign Engine

A fully offline RAG orchestration system, FastAPI gateway, Celery/Redis workers, and a local LLM served via Ollama for private, local-first document retrieval and generation. Currently being rebuilt into a production-grade architecture.

TesseraAxis (Tokenizer Visualized)

An interactive Streamlit tool that deconstructs Byte Pair Encoding tokenization from first principles and contrasts additive vs. rotary (RoPE) positional encoding built to make transformer internals visible and explorable rather than abstract.

AI OS (long-term vision)

An adaptive personal operating system designed to understand goals, manage information, and coordinate intelligent agents.


2026 Goals

  • Build production-grade AI systems
  • Contribute to open source
  • Secure a strong internship
  • Publish impactful projects
  • Develop deep expertise in backend and AI engineering

Learning Philosophy

Build. Break. Understand. Repeat.

I prefer learning through projects, implementation, and experimentation rather than passive consumption.

Pinned Loading

  1. Aletheia-Engine Aletheia-Engine Public

    "A sovereign knowledge synthesis engine designed to bridge high-entropy data with structured intelligence. Built with FastAPI, Docker, and a persistent PostgreSQL substratum

    Python 1

  2. Aryaneviloo Aryaneviloo Public

  3. memvault memvault Public

    Python 2 1

  4. project-sybil project-sybil Public

    Python