🔶 2026-05-14 Can a Non-Programmer Build a Database App?
Does AI really mean the end of programmers? I tried it — built myself a multi-user LP rental tracker (albums, borrowers, due dates). A working web app in a few hours, no classical coding. A glimpse of what software becomes when the developer is the user.
🔶 2026-04-23 Economically Impossible Software.
AI isn't taking programmers' jobs — the opposite. It creates software that would never have economically existed, because no one would have paid for it. Welcome to the golden age of small, custom programs that fix every little annoyance in your day.
🔶 2026-04-08 Agentic Coding Methodology.
Not "build me something" — build it similar to. How repo–module–command architecture turns an AI agent into a consistent contributor. Mostly written by Claude Code, his human contributed only about 20% of the text.

🔶 2026-03-15 Command Pattern as a Natural Interface for LLMs.
The article argues that the Command pattern is the natural interface for cooperation with LLMs. Unlike modern callback-driven GUIs, commands explicitly describe actions and system state, making software understandable and controllable by AI. A command queue and structured command logs provide deterministic behavior, transparency, and reproducibility. With such an architecture, an LLM can directly read, reason about, and modify the system instead of simulating clicks in a UI.
🔶 2025-09-20 AI-Aware Architekture, Another Approach.
How to design software so that LLMs can work with it effectively.
The article explains why architecture matters more than AI agents, and how modularity, Command, and Level of Detail enable scalable, long-term AI-assisted programming.
🔶 2025-09-20 Command Pattern.
The entrenched way of understanding the COmmand pattern turns any attempt at correction into a Don Quixote-like fights.
I got a little carried away with the trend of language models 😃😃😃.
🔶 2023-07-25 Empovering Program Control with Natural Language using Large Language Models like Chat GPT.
🔶 2024-04-25 Application Composition.
🔶 2024-04-25 Robotic corrosion detection of structural constructions.
The final public report regarding the withdrawal (due to COVID/cost reduction) of the company I worked for from the PILOTING consortium, where I served as the author of the technical solution for robotic corrosion detection.
Possibly the most valuable know-how I possess. Every inhabitant of the industrialized world is impoverished by approximately 3000 USD/year due to corrosion. Therefore, it is a business with an uncovered potential of up to 3 trilion USD/year.
🔶 2019-07-10 Publication of the source code of T2lCad.
🔶 2016-07-10 Books I Red in 2015.
🔶 2016-02-14 Books I Red in 2015.
🔶 2016-02-13 Learning from Brain For Synthetic Vision.
A lot of people are now working in the field of computer vision programming. It's not bad to look at how the same thing works in a biological organism. There are plenty of explanations on the internet about the topic, but only one is the right one. It comes from the very discoverer of the underlying principle.
🔶 2015-08-29 Book Review: A Cognitive Theory of Consciousness, Baars BJ., 1988.
Theory of consciousness. A real scientific theory of the soul. Consciousness for now can only be detected psychologically, not neurologically.
🔶 2015-08-29 Real Brain Size.
The hidden real size of the human brain. This real size is measured in meters, not kilograms.
🔶 2015-06-20 Global Workspace Model.
This article reinterprets the Global Workspace theory in the form of a coherent model. The model is initial and simple. It interconnects the Working Memory and the Long Therm Memory using the graph theory.
🔶 2014-09-28 Practical Color Opponency.
A big role in the image processing plays the color system in which the image is coded. The different color systems cause different results using the same computer vision algorithm. This article describes simple opponent system based on RGB transformation and named ReGBe here.