Computer science is an academic discipline with a long tradition. Its core elements are programming languages and algorithms. .Endless amount of source code was written in multiple programming languages, there are even esoteric languages available like Intercal and Befunge which are examples for computer art. Unfortunately, computer science consists of a seldom described weakness which are np hard problem.
March 22, 2025
np hard problems as terra incognita
March 21, 2025
Computer science vs artificial intelligence
AI was created as part of classical computer science, but both disciplines are operating with different assumptions. Computer science is a well defined engineering discipline which is successfully solving real world problems. For example a mathematician has a need for an electronic calculator and the machine is build and programmed by computer scientists. Or a statistician likes to store data in a table and computer scientists are programming a database which can solve this task. The result is, that doing computer science results mostly into successful projects which are evolving over the years, in the sense that todays computer have more memory and can sum up numbers faster.
March 12, 2025
How to identify Artificial Intelligence technology?
March 11, 2025
March 10, 2025
March 09, 2025
The guess naming game
March 02, 2025
AI as search for a problem
In the history of AI development it was mostly unclear, what exactly AI is about. In the 1980s a common definition was, that AI has to do with search in the problem space. But this definition fits only to small subsection of AI which is state space search in games. And search algorithms like A* can't be applied to more complex problems.
A review of AI puzzles
Puzzle problems are the framework in which the search for Artificial Intelligence takes place. The evolution from easier to more advanced understanding of AI is strongly connected to the evolution of AI puzzle problems. There are certain categories available:
- easy: traveling salesman problem, chess problems, tictactoe game, Knight's tour, path planning
- medium: 15 puzzle problem, piano movers problem, Tetris playing AI agent, pacman AI agent
- advanced: dataset driven machine learning
- hard: Visual question answering, instruction following, multimodal machine learning


