Aditya Trivedi/Applied AI & Systems
Synopsys R&DBengaluru, IndiaAvailable for collaboration

Hey, I'm Aditya,

I am a software engineer and systems researcher working at the intersection of applied AI, agent loops, and distributed backend infrastructure. At Synopsys, I design internal engineering tools , build low-latency dashboards processing realtime CI/CD metrics. I also build several automation agents and SKILLS reducing development time by 75%.

My open-source work centers on solving agent fragility. I created AdiClaw, an autonomous AI CLI coding assistant featuring a deterministic staging pipeline that isolates and verifies code modifications before disk mutation. I also built Studio, a native macOS utility performing local Whisper ML transcription directly on Apple Silicon.

Through Coding Adda, I have mentored over 15,000 developers in modern software engineering and generative AI, and authored the handbook Basics of Prompt Engineering: A Practical Guide.

Aditya Trivedi
The Workbench

Architecture & Engineering Tenets

How I approach software design, autonomous agent loops, and systems engineering.

01. Determinism Over Stochastics

Direct filesystem edits by AI agents cause cascading errors and silent regressions. Every code mutation must be isolated in a staging environment and verified against automated test suites before disk commit.

02. First-Principles Reconstruction

True engineering depth comes from stripping away magic. I understand databases, KV-cache indexing, and multi-agent coordination by rebuilding their core algorithms from scratch in plain code.

03. Evaluation-Driven Engineering

Prompts and agent system instructions are software artifacts. Never optimize behavior based on anecdotal runs. We establish reproducible benchmarks, synthetic evaluation harnesses, and regression gates.

adiclaw-v0.4.2 — sandbox● ready
$ adiclaw plan "Implement deterministic AST staging"
[1/4] Scanning workspace AST and dependency graph...
[2/4] Initialized isolated container in .adiclaw/staging
[3/4] Staged 3 file modifications:
• src/staging/diff_engine.ts (+54)
• src/sandbox/runner.ts (+18 -4)
• tests/staging.test.ts (NEW)
[4/4] Executing test suite verification...
✔ All 16 verification tests passed. Zero regressions.
[?] Apply staged patch to working branch? [Y/n]
Open-source CLI architectureView all projects
Published HandbookAmazon Edition

Basics of Prompt Engineering: A Practical Guide

A hands-on, engineering-driven guide bridging the gap between intuitive experimentation and production-grade AI systems. Written to help developers structure, evaluate, and benchmark system instructions for real-world reliability.

Core Topics Covered:
Context Window Dynamics & Tokens
Structured Schema Enforcement
Zero-Shot to Tree-of-Thoughts
Synthetic Evaluation & Regression Gates
Basics of Prompt Engineering Handbook by Aditya Trivedi