Hey, I'm Harry Cheng

LLM Calculator Generator

After getting so many requests to replicate the LLM Calculator (a calculator that, instead of using computation to solve the equation, prompts Claude), I decided to create an LLM Calculator Generator, which asks Claude to create an LLM Calculator app.

50% of the time, it's right every time.

A generated LLM calculator running next to the code that produced it
A generated calculator and the code Claude wrote for it.

Features#

  • Automatic code generation for calculator functionality
  • Can add, subtract, multiply, and divide
  • Will probably take in emojis too
  • This list was also written by Claude

Tech stack#

  • React
  • Next.js
  • Tailwind CSS
  • Python
  • Prompt Engineering