Skip to content
View faisalsardi-dev's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report faisalsardi-dev

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

Agentic Development

I enjoy building software at the boundary between deterministic systems and AI-driven systems, and understanding complex technologies by rebuilding simplified versions of them from first principles.

My interests include agent workflows, retrieval systems, backend engineering, applied AI, system design, deployment, and infrastructure.

Many of my projects explore questions such as:

  • When should a problem be solved with code?
  • When should it be solved with an agent?
  • How should both approaches interact safely?
  • What architectural tradeoffs emerge when AI becomes part of the software stack?

Technical Interests

Python
FastAPI
Agent Systems
RAG
LLMs
LangChain
SQLite
Linux
System Design
Backend Development
APIs
Git

What I'm Building Now

Secure Image Object Store

A backend-focused project exploring how modern object-storage systems handle user uploads securely and reliably.

Current areas of exploration:

  • Object storage architecture and file lifecycle management
  • Image validation and MIME-type verification
  • Detection of disguised or malformed uploads
  • Secure upload pipelines and access-control design
  • Metadata extraction and image-processing workflows
  • Modern security practices for user-generated content

Goal: build a secure image-storage service that combines backend engineering, cloud architecture, and security-focused design.


Current Featured Projects

πŸš€ Kiosk Agent Order Maker β€” Enhanced Performance

A research-driven evolution of the original OrderBuilder system.

This project compares Prompting, RAG, and Fine-Tuning approaches for converting natural-language food orders into structured order JSON. It includes synthetic dataset generation, a reproducible evaluation harness, deployment infrastructure, and a fine-tuned Qwen3-8B model.

Repository: kioskagentordermaker-enhanced

πŸ” OrderBuilder

An AI-powered ordering platform that allows customers to build orders either through a traditional kiosk interface or through a conversational agent.

Repository: kioskagentordermaker

⛓️ OpenLedger

A simplified cryptocurrency implementation demonstrating wallet generation, transaction signing, balance tracking, and blockchain-style ledger verification.

Repository: openledger

πŸͺ™ CLICrypto

A lightweight command-line cryptocurrency tracker that retrieves live market data directly from CoinGecko.

Repository: clicrypto

πŸ€– Leap-Aware Agent

A comparison of deterministic software architecture and LLM tool-calling workflows using leap-year-aware date calculations.

Repository: leapawareagent

Popular repositories Loading

  1. kioskagentordermaker kioskagentordermaker Public

    Fast food self service kiosk: 1-Traditional order assembly method+2-NLP AI order assembler method

    Python

  2. leapawareagent leapawareagent Public

    a comparison of an llm-tool system solution vs classic dynamic programming at calculating the number of days between two dates

    Python

  3. openledger openledger Public

    A fun simulation of how cryptocurrencies work: your keys never leave local, you broadcast the hashed transaction to the backend which confirms and appends. DEMO VID AVAILABLE

    Python

  4. clicrypto clicrypto Public

    A fast CLI for live crypto prices, market rank, and dominance β€” with efficient coin name resolution via the CoinGecko API.

    Python

  5. faisalsardi-dev faisalsardi-dev Public

  6. kioskagentordermaker-enhanced kioskagentordermaker-enhanced Public

    a fine tuned approach with the menu and ingredient instruction baked into the weights, an approach with Langchain structured output and the whole menu and ingredient instructions thrown into the sy…

    Python