About

I'm Ibrahim Salman, an AI & automation developer based in Islamabad, Pakistan, with a software engineering background from UET Taxila. I build AI-powered apps and automation that do real work. My flagship is UET GPT, a live AI assistant that answers university students' questions using data crawled from university sources. I've also shipped an OCR engine that reads text out of documents, a tool that poisons source code against AI training scrapers, and several automation pipelines.

I work mainly in Python, TypeScript, and Java, and I care about the unglamorous parts that make software trustworthy: tests, rate limits, error handling, and honest docs. I'm available for freelance projects: email me.

engineering.ts
// engineering.ts - how I approach the work

export const engineering = {
  optimizeFor:        ["correctness", "graceful failure", "readable diffs"],
  productionDefaults: ["typed interfaces", "tests before merge", "rate limits on every call"],
  avoid:               ["silent failures", "happy-path-only tests", "magic config"],
  currentFocus:  "RAG pipelines, OCR, monitoring & automation that survives real-world failure",
  contact: {
    email:  "ibrahim.pk848@gmail.com",
    status: "available-for-freelance" as const
  }
} satisfies EngineeringProfile
timezone: UTC+5 (PKT)● status: available for freelance work (Hire Guide →)