Skip to content
View danmano411's full-sized avatar

Block or report danmano411

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

Hey, I'm Dan 👋

CS @ Georgia Tech · Intelligence (AI/ML) and Modeling and Simulation
Building autonomous systems from real and simulated data.

Email LinkedIn


About

I love building at the intersection where models meet the physical world, because I think computer science should complement our day-to-day lives, not replace them. Currently building Tycho, a deterministic verification layer for AI agents, and working on a perception model for Georgia Tech's HyTech Racing team.


🚀 Check out the most recent thing I built

Claude Explorer

A Windows file manager built around one thing: launching Claude Code from any folder in one click. Sessions open as tabs inside the app and live in named spaces you switch between, so a session waiting on a permission prompt marks its tab and its space instead of stalling unnoticed. That state is read from Claude Code's own hooks, not guessed from terminal output.

Release TypeScript React Electron Apache-2.0

⬇️ Download · 📖 Docs

Electron, React and TypeScript, with real ConPTY terminals, a loopback MCP server that lets a session drive the app itself, bundled ripgrep search, and undo on every file operation.


🧰 Tech

Languages

Python C++ Java TypeScript JavaScript HTML CSS

Machine learning & AI

PyTorch PyTorch Geometric scikit-learn NumPy pandas LangGraph

Web & app

React Flask FastAPI Electron Node.js

Tools & infrastructure

Git Docker Supabase Jupyter VS Code GitHub Actions Claude Code


🛠️ Selected work

ProjectWhat it isStack

Tycho
repo · npm
Jul 2026 – Present

Checks whether an AI agent's tool calls actually did what the agent claimed. The verdict engine runs offline with no model in the loop, reasoning over git state, filesystem diffs, exit codes and database deltas. Open source for Claude Code, Cursor, Codex and OpenCode, and took it through a Y Combinator interview.

Python · LLM integration · PyPI/npm

Physics-informed NN on HTEM DB
research, mentored
Jul 2025 – Jul 2026

A year of mentored research on NREL's materials database. Built a ~9,500 sample by ~1,300 feature training set, then benchmarked 20 deep networks against a scikit-learn baseline for a 96.59% drop in MSE. Adding physics equations as learning constraints took the best architecture to an R² of 0.9932.

Python · PyTorch · scikit-learn · Jupyter

Multimodal GNN for semiconductors
Apr 2026

Predicts band gap and formation energy straight from crystal structure across 17,000+ stable semiconductors from the Materials Project. R² of 0.81 on band gap and 0.98 on formation energy, with a custom PyTorch C++ extension that made CPU training ~2.5× faster.

Python · C++ · PyTorch Geometric · pymatgen

Also contributed to: Pebble · Parky


Georgia Institute of Technology · B.S. Computer Science, 2029 · Atlanta, GA
LinkedIn · dmano6@gatech.edu

Pinned Loading

  1. htem-neural-net-pipline htem-neural-net-pipline Public

    This project aims to construct a curated dataset from the publicly available High Throughput Experimental Materials Database (HTEM DB) and to train a neural network on that dataset to predict thin-…

    Jupyter Notebook 1

  2. htem-ai-scientist-loop htem-ai-scientist-loop Public

    Jupyter Notebook

  3. minecraft-ai-sidecar minecraft-ai-sidecar Public

    RAG-powered Python sidecar that answers Minecraft questions using the official wiki — FastAPI + ChromaDB + Ollama

    Python

  4. bandgap-1-gnn bandgap-1-gnn Public

    Jupyter Notebook

  5. 2x2-rubiks-cube-software 2x2-rubiks-cube-software Public

    A 2×2 Rubik's Cube solver in CMU CS Academy using bidirectional breadth-first search to efficiently find solution paths. Designed a visual interface that animates rotations and allows users to inpu…

    Python

  6. Thesaurus-Race Thesaurus-Race Public

    A web application created with React JS that acts as a speedrunning game similar to that of Wiki race. The objective is to get from one word to another using only the synonyms and antonyms to form …

    Python 1