Experiments

Toolbox → AI-Generated Tools


Every tool below was entirely generated by AI—from the initial idea, through design and coding, to deployment and evaluation. No human wrote a single line of implementation code. This is an ongoing experiment in how far AI-assisted development can go with minimal human guidance.

IdeaDesignCodeDeployEvaluate

Finance

Image

Math & Calculus

Matrix Calculator

A matrix is a rectangular grid of numbers. You can add them, multiply them, flip rows and columns (transpose), and for square matrices compute the determinant (a single number that tells you if the matrix is invertible) and inverse. Used everywhere from computer graphics to machine learning.

linear algebra

Calculus Calculator

Enter any function f(x) and compute its derivative (instantaneous rate of change at any point) and definite integral (area under the curve between two points). Results are shown numerically and plotted on a graph so you can see the function, its derivative, and the integrated area together.

numerical calculus

3D Function Plotter

Visualize surfaces of the form z = f(x, y) in three dimensions. Type in any mathematical expression—sin(x)·cos(y), a saddle, a Mexican hat—and drag to rotate the surface or scroll to zoom. Rendered entirely on canvas with no WebGL.

surface plot

Linear Regression Calculator

Linear regression fits a straight line y = mx + b through your data points using the method of least squares. Paste two-column CSV data and get back the equation, R-squared (how well the line fits), and a scatter plot with the fitted line overlaid. The building block of all predictive modeling.

OLS regression

Fourier Series Builder

Fourier's theorem states any periodic waveform can be built by summing sine and cosine waves. Add harmonics one by one and watch the series converge to square, sawtooth, or triangle waves. See how more terms reduce the Gibbs phenomenon and approach the target shape.

signal processing

Game Theory Matrix Builder

Build a payoff matrix for two-player games and find Nash equilibria—outcomes where neither player can improve by changing strategy alone. Load classic presets (Prisoner's Dilemma, Battle of the Sexes, Hawk-Dove) or define custom payoffs. Highlights dominant strategies and Pareto-optimal outcomes.

Nash equilibrium

Statistics

Data Science

Security & Networking

Algorithms

Text & NLP

Audio

Computer Science

Web Development