Personal projectDocuments RAG
A local-first, framework-independent, multilingual RAG platform
A personal backend project: a Retrieval-Augmented Generation platform running entirely on local infrastructure (FastAPI, PostgreSQL, Redis, Qdrant, Ollama) with two interchangeable retrieval engines, multilingual Hebrew/English retrieval, and a document lifecycle covering ingestion, deduplication, deletion, re-indexing, and reconciliation.
RAG, AI Engineering, Backend Engineering, Reliability,
Python, FastAPI, PostgreSQL, Qdrant, Ollama, LangChain, Docker, Alembic,
Personal projectMulti-Agent Battleship
A multiplayer Battleship game built by an autonomous multi-agent pipeline
A personal project exploring agentic software delivery: a multiplayer Battleship game (React/TypeScript frontend, Spring Boot backend) built through a pipeline of specialized AI agents covering planning, implementation, testing, and review, with no manual steps between requirement intake and PR.
Agentic Systems, AI Engineering, Backend Engineering,
React, TypeScript, Vite, Java 17, Spring Boot 3, JUnit, Playwright,
Personal projectAI Code Review System
A reusable code-review system with explicit semantics, evidence-backed findings, and deterministic validation
A personal project exploring what it takes to make LLM-assisted code review behave like an engineering system: explicit ownership boundaries, reproducible severity handling, policy enforcement, review and re-review workflows, validation, and portable packaging across coding-agent environments.
AI Engineering, Developer Experience, Reliability,
Agent Skills, Git, GitHub, Python,