Skip to content
View indrazm's full-sized avatar
🦊
🦊

Organizations

@Devscale-Indonesia @devscalelabs

Block or report indrazm

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

Hi, I'm Indra Zulfi Mushoddaq

I build production AI systems, agent runtimes, and developer infrastructure that are meant to be used in real applications, not just demos. My work is focused on making AI workflows easier to compose, inspect, operate, and ship with the rest of a production codebase.

Right now my public work is centered around three connected areas:

  • AI application runtimes and agent workflows
  • Local code intelligence for humans and AI agents
  • Model access infrastructure for teams

I'm open for collaboration around production AI systems, developer tools, and backend platforms for AI-native products.

Featured Work

Project What it does Why it matters
Anvia A TypeScript runtime for provider-agnostic agents, tools, structured extraction, retrieval, pipelines, and observability. Gives teams typed AI workflow primitives without locking application logic into one model provider or one orchestration style.
Lexa A fast local code intelligence engine that turns a codebase into a portable, queryable graph for search, context, dependency tracing, and agent tooling. Helps developers and AI agents work from a stable view of a project instead of repeatedly scanning files from scratch.
Mux A self-hosted OpenAI-compatible gateway for the models a team is allowed to use, with provider keys, model catalog control, API keys, request logs, usage, latency, token volume, and estimated cost. Centralizes model access so product teams can use one API surface while platform teams keep provider credentials, policy, and observability in one place.

What I Care About

I like building systems that make complex software feel easier to reason about:

  • Clear boundaries between product code, model providers, tools, data, and side effects
  • Strong developer experience through typed APIs, CLIs, local tooling, and useful docs
  • Operational visibility for AI systems, including tracing, request history, cost, latency, and failure modes
  • Practical abstractions that fit into existing applications instead of forcing a full rewrite

Currently

  • AI Engineering Lead at AlphaX, working on production AI systems and decision-support tooling.
  • Founder and mentor at Devscale Indonesia.
  • Writing about AI engineering, API design, software architecture, and infrastructure at indrazm.com.

Stack

I work mostly with TypeScript, Rust, Python, React, Node.js, FastAPI, Postgres, Redis, Docker, and OpenAI-compatible APIs. I care about clean APIs, local-first development loops, and infrastructure that stays understandable as projects grow.

Find Me

Pinned Loading

  1. anvia anvia Public

    Forked from anvia-hq/anvia

    Anvia is a TypeScript runtime for building provider-agnostic agents, tool workflows, and structured extraction inside your application code.

    TypeScript

  2. monorepo-template monorepo-template Public template

    TypeScript 2 1

  3. lexa lexa Public

    Forked from anvia-hq/lexa

    Lexa - Fast local code intelligence for humans and AI agents. Lexa turns a codebase into a portable, queryable graph so every tool can work from the same stable view of the project.

    Rust

  4. mux mux Public

    Forked from anvia-hq/mux

    One OpenAI-compatible gateway for every model your team is allowed to use.

    TypeScript