News

Demystifying AI: A Concrete-to-Abstract Method for Everyone

· Rubens Lacerda Queiroz, F\'abio Ferrentini Sampaio, Cabral Lima, Priscila Machado Vieira Lima

Demystifying AI: A Concrete-to-Abstract Method for Everyone

A team of researchers has come up with a new way to teach regular people, including kids, what AI actually is and how it works.…

A team of researchers has come up with a new way to teach regular people, including kids, what AI actually is and how it works. Their method, called AIcon2abs (short for AI from concrete to abstract), combines visual programming with a simple type of artificial neural network called WiSARD. The goal isn't just to use AI, but to demystify it by letting learners build and watch learning machines in action.

Most existing teaching tools treat AI like a black box. You train a module separately, then plug it into your program. AIcon2abs takes a different approach. The training and classification steps become just like any other block in the visual programming environment. This matters because it makes the learning process visible. Kids and beginners can actually see what happens inside the machine when it learns from data, rather than just trusting that the magic box works.

The WiSARD model helps here because it is weightless, meaning its inner workings are straightforward to visualize. A learner can see how the network stores patterns and how it makes decisions during classification. This makes the abstract concept of machine learning feel concrete. As a side effect, it also highlights the difference between a traditional program (which just follows fixed rules) and a learning program (which adapts based on data).

By giving people hands on experience with building their own learning machines, the methodology aims to turn them from passive users into informed participants in conversations about AI. The idea is that if you understand the basics of how a system learns, you are better equipped to spot its limits, biases, and potential misuses. The researchers argue this kind of literacy is becoming essential as AI spreads into more areas of daily life. AIcon2abs is a step toward making that understanding accessible to everyone, not just computer scientists.

Original source