Automation engineer and full-stack developer (backend-heavy) who builds production pipelines and AI-powered workflows. Most recent work focused on n8n automation systems that pull from external APIs, use LLMs for classification/filtering, and write results into CRM systems with reliability, compliance, and operator-friendly documentation. Also conducts independent ML research using PyTorch and Keras/TensorFlow, and builds end-to-end web applications with React/Next.js and FastAPI/PHP. Strong emphasis on reliability (retries, checkpoints, idempotency), cost-aware design, and secure-by-design engineering practices.

Sia m Hossain

Automation engineer and full-stack developer (backend-heavy) who builds production pipelines and AI-powered workflows. Most recent work focused on n8n automation systems that pull from external APIs, use LLMs for classification/filtering, and write results into CRM systems with reliability, compliance, and operator-friendly documentation. Also conducts independent ML research using PyTorch and Keras/TensorFlow, and builds end-to-end web applications with React/Next.js and FastAPI/PHP. Strong emphasis on reliability (retries, checkpoints, idempotency), cost-aware design, and secure-by-design engineering practices.

Available to hire

Automation engineer and full-stack developer (backend-heavy) who builds production pipelines and AI-powered workflows. Most recent work focused on n8n automation systems that pull from external APIs, use LLMs for classification/filtering, and write results into CRM systems with reliability, compliance, and operator-friendly documentation.

Also conducts independent ML research using PyTorch and Keras/TensorFlow, and builds end-to-end web applications with React/Next.js and FastAPI/PHP. Strong emphasis on reliability (retries, checkpoints, idempotency), cost-aware design, and secure-by-design engineering practices.

See more

Experience Level

Expert
Expert
Expert
Expert
Expert
Expert
Expert
Expert
Expert
Expert
Expert
Expert
Expert
Intermediate
Intermediate
Intermediate
See more

Language

Bengali
Fluent
English
Advanced

Work Experience

AI Operations Intern at VOLTaris Labs
May 1, 2026 - August 1, 2026
Remote AI automation work supporting end-to-end production reliability and operator experience. Built and maintained automation pipelines for customer-support and AI agents, including RAG-style workflows and DevOps incident-response flows. Implemented secure development practices (threat modeling, SSRF defense, RBAC, prepared statements, secret handling, file upload protections, and LLM-specific risk mitigations). Owned pipeline reliability via Slack alerting on failures, error branches with retries and exponential backoff, and checkpoint/resume to avoid unnecessary re-billing/re-calling of APIs. Produced engineering documentation/runbooks, CI-ready deployment packaging, and multiple reference projects. Also worked on LLM API/agent orchestration components and server-side security verification against the deployed instance.

Education

BSc in Computer Science & Engineering at American International University - Bangladesh (AIUB)
January 1, 2021 - January 1, 2026

Qualifications

Add your qualifications or awards here.

Industry Experience

Software & Internet, Education, Professional Services, Financial Services, Computers & Electronics
    Multi-Platform Content Engine

    Weekly trend-to-schedule content pipeline that repurposes its own winners.

    A weekly cron pulls Google Trends and Twitter recent-search data, GPT-4 builds a content calendar and per-platform copy, and DALL-E generates images. Output saves to Sheets and Airtable and schedules through Buffer, with a Slack report each run. Seven days later it analyzes engagement and repurposes the top performers.

    Customer-Support AI Agent

    RAG support triage with grounded drafts and timeout escalation.

    Normalizes tickets from Zendesk, Intercom, email and webhooks, then classifies intent, urgency and sentiment with OpenAI. It retrieves relevant articles from a Pinecone vector knowledge base via embeddings and grounds the drafted reply in what it actually retrieved, then routes to the right team. A two-hour no-reply branch escalates anything left unanswered.

    AI Incident-Response Automation

    Alert to diagnosis to gated remediation, with an automatic post-mortem.

    Normalizes alerts from Datadog, Grafana and scheduled health checks into a single shape, then GPT-4 diagnoses root cause and sets confidence and business-impact ratings. Conditional branches drive the response: AWS auto-scaling, an ECS service restart, or a GitHub rollback, each gated rather than fired blindly. Notifications fan out to Slack, PagerDuty and email, and the run writes a post-mortem to Notion and GitHub.

    Cold-Outreach & Reply-Routing Engine

    Throttled outreach with LLM reply classification, compliance guards and a remote kill switch.

    A set of coordinated n8n workflows over a Convex backend and Close CRM. Leads arrive by webhook into Convex. A weekday batch builds a personalized text-first opener per lead and sends it through the CRM API on a 20-second throttle for rate-limit safety. Replies return through a webhook that runs a STOP and opt-out compliance guard before anything else, then an LLM intent and sentiment classifier, then a routing call that flags interested leads and fires the downstream build-and-send. An operations layer runs alongside: a webhook kill switch that flips a runtime flag in the backend, an hourly health check that alerts Slack when the system is unhealthy, and a dedup sweep that quarantines leads already sitting in the CRM.

    Real-Estate Lead Engine

    Daily property sourcing, LLM scoring and CRM delivery for a US real-estate investor.

    A four-stage n8n system that runs every day for an investment client. It scrapes listing sources across a set of target ZIP codes, hashes each address to deduplicate, and idempotently upserts clean records into Postgres. Leads that survive the first filter get a detail scrape, then enrichment from Gemini and the RentCast valuation API, which together produce a deal score and a Maximum Allowable Offer. Top leads are pushed into Close CRM with scores and push history written back to Postgres, plus a Slack digest and per-lead alerts. A separate webhook handles on-demand comping: post a subject property and get back a geocoded valuation and MAO in the response. It delivers around 25 qualified leads a day.