.png&w=256&q=75)
1
1
Pakistan
1 year of experience
I'm a passionate Code Artist at Dev X House, currently based in Pakistan. I thrive at the intersection of technology and creativity, building innovative solutions and pushing the boundaries of what's possible with artificial intelligence. As a dedicated builder, I love diving deep into AI tech, participating in hackathons, and collaborating with the global developer community to turn complex ideas into functional, beautiful digital experiences. Whether I'm architecting a new project from scratch, experimenting with cutting-edge AI models, or leading a team to victory at a hackathon, I treat code as my canvas. 🚀 What I Do AI Development & Engineering: Crafting intelligent applications and leveraging state-of-the-art AI technology. Leadership & Strategy: Guiding the vision at Dev X House and fostering a culture of continuous innovation. Community & Hacking: Active participant in the global AI ecosystem, always looking to team up, volunteer at events, and share Knowledge.

Most AI products pick one model for every request, regardless of what it actually needs — overpaying a frontier model to answer a greeting, or underpowering a request that needed real reasoning. Hyper-Inference Router classifies every incoming prompt and routes it to the model suited to the job: - Casual/simple queries -> a fast, cheap serverless model - Reasoning and creative tasks (proposals, strategy, marketing copy) -> Gemma 4 E4B (Google DeepMind), on a dedicated AMD Instinct MI300X deployment via Fireworks AI - Code-related queries -> a code-specialized model Classification is a zero-cost weighted keyword match — the router adds no LLM-call overhead of its own. This isn't a hackathon-only prototype. It's extracted from Kronos AI (kronos.devxhouse.com), a live SaaS platform generating job proposals, social content, and business documents for paying users today. This repo is a clean, standalone extraction — no Kronos business logic or proprietary code included. Every response shows real, live numbers: actual model used, latency, token count, cost in USD, and a live comparison against equivalent GPT-4o pricing — computed from that exact call, not asserted. Who this is for: any team running AI-generated content at scale that pays flat, per-call pricing regardless of task complexity. Kronos adopted this because a five-paragraph proposal and a one-line caption have different reasoning needs but were billed identically. This router plugs into any Fireworks-based product and cuts spend on requests that never needed a frontier model, without touching quality where it matters. Try it live: submit a prompt at the demo URL and watch it route in real time, with model, cost, and latency shown on screen.
11 Jul 2026