Skip to content
View AayushDani's full-sized avatar

Block or report AayushDani

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.

Content in all repositories owned by your account will be closed.
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
AayushDani/README.md

Aayush Dani

Software engineer building dependable products and AI systems.

I'm a Software Engineer 2 at Intuit, working on the QuickBooks Indirect Tax Platform in New York. I build across backend services, full-stack products, and production AI, with a focus on making complex systems understandable and reliable for the people who use them.

My day-to-day work spans Kotlin/Java services, Python AI tooling, React/TypeScript interfaces, and SQL.

What I build

  • Products with demanding business logic. I've led tax engineering for QuickBooks' global invoicing rewrite and delivered reporting APIs and interfaces, connecting domain rules, financial correctness, and customer feedback.
  • AI systems people can operate and trust. My production LLM work covers observability, governance, privacy controls, and cost visibility for an existing classification service.
  • Infrastructure that connects transactions to decisions. I've built core transaction tax-data pipeline components using PostgreSQL CDC and Kafka to support reporting and filing.
  • Tools that improve how engineers work. I build custom Claude Code skills and multi-agent workflows for research, root-cause investigation, and operational reporting.

I also taught and mentored students in CS 540: Introduction to Artificial Intelligence at the University of Wisconsin–Madison as a Peer Mentor, September 2023–May 2024.

Selected personal projects

These are earlier personal projects that show where I started: interactive algorithms, computer vision, and software that responds to the physical world. Most of my recent engineering work is professional and lives outside this public account; the repositories below do not contain Intuit code.

  • Path Finder Visualizer — Explore breadth-first search on an editable maze, with a visual route from start to finish. Python / Tkinter.
  • AutoDust — An early waste-sorting prototype connecting object detection, rule-based classification, and Raspberry Pi motor control. Python / OpenCV / YOLOv3. Historical hardware project; setup limitations are documented.
  • Sudoku Solver — A small constraint-solving project with a reusable backtracking solver, command-line interface, and interactive board. Python / Tkinter.

Browse all repositories · Connect on LinkedIn

Pinned Loading

  1. Path-Finder-Visualizer Path-Finder-Visualizer Public

    Interactive maze editor and breadth-first search visualizer, with a reusable Python search module and tests.

    Python

  2. AutoDustV1 AutoDustV1 Public

    Early waste-sorting prototype integrating YOLOv3 object detection, rule-based categories, and Raspberry Pi motor control.

    Python 1

  3. Sudoku-Solver Sudoku-Solver Public

    Validated Sudoku solver with a reusable Python API, CLI, editable Tkinter board, and behavioral tests.

    Python