A multiplayer competitive programming game where you compete against other players to solve coding challenges.
This implementation only includes the frontend, which is built with Next.js and TypeScript.
The backend is built by another developer.
Link: https://duck-code.vercel.app/
A tool that automatically fetches the latest articles and research papers from various sources and generates a newsletter.
This implementation includes:
- Specific scrapers for different sources that cleanly extract the relevant information
- Filter layers that (1) remove old articles and duplicates, (2) remove irrelevant articles, and (3) rank the articles based on relevance and importance
- A newsletter generator that reads the filtered articles and generates a newsletter in a clean and readable format
Technologies used: Python, LangGraph, OpenAI API, SQLite, BeautifulSoup, Selenium, feedparser, arXiV API.
Link: https://github.com/Masunori/AI-Agents---FCI-Internship-2025-Summer
A research paper which I co-authored that investigates how multi-agent collaboration can enhance the quality of automated scientific proposals compared to single-agent brainstorming.
The paper also investigates how different multi-agent collaboration configurations affect the quality of the generated ideas.
Accepted for AI4Research 2025
Link: https://arxiv.org/abs/2508.04575
A rhythm game where you hit notes in time with the music.
This implementation includes:
- A custom .tja file parser into a chart
- A note scheduler (game engine) that spawns and judges notes
- A simple UI to display the game state
Link: /taiko