Auto Added by WPeMatico

05Jun/25

Artificial Intelligence: What is the Gorilla Problem?

Professor Stuart Russell used the term “The Gorilla Problem” in his book, “Human Compatible” (Penguin, 2019), to describe how a super intelligent artificial intelligence (AI) could be a threat to humanity. Russell poses the problem “of whether humans can maintain their supremacy and autonomy in a world that includes machines with substantially greater intelligence“. At […]
05Jan/25

LLM – Retrieval Augmented Generation (RAG) with Ollama Embeddings

The work on the Large Language Model (LLM) bot so far has seen the running of LLM locally using Ollama, a switch in models (from tinyllama to gemma) whilst introducing LangChain and then the switch to LangChain templates. Note: If you skipped the previous blog entry posts, I’m following along with Real Pythons “Build an LLM […]