EveryDev.ai
Subscribe
Home
Developers

3,289+ AI companies

  • Radar
  • Trending
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Developers
    3. Alex Chi Z. (skyzh)

    Alex Chi Z. (skyzh)

    Alex Chi Z. (Chi Zhang, known online as skyzh) is an individual database-systems engineer, educator, and open-source creator—not an incorporated company. He builds and explains systems software, especially database storage, query processing, vector search, and LLM inference, through production work, teaching, and free hands-on courses.

    Visit Website

    At a Glance

    1Tool Listed
    6Products
    7Capabilities
    Discussions
    Bellevue, WashingtonHeadquarters
    Focus Areas
    AI Courses
    Local Inference
    AI Development Libraries
    Connect
    Latest News
    Published “Plan Representation: #1 Lesson Learned from Building an Optimizer.”Feb 6, 2025
    Tiny-LLM course work reached a major Week 4 coding-agent checkpoint, including a learner CLI and reviewed agent-loop material.Jul 23, 2026
    Markets
    • Systems and backend engineers
    • Computer-science students and self-directed learners
    • Database researchers and practitioners
    • LLM-inference and serving engineers
    • +2 more

    AI Tools by Alex Chi Z. (skyzh)

    (1)
    View Tiny-LLM
    Tiny-LLM tool icon

    Tiny-LLM

    LLM Inference Course for Engineers

    AI CoursesLocal InferenceAI Dev Libraries

    Discussions

    No discussions yet

    Be the first to start a discussion about Alex Chi Z. (skyzh)

    Latest News

    02/06/2025

    Published “Plan Representation: #1 Lesson Learned from Building an Optimizer.”

    skyzh.dev
    07/23/2026

    Tiny-LLM course work reached a major Week 4 coding-agent checkpoint, including a learner CLI and reviewed agent-loop material.

    github.com
    08/08/2026

    Mini-LSM released v202608 with a redesigned learning experience and new coding-agent implementation path.

    github.com
    08/09/2026

    Tiny-LLM restructured Week 2 into a cumulative learner-owned path and restored learner-owned optimization and speculative-decoding exercises.

    github.com

    Products & Services

    6
    Mini-LSM
    2022-12-27 (original course; annual releases including v202608)

    A free hands-on Rust course in which learners build an LSM-tree storage engine, covering in-memory and on-disk formats, compaction, crash recovery, WAL, MVCC, garbage collection, and transactions; the 2026 edition also provides a guided coding-agent track.

    Tiny-LLM
    2025

    A hands-on course for systems engineers to build an LLM-serving system with MLX and Qwen3 on Apple silicon, progressing from array operations through kernels, KV caching, batching, paging, scheduling, and a local coding agent. Co-created with Connor.

    Write You a Vector Database
    2024 (copyrighted 2024–2026)

    A Rust course that builds an in-memory vector database, SQL top-k integration through Apache Arrow/DataFusion, and exact and approximate indexes including IVFFlat, NSW, HNSW, and IVF-PQ.

    Build a Typed Database Expression Engine in Rust
    2022 (copyrighted 2022–2026)

    A work-in-progress Rust course on typed scalar and array representations, nullability, generic adapters, runtime erasure, and vectorized expression evaluation.

    Market Position

    Chi's work is positioned as small, inspectable, build-it-yourself educational systems that connect theory to implementation. Mini-LSM complements rather than replaces production engines such as RocksDB, TiKV, and Neon; Tiny-LLM is explicitly framed as an LLM-serving counterpart to CMU's Needle project and offers a readable alternative to studying very large, highly optimized CUDA serving codebases; the vector course similarly teaches ANN algorithms and SQL integration rather than presenting only a packaged vector database.

    Leadership

    Founders

    AC

    Alex Chi Z. (Chi Zhang / skyzh)

    Software engineer on Databricks' Lakebase team; previously systems software engineer at Neon, database-system R&D intern at RisingWave Labs, storage-system intern at ByteDance, and storage intern at PingCAP. He holds an MS in Computer Science from Carnegie Mellon University and a BE in Computer Science and Technology from Shanghai Jiao Tong University.

    Founding Story

    This is a personal creator portfolio rather than a company with a separately documented incorporation or founding event. Chi says he enjoys solving difficult real-systems problems and explaining how they work; his educational projects turn that interest into small, readable systems that learners can build end to end. Tiny-LLM specifically began because optimized LLM-serving codebases were difficult to understand, so he chose to implement inference from scratch with array and matrix operations.

    Business Model

    Revenue Model

    The published courses and source code are publicly available for free and receive ongoing updates and bug fixes. The Mini-LSM course states that paid code-review and office-hours services may also be offered; no subscription, API, advertising, or licensing revenue model is documented.

    Target Markets

    Industries & Segments
    • Systems and backend engineers
    • Computer-science students and self-directed learners
    • Database researchers and practitioners
    • LLM-inference and serving engineers
    • Rust developers
    • Educators teaching database systems or systems programming
    Use Cases
    • Learning database internals and storage-engine design
    • Learning LLM inference and serving-system mechanics on an accessible Apple-silicon machine
    • Learning vector-search algorithms and their SQL/query-planning integration
    • Teaching database systems and providing course projects
    • Experimenting with Rust systems programming, compilers, storage, query optimizers, and performance engineering
    • Studying coding-agent workflows with bounded, validated, approval-based tool use

    Quick Facts

    Headquarters
    Bellevue, Washington, USA
    Office Locations
    Bellevue
    Pittsburgh
    Shanghai
    Beijing

    History & Milestones

    2026-08-08

    Released MiniLSM v202608, adding a full learning-experience improvement and a new coding-agent implementation path.

    2025-02-06

    Published the first post in the Lessons Learned from Building an Optimizer series: Plan Representation.

    2025-06 – present

    Following Databricks' acquisition of Neon, continued the storage-system work under Lakebase; the personal site lists Chi as a Databricks Lakebase engineer from June 2025 and in Bellevue from December 2025.

    2025

    Published Tiny-LLM, a hands-on MLX course for building an LLM-serving system from scratch on Apple silicon.

    2024-02 – 2025-06

    Joined Neon as a systems software engineer on the storage team, working on compaction, the pageserver storage layer, logical replication support, and customer-managed keys.

    Key Capabilities

    7
    End-to-end, readable educational implementations rather than black-box use of optimized libraries
    Rust storage-engine design: SSTs, compaction, manifests, WAL, crash recovery, MVCC, snapshots, and transactions
    LLM inference on Apple silicon using MLX arrays plus optional C++ and Metal kernels
    Qwen3 model loading, attention, RoPE, GQA, RMSNorm, MLP, sampling, KV caching, quantization, continuous batching, paged KV, and scheduling
    Vector search with exact nearest-neighbor queries, IVFFlat, NSW, HNSW, IVF-PQ, recall measurement, and latency benchmarks
    DataFusion and Apache Arrow integration for SQL vector top-k queries

    Integrations & Partnerships

    Platform Integrations

    • GitHub repositories and GitHub Pages-hosted course books
    • Tiny-LLM uses MLX and Apple silicon and serves Qwen3 models
    • Write You a Vector Database uses Apache Arrow and Apache DataFusion for a SQL interface
    • Mini-LSM is implemented in Rust and discusses storage systems such as RocksDB, TiKV, and cloud-native object storage
    • Community access through a skyzh Discord server

    Key Partnerships

    Tiny-LLM was co-created with Connor, a PingCAP engineer working on TiKV.
    Chi's BusTub work was carried out with the CMU Database Systems course; the vector-course site explicitly says that course is not affiliated with CMU or CMU-DB.
    During his Neon internship, he collaborated with the Prisma ORM team on integrating Neon's serverless SQL driver.

    Connect

    Website
    skyzh.dev/
    GitHub
    skyzh

    AI Topics

    3

    Alex Chi Z. (skyzh) focuses on these topics:

    AI Courses(1)
    Local Inference(1)
    AI Development Libraries(1)
    Back to all developersSuggest an edit