Skip to content
View verbiiyo's full-sized avatar

Sponsors

@Algomancer

Organizations

@sierra-college-cs-club @SharpestProjects

Block or report verbiiyo

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
verbiiyo/README.md

Dyllan McCreary

Research Engineer (AI / Systems / Reinforcement Learning)

GitHub β€’ LinkedIn β€’ dyllan@xlate.ai β€’ dyllanmccreary@gmail.com (preferred)

🧠 Summary

Lead Research Engineer specializing in reinforcement learning, nanometer hardware design, simulation, and nearly all modalities in AI. Built and deployed superhuman RL agents at quilter.ai, contributed to Google Brain research, and attended NeurIPS β€” now founding the next generation of on-device and personalized AI at xlate.

πŸ† Greatest Achievement

Led development of quilter.ai’s reinforcement learning system, capable of designing circuit boards faster and more efficiently than human electrical engineers, combining:

  • Reinforcement learning and game design
  • Geometric constraint solving
  • Large-scale simulation environments
  • Novel training strategies outperforming internal state-of-the-art methods

🧰 Skills

Strong
Python β€’ PyTorch β€’ Reinforcement Learning β€’ Deep Learning β€’ Computer Vision

Experienced
C++ β€’ Systems Engineering β€’ Transformers β€’ Computational Geometry

Exploring
Rust β€’ Japanese β€’ WebAssembly β€’ UI/Design β€’ iOS

πŸ’Ό Experience

xlate β€” Founder

Aug 2024 – Present
https://github.com/xlateai

Building next-generation systems for real-time, on-device AI training and interaction, focused on unifying learning, interfaces, and compute.


quilter.ai β€” Lead Research Engineer

May 2022 – Aug 2024
https://quilter.ai

  • Trained and deployed a superhuman reinforcement learning agent for PCB component placement
  • Built high-performance simulation environments generating millions of layouts per minute
  • Engineered highly vectorized GPU systems for simulation and training

Mindflow β€” Founding Engineer (LLM Agent Systems)

2022 – 2023
https://github.com/mindflowai/mindflow

  • Co-developed an early LLM-based coding agent system
  • Designed agent workflows for iterative code generation, execution, and feedback
  • Explored early patterns in autonomous development systems prior to mainstream adoption
  • Built abstractions similar to modern tool-using and self-improving agents

Gitcoin β€” Product & Research Engineer

Dec 2021 – May 2022
https://gitcoin.co

  • Designed adversarial simulations modeling strategic behavior in funding ecosystems
  • Built systems to detect and mitigate fraudulent activity

Activeloop AI β€” Machine Learning Engineer

Mar 2021 – Mar 2022
https://www.activeloop.ai/

  • Architected systems for petabyte-scale dataset streaming
  • Developed high-performance distributed training pipelines

Vathys AI β€” Machine Learning Engineer

Mar 2019 – Mar 2021

  • Designed multi-agent RL for chip layout optimization
  • Ran distributed training across 128+ GPUs

SharpestMinds β€” Mentee

Nov 2018 – Mar 2019

  • Conducted signal processing research
  • Built early ML systems on real-world data

Freelance Software Engineer

Jan 2017 – Feb 2019

  • Built ML systems, game mods, and backend tools

πŸ”¬ Research / PhD Contributions

πŸŽ“ Education

Udemy β€” AI / Machine Learning Coursework

2018+

  • Machine Learning foundations (regression, optimization)
  • Deep Learning & Computer Vision
  • Reinforcement Learning fundamentals

De Anza College β€” Japanese Studies

2024 - 2024

  • Formal study following 1 year of self-directed learning

Sierra College β€” Mathematics

2017 – 2018

  • Founded and led Computer Science Club
  • Student government for opening a new club
  • Worked with the computer science department professors to allocate classroom time for us to meet
  • Wrote video games collaboratively with our members in Lua and offered general guidance and support https://github.com/sierra-college-cs-club

Woodcreek High School β€” Computer Science

2013 – 2017

  • Completed AP Computer Science coursework with an A (college credit)
  • Final project: built an Asteroids game in C++ (https://github.com/verbiiyo/Asteroids)
    • Received special permission to use C++ instead of the required Snap language
    • Went beyond course requirements with a full game implementation and performance-focused design

🌱 Origins

Wrote my first program in 2011 as a middle school student: a security system and factory management OS for the Minecraft modpack Tekkit using Lua (ComputerCraft). Iterated on this across multiple worlds, developing early intuition for automation, systems design, and stateful environments.

From 2014 through high school, focused heavily on C++, Java, Unreal Engine, and web systems, building games and tools (e.g., https://github.com/verbiiyo/Asteroids), which led to an interest in performance engineering and low-level optimization.

In 2018, began studying AI formally with Udemy (coursework). Progressed from:

  • Linear and logistic regression
  • Multivariate optimization and cost function derivation
  • Deep learning and convolutional networks
  • Reinforcement learning (value iteration, MCTS, TD methods)

Built early RL systems including:

  • TicTacToe solvers (value iteration, MCTS, etc.)
  • Multi-armed bandits and GridWorld control systems
  • Transition into deep RL and ultimately multi-agent reinforcement learning

This trajectory led to specialization in RL systems, GPU-accelerated training, and evolutionary methods, forming the foundation of current work.

Pinned Loading

  1. verbiiyo verbiiyo Public

    here's my resume in a README that I will hopefully keep up to date. wish I did this sooner because I love poking through old git tree histories.

  2. mindflowai/mindflow mindflowai/mindflow Public

    🧠 code-awareness

    Python 234 20

  3. ml-arena ml-arena Public

    A fully custom simulation environment that interchangeably compares reinforcement learning models. Has a full blown API for modularity of algorithms, built in general genetic neural network library…

    Python 2

  4. neuro-evolution-flappy-bird neuro-evolution-flappy-bird Public

    instantaneous flappy bird optimal policy training

    Python 1

  5. rigl-torch rigl-torch Public

    Lightweight torch implementation of rigl, a sparse-to-sparse optimizer.

    Jupyter Notebook 60 6

  6. doom-rl doom-rl Public

    (i should add a readme) doom RL from scratch minimal libraries

    Python