Robotics & Artificial Intelligence

Justify with the help of an example why AI is not suitable for certain problems.

Computing Evolution

1 Like

Answer

AI is not suitable for certain problems because not all problems require learning, adaptability, or probabilistic reasoning. For many simple and well-defined tasks, deterministic computing is more appropriate and efficient than AI.

For example, simple computations such as calculating interest, compound interest, or performing basic mathematical operations can be solved easily using predefined formulas and rules. In such cases, using AI would unnecessarily complicate the solution and consume more computational resources.

Answered By

1 Like


Related Questions