Wink Pings

3D Cell Tool Built With Two AIs Over One Weekend Overturns a 200-Year-Old Biology Textbook Model

One person used GPT to generate the interface and Gemini to write the code, creating an interactive 3D cell exploration tool in just one weekend. The tool supports rotating and splitting organelles, and switching between multi-dimensional microscopy views, directly breaking the monopoly of traditional biology textbooks and the publishing industry. It is now open-source and available for free access.

In May 2026, a post by X user digital ghost sparked widespread discussion: the 200-year-old format of biology textbooks was overturned in just one weekend.

Using only two AI models, someone built a 3D interactive cell application that plays like a video game. You can freely drag and rotate a neuron, zoom inside the axon to examine its structure, and even pull out each individual organelle to inspect its details in depth. The entire development required minimal resources: the interface was generated by GPT Image 2, the code was written by Gemini 3.5 Flash, and with no team and no large budget, the whole project only took one weekend to complete.

This tool, called Cell Architecture Studio, is now live with a public demo and open-sourced on Github.

![Cell Architecture Studio功能演示](https://github.com/cclank/cell-architecture-studio/raw/main/docs/media/cell-architecture-studio-demo.gif)

The tool currently supports 7 cell types: plant cell, leukocyte, neuron, epithelial cell, bacterial cell, animal cell, and muscle cell. After opening any model, you can drag to rotate, scroll to zoom, and click on a corresponding organelle to pull up full parameter information in the sidebar. For example, it notes that ribosomes range between 20 and 30 nanometers in size, can float freely in the cytoplasm or attach to the rough endoplasmic reticulum, and also marks whether they are visible under an optical microscope and details their specific biological functions. Users can also switch between three views: light microscope, stained section, and electron microscope, and even drag different organelles onto the same interface for side-by-side comparison.

One user from the publishing industry commented that the educational content monopoly million-dollar publishing houses spent decades building was broken by just two AIs and one weekend of work. Educational content that used to take months or even years to refine can now be finished in just a few days.

An even starker contrast can be seen in today's reality: while education systems in many regions are still debating whether students should use tablets or paper notebooks in class, and whether to restrict the use of electronic devices, some kids are already using this tool to rotate cells around and intuitively understand how each structure works. A user who went through traditional biology education recalled that when they were in school, they could only memorize structures from flat illustrations in textbooks, draw cells on blackboards and in worksheets, often getting the shape completely wrong, and going home with no idea what they'd even drawn.

A Japanese designer pointed out that many product creators only care about first visual impressions, but this spatial cognitive design is what delivers core value. 3D cell exploration is not just for show—it directly stimulates the brain's spatial processing circuitry, letting users assemble knowledge three-dimensionally just like walking through a construction site, instead of rote memorization of flat text descriptions.

Some users noted that people always think educational system change will be slow, but real change never waits for the system to catch up. Kids will find the most efficient learning tools on their own, and that's the real turning point. Some even predict that before long, it won't even take a professional engineer a whole weekend to build a tool—ordinary students or teachers will be able to generate any 3D teaching model they need in just a few seconds, while right now many regions are still wasting energy debating irrelevant non-core issues like exam syllabi and holiday lengths.

Another user brought up a related example: when people were discussing a piece of news from Germany a while back, someone jumped in and said "you don't speak German, you've never lived in Germany, you have no right to comment. But today, you can easily get a perfect full-language translation with AI, and the information authority built on language barriers and geographic barriers in the past has long been invalid. The accumulated knowledge of the old era deserves respect, but people who still resist the rules of the new era will be eliminated sooner or later.

You can access this tool through the following two addresses:

- Online demo: https://cell-architecture-studio-inky.vercel.app

- AIMER Society mirror: https://www.aimersociety.com/Biology-Visualizations/

Open-source project repository: https://github.com/cclank/cell-architecture-studio. It is licensed under the MIT license, so anyone can modify and extend it based on the code, for example by adding 3D teaching models for chemistry or physics topics.

发布时间: 2026-05-23 00:50