Skip to content
View sananmalik's full-sized avatar
🌴
On vacation
🌴
On vacation

Block or report sananmalik

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

class Sanan:
    university = "MNS University of Agriculture, Multan"
    degree     = "BS Computer Science · '28"
    stack      = ["C#", "ASP.NET Core", "SQL Server", "EF Core"]
    ai_tools   = ["OpenAI API", "Gemini API", "Multi-Agent Systems"]
    ml_active  = ["Python", "NumPy", "PyTorch (learning)"]
    building   = "AI-integrated backend systems → research"


⚡ Current Focus

🔧  Building production backend systems in C# / ASP.NET Core
🤖  Wiring AI inference into real pipelines — not just calling APIs
🧠  Learning ML foundations to understand what's inside the models I deploy
🎯  Targeting -

🚀 Projects

🔍 SentinelIQ

Web Intelligence Platform

Real-time competitor monitoring — scrapes live sources, runs OpenAI inference, returns structured business signals through a layered REST API.

Confidence-gated output filtering prevents hallucination drift from compounding silently across pipeline stages.

C# ASP.NET OpenAI Next.js

🛡️ SIFT Guardian

Multi-Agent Security Forensics · UC Berkeley AI Hackathon

Four specialized agents — Investigator, Skeptic, Verifier, Reporter — running a self-correction loop over security telemetry.

Inter-agent confidence scoring lets the Skeptic halt and redirect the Investigator mid-analysis before bad data reaches the final report.

C# ASP.NET .NET

🧠 Cognivex AI

Academic Workflow Agent · Live on Vultr VPS

Parses academic documents across formats, extracts tasks and deadlines, generates structured study plans. Deployed behind Nginx.

Extraction confidence checks surface incomplete parses explicitly — the agent admits when it cannot plan rather than guessing over bad data.

C# Gemini React Nginx

🎓 STEMPilot AI

Adaptive Learning Platform · DSH Hacks V1

Identifies student knowledge gaps through quizzes, tracks performance, and adjusts content delivery based on results.

Co-built under hackathon constraints — focus was adaptive scoring logic and real-time feedback loops.

C# SQL Server React


🛠️ Tech Stack

C# ASP.NET Core SQL Server Entity Framework

OpenAI Google Gemini React Next.js

TypeScript Python Nginx Vultr


📌 What I'm Building Toward

The research question I keep running into across all these projects:

How do you build agentic systems that know what they don't know — and surface that uncertainty reliably instead of hallucinating confidence?


Open to research collaboration and backend/AI internship opportunities

LinkedIn Email

Pinned Loading

  1. STEMPilotAI.API STEMPilotAI.API Public

    An interactive STEM learning platform that identifies students’ knowledge gaps through quizzes, performance tracking, and personalized analytics.

    C# 1

  2. SIFTGuardian SIFTGuardian Public

    A self-correcting multi-agent SecOps system that investigates alerts, validates forensic evidence, and generates intelligence advisory reports.

    C#