Skip to content
View AkhilPavuluri's full-sized avatar

Block or report AkhilPavuluri

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

Typing SVG


Profile Views GitHub Followers GitHub Stars



$ whoami

name    : Akhil Pavuluri
role    : AI Engineer
focus   : Deterministic AI Systems
status  : Building things that hold up in prod
motto   : "Why did it fail?" > "Did it fail?"

I build AI systems where:

  • outputs are grounded in real data
  • behavior is observable and testable
  • failures are explainable β€” not hidden

Language models are one component inside
a controlled system β€” not the system itself.

The goal is reliable behavior under real-world
conditions, not just a passing demo.



$ ls -la ./systems/

πŸ” TraceAI

Causal Execution Intelligence

Deterministic causal tracing over execution graphs. Know why it failed β€” not just that it did. Root-cause paths from symptom to origin, built for production forensics.

πŸ“Š DecisionGraph

Schema-Adaptive Analytics

Transforms raw relational data into deterministic KPIs via semantic modeling. No guessing β€” just structured derivation you can verify.

βš–οΈ NormaGraph

Policy Intelligence via Decision Graphs

Structured reasoning over regulatory and policy documents. Explainable retrieval β€” every answer has a traceable path through the policy graph.

βš™οΈ UniConvert

Local AI Execution Engine Β active

Natural language β†’ validated execution pipelines over real tools. Not simulation β€” actual ffmpeg, yt-dlp runs with validated, inspectable outputs.


$ cat ./philosophy.md

Design principles I actually follow
╔══════════════════════════════════════════════════════════════╗
β•‘  STRUCTURED REASONING                                        β•‘
β•‘  Explicit graphs, schemas, constraints, and tests            β•‘
β•‘  > opaque stacks                                            β•‘
╠══════════════════════════════════════════════════════════════╣
β•‘  LANGUAGE AS INTERFACE                                       β•‘
β•‘  NLP as a control surface for complex systems                β•‘
β•‘  > open-ended chat endpoints                                β•‘
╠══════════════════════════════════════════════════════════════╣
β•‘  DETERMINISM WHERE IT MATTERS                                β•‘
β•‘  Pipelines, evals, failure modes you can inspect             β•‘
β•‘  > probabilistic black boxes in prod                        β•‘
╠══════════════════════════════════════════════════════════════╣
β•‘  DEPLOYMENT-FIRST                                            β•‘
β•‘  Optimize for load, drift, partial observability             β•‘
β•‘  > happy-path demos that collapse in the wild               β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

$ cat ./stack.md

AI / Orchestration
LangChain

n8n
Backend & APIs
Node.js

Fastify

FastAPI
Frontend
Next.js

React

TypeScript

Tailwind
Data & Storage
PostgreSQL

SQL Server

SQLite

Redis
Languages
Python

JavaScript

Java

C++
Infra & Tooling
Docker

Git

Google Cloud

$ git stats





$ git log --graph

Activity Graph


$ watch contribution-snake

Contribution snake

$ fortune | cowsay

Dev Joke


$ curl ./connect

GitHub Email


Open to real-world problems where constraints are clear, iterations are measurable,
and the system has to hold up outside the lab.


Pinned Loading

  1. TraceAI TraceAI Public

    Causal execution intelligence engine that explains why systems fail using dataflow-aware graphs.

    Python

  2. DecisionGraph DecisionGraph Public

    Schema-adaptive decision intelligence system with semantic modeling and deterministic analytics over dynamic datasets.

    JavaScript

  3. NormaGraph NormaGraph Public

    Decision Graph system for policy intelligence with domain-aware retrieval and orchestration.

    Python