Posts With Tag: Code
Creating a clone of yourself
...as a text messaging AI model using OpenAI's fine-tuning capabilities.
After OpenAI become mainstream enough, I started becoming fascinated by searching for the existence of an AI model that would mimic myself or another person’s text messages. It would basically work by scraping and refactoring messages from a platform (Discord or WhatsApp) and creating a fine-tuned model, which would be served as a bot on Discord (or on any other platform).”
ICHack: Pathfinder AI
Visualise consequences of one's actions to help them understand the possible outcomes.
This app allows you to visualise the outcomes of your actions using Claude AI. It creates a decision tree around the thing that you want to look into. You start by giving a prompt (could be any kind of action or thing you are considering doing), and the app sends you 3-4 questions related to your prompt.
Stargaze
This project is a fully fleshed-out chess engine that I'm trying to create.
I’m using bit boards to represent the board and the pieces. I’m following the alpha-beta algorithm with multiple optimisations, ranging from transposition tables and iterative deepening, with a heuristic move generator.
Todon3
Beautifully designed to-do list app for the "getting things done" method.
Todon3 is a to-do list app that is beautifully designed for the getting things done method. It has six folders for you to add things and for each task, you can add sub-tasks (which can also have other sub-tasks).
Catter the Blog
A minimal and responsive blog created with Next.js, MDX, TailwindCSS, and Shadcn's UI components.
I decided to open source my entire blog. I plan to write a blog post detailing why I came to this decision, but for now, you can read, fork, and contribute to my blog through the repository.
§