Hyderabad, India — open to the hard problems

IRFANMOHAMMEDAHMED

I build AI agents that ship.

Agentic pipelines, voice agents, and automations — running in production, not in notebooks.

// 01the human in the loop

About

irfan@portfolio:~$ cat about.md

The best engineers don't just write code — they engineer outcomes.

Focus

Agentic AI & Automation

Currently

AI Intern @ Tericsoft

Degree

B.Tech AI — VJIT '26

Based in

Hyderabad, India

// 02where the work happens

Experience

Feb 2026 — July 2026

AI & Automations Intern

Tericsoft Technology Solutions, Hyderabad

  • Officially engaged as an AI & Automations Intern within Tericsoft's engineering team, developing automation workflows and intelligent agent systems for internal operations and client-facing products
  • Built and deployed agentic pipelines integrating LLMs, voice AI, and data platforms across multiple production projects under Tericsoft's engineering umbrella
  • Built an internal AI chatbot that acts as a virtual Engineering Manager with access to company-wide engineering data, used by the CTO to understand team performance and manage the entire engineering organization
  • Built an end-to-end n8n automation workflow that performs competitor analysis and keyword research, then auto-generates SEO-optimized blog content for publishing on the company website — reducing manual content research and drafting time
  • Trusted with ownership of internal AI tooling initiatives, working directly with engineering and operations stakeholders to identify, design, and deploy automation solutions used across teams
LLMsRAGVoice AIn8n Agentic Workflows

My Projects

Internship · Tericsoft — live in production

Autonomous SEO Blog Pipeline

Research → strategy → publish, on autopilot

problem  Publishing one SEO blog post meant hours of SERP research, competitor analysis, planning, and writing — per post.

built  An autonomous n8n workflow that scrapes live top-ranking pages via DataForSEO, then chains three models — LLaMA 3.1 8B for extraction, GPT-4.1 mini for filtering, GPT-4.1 for strategy and final writing — with human review kept at exactly two checkpoints: the content plan and the final draft.

impact  Actively used at Tericsoft to research, write, and publish blogs live on tericsoft.com — a multi-hour manual process cut to minutes.

n8nGPT-4.1GPT-4.1 miniLLaMA 3.1 8BGroqDataForSEOGoogle SheetsGitHub GistsNotionJavaScript
  • Live SERP + competitor scraping before a single word is written
  • Multi-model chain matched to task: extraction, filtering, strategy, writing
  • Human-in-the-loop only at the two decisions that matter

Internship · Tericsoft — source confidential

Engineering Team Analytics Platform

Ask your org anything, in plain English

problem  Engineering managers at Tericsoft stitched together reports by hand across GitHub, Jira, and Keka HR — hours of cross-platform digging for every question.

built  A four-model agentic pipeline over 35 live BigQuery tables: LightRAG retrieves schema, Gemini 2.5 Flash writes SQL, BigQuery executes, Mistral Large visualises — one conversational turn. SQL is dry-run validated and auto-repaired by Gemini up to five times on failure. A custom LoopAgnosticLock solved an asyncio conflict where LightRAG's module-level locks bound to the wrong Streamlit event loop.

impact  An 11-chart productivity dashboard plus a freeform NL→SQL chat — managers get instant, accurate team insights instead of hours of manual reporting.

PythonStreamlitLightRAGLlama 4 ScoutGemini 2.5 FlashMistral LargeGroqGoogle BigQuerySentenceTransformersPlotlyasyncio
🔒 source confidential — internship IP
  • 4-model pipeline: LightRAG → Gemini 2.5 Flash → BigQuery → Mistral Large
  • Self-healing SQL: dry-run validated, auto-repaired up to 5×
  • 11-chart dashboard: productivity scores, code churn, risk register

Voice AI · real-time availability

Doctor Appointment Voice Agent

The clinic's front desk, minus the front desk

problem  Appointment booking needs a human on the phone during clinic hours — and stops the moment they go home.

built  An ElevenLabs conversational agent wired to Cal.com through Make.com webhooks. A check_availability tool returns the nearest open slot in real time; the agent collects name, email, and phone, reads everything back for verbal confirmation, then a book_appointment tool creates the booking. Shipped with a custom branded patient-facing clinic frontend.

