Skip to content
View FrancescoScandiffio's full-sized avatar

Block or report FrancescoScandiffio

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

I build and own production AI systems end to end. Most of the code I write sits in private and client repositories under NDA, so what's public here is deliberately small.

At work I own the systems I care most about: a multi-agent platform that became the foundation other teams build on, and a GenAI platform that cut document processing time by a third on average. Alongside these I've built a range of automation pipelines, from simple online workers to multi-domain operations running on distributed Amazon EC2. None of it is public, and it won't be.

Early in my career, while completing my master's in Computer Engineering, I was selected twice to build AI decision-support systems end to end: one for civil-court mediation, one for Latin grapheme recognition in mediaeval manuscripts. I can't show the code, but both are published:

What's public and mine is Exocortex: an MCP server I built as a persistent memory and reasoning layer for Claude. I wanted my interactions to be shaped around what I'm actually trying to achieve rather than generic assistance, and I wanted memory I could structure myself, as real files in real folders, which unlocks far more than a flat memory store. It remembers what matters from our talks, and it gets sharper the more it knows. It began as a fix for my own workflow, and I've used it every day since.

Pinned Loading

  1. exocortex exocortex Public template

    Persistent context for AI. An MCP server on Cloudflare Workers that gives your AI encrypted, long-term memory through a private GitHub repository. Your data stays yours: AES-256-GCM encrypted, acce…

    TypeScript

  2. Foucault-pendulum-tracking-system Foucault-pendulum-tracking-system Public archive

    Tracking system with perspective correction for a Foucault pendulum. Sphere recognition is achieved through template matching (ZNCC). When running on Raspberry-Pi4 it extracts 10 points per second.

    C++ 2