Mai Math

Search

Type to search posts and lab notes.

← Posts

May 1, 2026 · EN

Hello, Mai Math

The first note on a new editorial research notebook for AI education, math, and learning tools.

#site#hello

This is the first public note for Mai Math.

The site starts small on purpose: one writing entrance, one lab entrance, and one about page. The first milestone is not a complete publishing system. It is a stable path from writing a Markdown file to seeing it live on Cloudflare Pages.

Inline math: eiπ+1=0e^{i\pi} + 1 = 0

Display math:

L(θ)=1ni=1n(yif(xi;θ))2L(\theta) = \frac{1}{n} \sum_{i=1}^{n} (y_i - f(x_i; \theta))^2
def gradient_descent(theta, lr=0.01):
    return theta - lr * grad(theta)

Future notes will cover AI education, mathematical thinking, and the tools that make learning better.