I am a Computer Engineering student at the University of Illinois Urbana-Champaign. My research interests lie at the intersection of artificial intelligence, computer vision, and educational technology. I've been working on a broad range of topics, including multimodal large language models, embodied human–robot interaction, AIGC pipelines for educational content, and full-stack software development. Currently, I am co-founding OpenEd, developing multimodal VLMs at Rehg Lab, and working on projects that bridge cutting-edge research with practical applications.
I received my B.S. in Computer Engineering from the University of Illinois Urbana-Champaign (Expected Graduation: May 2029), with a GPA of 4.0/4.0.
| Email: | qiufuyutony (at) gmail (dot) com |
| Find me on: | GitHub | LinkedIn | Website |
| Address: | 409 E Chalmers St., Champaign, IL 61820 |
| Resume: | Download PDF |
| 2026.08 | Completed the Interaction Intelligence internship at AgiBot (智元机器人), building the facial expression system and the human–robot interaction agent for the A3 robot. |
| 2026.07 | Announced inklet, connected e-ink ambient displays with a cloud Portal and a TypeScript SDK. |
| 2026.05 | Released Positron, a runtime JavaScript injection toolkit for Electron applications on Windows. |
| 2025.01 | Co-founded OpenEd, developing AIGC pipeline for STEM educational video generation. |
| 2025.01 | Started as Undergraduate Research Assistant at Rehg Lab, working on Multimodal Video Large Language Models for Social AI applications. |
| 2024.08 | Completed Software Engineering Internship at Stopto-Optics, developing industrial-grade analysis suite with React, Electron, and Babylon.js. |
| 2024.06 | Completed Mobile Full-Stack Developer Internship at Olinteach, engineering serverless Node.js backend for AIGC pipelines. |
Jun 2026 – Aug 2026
Remote / Champaign, IL | Jan 2025 – Present
Explain Integral
Explain Stack
Hook's Law
Champaign, IL | Aug 2025 – Present
Zhenjiang, China | May 2025 – Aug 2025
Shanghai, China | June 2024 – Aug 2024
2024
Champaign, IL | Expected Graduation: May 2029
GPA: 4.0/4.0
inklet builds connected e-ink displays that bring the right information into the rooms where you live and work — contextual rather than chaotic, with no backlight and no notifications to fight for attention. The D1 display and the H1 Compute Hub sync notes, schedules, and documents from Notion, Craft, and Obsidian, and AI content routing decides which screen in which room a given piece of content belongs on.
On the software side, Portal is the cloud dashboard that manages every display from one place, and the Portal SDK (@inklethq/sdk) reduces publishing to a single typed call: hand push.auto() text, a link, an image, or a PDF, and inklet handles layout, room selection, and panel rendering. Content can run through Portal cloud or stay entirely on a self-hosted Compute Hub, keeping the system private by design.
Positron attaches to any running Electron application on Windows and evaluates JavaScript inside its main or renderer process — without restarting the target or modifying its files. A C++ host manually maps a payload DLL into the process, resolves V8 symbols through fuzzy PE export matching, and bootstraps a JavaScript server on the V8 main thread; the payload then self-unmaps, so nothing native is left in memory and later sessions reconnect straight to the live JS server instead of re-injecting.
The toolkit ships an interactive REPL that switches between the main and renderer worlds, a module system with lifecycle hooks for hot load and unload, one-shot command execution, x64 and x86 support, and a C++ SDK for programmatic integration.
Built the A3A Protocol enabling secure, real-time communication and payments between AI agents on Web3. Developed a Next.js-based backend for an autonomous commerce system that manages the entire order lifecycle, including logistics, payments, and status verification through a conversational interface. Integrated smart contracts and deployed on the ASI Agentverse for Fiducia Agents.
Implemented function calling to dynamically translate natural language prompts into executable database operations and blockchain transactions, enabling seamless agent-to-user interaction.
Trained an AI model using reinforcement learning techniques to autonomously play the Edge browser's surf game. The model learns optimal strategies through trial and error, achieving high scores consistently.
Partnered with clinical psychology experts to design an inclusive educational tool for children with ASD, focusing on interactive scenarios to practice social navigation. Engineered an adaptive learning system featuring LLM-driven question generation, a responsive mobile frontend, and a backend analytics engine to monitor and visualize student progress metrics.
Developed an interactive application that performs multi-label text classification on WeChat chat logs using a fine-tuned BERT model to infer MBTI personality types. Designed a preprocessing pipeline to handle unstructured social media data, implementing custom tokenization and context extraction techniques to improve model inference accuracy.
Created a demoscene program in less than 4KB size, featuring animated procedural 3D objects and procedural music. Demonstrates advanced techniques in code optimization and real-time graphics rendering.
Discovered and exploited a stack overflow vulnerability in Casio fx-991CNX, enabling execution of arbitrary code using Return-Oriented Programming (ROP). Published findings on Zhihu and GitHub, fostering a research community around calculator security.
Developed an operating system from scratch in C, implementing Virtual Memory Management (VMM), Virtual File System (VFS), and multitasking capabilities. Demonstrates deep understanding of low-level systems programming and computer architecture.
Building a C-like language compiler entirely in C, focusing on speed and minimal dependencies. The project emphasizes clean code generation and efficient parsing techniques.
C (proficient), C++ (proficient), Python (proficient), Java & C# (familiar), JavaScript (proficient), SQL (familiar)
Node.js, MySQL, Nginx, React, Electron, Qt, Avalonia, Docker, PyTorch
Backend services, GUI frameworks, Embedded systems, Reverse engineering, AI/ML, Computer Vision, Human–robot interaction