From zero background to writing your SCMP letter
Your angle: Human in the loop — humans should be central when using AI for research, including maths.
Sources: paper (KissingNumber/paper), work ideas (ideas4letters.md, moreIdeas.md), PackingStar GitHub, Ref/SCMPreport.md, Ref/PKU_wechat (video + transcript).
In 3D: How many identical spheres can touch one central sphere of the same size without overlapping?
Think: a pomegranate — replace seeds with unit spheres. How many can “kiss” the centre? Answer in 3D: 12 (proven 1953).
The problem is extended to n dimensions: K(1)=2, K(2)=6, K(3)=12, K(4)=24, … up to K(24)=196,560. In many dimensions the exact value is still unknown; we only have lower and upper bounds.
Progress relied on human-designed tools: lattices, error-correcting codes, group theory, substructures. “In higher dimensions even top mathematicians felt stuck” (PKU video). About seven major advances in ~50 years, each with different methods.
Applications (human motivation): information coding (compress most with fewest bits), telecommunications, quantum coding, satellite signals. Ref: SCMP report (Qi quote), paper intro.
Exact kissing numbers are known only in dimensions 1, 2, 3, 4, 8, 24. In other dimensions we have bounds, not proofs.
Idea: Don’t search in high-dimensional coordinates. Use a cosine matrix (pairwise angles between sphere centres). The problem becomes: fill this matrix under constraints → matrix size = kissing number. That reformulation is stable, GPU-friendly, and avoids precision blow-up.
Adds entries to the matrix to grow the configuration.
Removes or corrects bad entries — like “one bad ball ruins the soup.”
They cooperate via reinforcement learning. Plus: decompose matrices into “fragments” and reuse them in new games (like “cell division,” PKU video).
Paper: arXiv:2511.13391; code: github.com/CDM1619/PackingStar.
1. Problem and history — Newton, Hilbert, decades of human proofs and constructions. Your letter can say: the value of humans is in the very formulation and the long literature.
2. Design of the system — The corrector agent came from watching a human “delete bad balls.” So human intuition is encoded in the method. Ref: PKU video.
3. Verification and proof — PackingStar does not prove; mathematicians must verify. 25D “may be optimal” but “rigorous proof still lacking.” Ref: SCMP report, paper.
4. Interpretation — “The work I spent the most time on was interpreting the data from the AI black box” (PKU video). Humans give meaning to what the machine finds. Ref: moreIdeas.md (解释神).
5. Human improvements after AI — “Inspired by these patterns, humans devised further improved constructions” (paper). So: AI suggests, humans refine and prove. Ref: paper, ideas4letters.md.
6. Other AI-for-science — Unlike AlphaFold-style (lots of data), this is “discovery from nothing” (无中生有). You can contrast: different roles for AI, but humans still in the loop in both. Ref: PKU video.
Local refs: Ref/SCMPreport.md, Ref/PKU_wechat.txt, work/ideas4letters.md, work/moreIdeas.md, work/partnerAIwriting.md.