Skip to content
View JulesMattioni's full-sized avatar

Highlights

  • Pro

Block or report JulesMattioni

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.

Content in all repositories owned by your account will be closed.
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
JulesMattioni/README.md

Jules Mattioni

Software engineering student at 42 Nice — System & AI.

Top of my cohort at 42, on the common core curriculum. I build systems that are rigorous: real-time servers, concurrent programs, and AI tooling I can measure.

Open to a software / AI internship or apprenticeship.


Tech

Python Rust C TypeScript React FastAPI PostgreSQL Docker Linux Git

Focus areas: fullstack & systems programming · applied AI (LLMs, RAG, retrieval, evaluation) · concurrency


Featured projects

Project What it is
transcendence Multi-tenant document vault with a built-in RAG assistant — 8 containerised FastAPI services behind an Nginx + ModSecurity gateway, PostgreSQL/pgvector, React frontend.
agent_smith Autonomous code agent built entirely from scratch (agent frameworks prohibited): a Thought → Code → Observation loop where the LLM writes and executes real Python to solve programming tasks, using code-based tool calling instead of JSON.
rag_against_the_machine Hybrid retrieval-augmented generation: dense embeddings + BM25 over ChromaDB, with measured retrieval metrics (Recall@k) and documented trade-offs.
the_answer_protocol Real-time multiplayer server & clients in Rust — custom TCP protocol, async concurrency with Tokio, and a GUI client built with the Bevy engine (ECS).
codexion Concurrent systems in C — dining philosophers with pthreads, deadlock prevention, and a custom scheduler.

Contact

Pinned Loading

  1. transcendence transcendence Public

    Multi-tenant document vault with a built-in RAG assistant — microservice architecture with FastAPI, PostgreSQL/pgvector and a React frontend. Work in progress.

    Python 3

  2. agent_smith agent_smith Public

    Autonomous code agent built entirely from scratch (agent frameworks prohibited): a Thought → Code → Observation loop where the LLM writes and executes real Python to solve programming tasks, using …

    Python 2

  3. the_answer_protocol the_answer_protocol Public

    Real-time multiplayer server & clients in Rust — custom TCP protocol, async concurrency with Tokio, and a Bevy GUI.

    Rust

  4. rag_against_the_machine rag_against_the_machine Public

    Hybrid retrieval-augmented generation: dense embeddings + BM25 over ChromaDB, with measured retrieval metrics.

    Python

  5. codexion codexion Public

    Concurrent systems in C — dining philosophers with pthreads, deadlock prevention, and a custom scheduler.

    C