impact  24/7 appointment booking with zero humans on the clinic side and zero operational cost per booking.

ElevenLabsMake.comCal.comWebhooksHTML/CSS/JS
  • Real-time slot lookup: webhook → Make.com → Cal.com → agent
  • Verbal read-back confirmation before anything is booked
  • End-to-end booking created directly in Cal.com

Voice AI · fully automated follow-ups

Dealership Outbound Call Agent

Every customer called. No staff involved.

problem  Post-purchase follow-up calls at a car dealership were manual — so they happened inconsistently or not at all.

built  A pipeline where adding a customer row to Google Sheets instantly triggers a personalised outbound call via ElevenLabs and Twilio — the agent greets the customer by name, references their exact car and purchase date, and runs a structured 3-question satisfaction survey conversationally.

impact  100% follow-up coverage with zero human effort after the sale — every call's transcript, AI summary, duration, and recording URL logged back to Sheets automatically.

ElevenLabsMake.comGoogle SheetsTwilioGemini 2.5 FlashWebhooks
  • Sheets row → instant personalised call, no trigger button
  • Personalised per customer: name, car model, purchase date
  • 3-question voice survey: score (1–10), process feedback, suggestions

Deep learning · computer vision

Thyroid Cancer Detection — Bilinear CNN

Published research · ICICC-2025, Springer

problem  TIRADS grading of thyroid nodules in ultrasound depends on fine-grained texture differences that are hard to classify reliably.

built  A bilinear CNN with a dual VGG16 backbone that captures the fine-grained texture features critical for nodule classification, aligned with the clinically established TIRADS scoring system. XML-based ROI extraction and dataset augmentation improved generalisation on limited medical data.

impact  Peer-reviewed and published in the Proceedings of ICICC-2025 by Springer LNNS (ISSN 2367-3389).

PythonTensorFlowVGG16OpenCVNumPyXML Parsing
  • Dual VGG16 bilinear architecture for fine-grained texture
  • Output aligned with clinical TIRADS diagnostic standards
  • XML-based ROI extraction + augmentation for small medical datasets

Robotics · Arduino hardware

Colour-Sorting Robotic Arm

Detect, classify, pick, place — hands off

problem  Sorting objects by colour is a repetitive manual task that's trivially automatable — with the right sensing and actuation loop.

built  An Arduino Uno system: a TCS3200 colour sensor handles real-time RGB detection and classification, servo motors drive precise multi-axis arm positioning, and an electromagnet grips and releases objects without contact.

impact  A fully autonomous sorting loop — detects, classifies, picks, and places with no manual input once calibrated.

Arduino UnoC++TCS3200Servo MotorsElectromagnet
  • TCS3200 real-time RGB detection and classification
  • Servo-driven multi-axis positioning
  • Electromagnet for contactless grip and release

Hardware · built from scratch

Racing Simulator Rig

Sim-racing hardware at a fraction of retail

problem  Commercial sim-racing rigs cost more than most people will pay to find out if they love the hobby.

built  A custom peripheral on a repurposed gaming-controller motherboard: a handcrafted steering wheel with paddle shifters and control buttons, plus potentiometer-based pedals delivering analogue throttle, brake, and clutch. Chassis, wiring, and calibration all fabricated from scratch.

impact  A realistic sim-racing experience at a fraction of commercial cost — plug-and-play with any console or PC.

ElectronicsPotentiometersGaming Controller PCBCustom Fabrication
  • Handcrafted wheel with paddle shifters and control buttons
  • Potentiometer pedals: analogue throttle, brake, clutch
  • Repurposed controller PCB — plug-and-play everywhere

// 04the toolchain

Skill Graph

LLM & Generative AI

LangChainOpenAI APIGeminiAnthropicRAGLightRAGFAISSSentenceTransformersHuggingFaceOllamaPrompt Engineering

Agentic AI & Automation

n8nMake.comAgentic WorkflowsClaude CodeElevenLabs Voice AITwilio

Languages & Frameworks

PythonJavaCFastAPIStreamlitJavaScript

Data & Analytics

MySQLGoogle BigQueryPower BIPandasNumPy

Hardware & Robotics

ArduinoSensors & ServosCustom Fabrication

Tooling & Deploy

GitHubDockerVercel

// 05 — open channel

Looking for a
junior AI engineer?