Tuesday, November 26, 2024

From physics to AI: Why machine learning experts won the 2024 Nobel Prize & how to grasp LLMs with simple math

Why was the 2024 Physics Nobel Prize awarded to machine learning experts? And how does ML connect to physics? 

And how to understand LLMs from scratch using middle school mathematics?

Sunday, October 20, 2024

GenAI and LLMs development, trends and implications (7. - 13.10.2024)

Adoption:
LLMs generally:
New models and functionality:
AI agents:
AI-enhanced software development:
Enhancing applications with GenAI:

Saturday, October 19, 2024

IT links (7. - 13.10.2024)


       Java Streams:




Sunday, October 13, 2024

GenAI and LLMs development, trends and implications (30.9. - 6.10.2024)

Adoption:
LLMs generally:
AI agents:
RAG:
AI-enhanced software development:
Enhancing applications with GenAI:

Monday, April 15, 2024

Začínám psát články v češtině na Seznam Médium

Nedávno jsem se rozhodl začít psát články v češtině na platformě Seznam Médium. Snažím se zaměřit hlavně na vědu a technologie, ale samozřejmě záběr může být o dost větší. Zde je seznam do teď mnou napsaných článků:

Proč se nedožíváme 200 let? Možná za to mohou dinosauři

Rok 2023 v letech do vesmíru

Multivitamíny – klíč k zachování kognitivního zdraví ve stáří?

Vorvani žijí v klanech podobných těm, v jakých žili první lidé

T-lymfocyty jako pramen mládí?

Strojové učení pomáhá překonat jeden z největších problémů jaderné fúze

Aktuální seznam mnou publikovaných článků můžete nalézt na mém profilu zde: Primus Immortails

Saturday, April 13, 2024

Exploring Advanced AI Techniques: Ghost Attention, Thought Structures, Prompt Engineering and more

Diving deeper into the realm of generative AI, I've come across several articles that I find interesting as a beginner in this field:

The article - Understanding Ghost Attention in LLaMa 2 - delves deep into the technique of the ghost attention technique in LLaMa 2.

One example of providing instructions for specific chat is Prompt Instructions in Watsonx IBM service:

You define instructions in the upper input and then start to chat below.

One detailed look into how generative AI works is this article exploring the differences between "Chain of thoughts" and "Tree of thoughts" - Chain of Thoughts vs Tree of Thoughts for Language Learning Models (LLMs)

How to work better with these systems? You can improve the output using prompt patterns or n-shot prompting - 7 Prompt Patterns You Should Know

For controlling grounding data used by an LLM and constraining it for your enterprise Gen AI solutions, consider using Retrieval Augmented Generation (RAG). You can see how to use it, for example in Azure, here - Retrieval Augmented Generation (RAG) in Azure AI Search

Additionally, to gain more from LLMs, you can explore architecture patterns and mental models as described here - Generative AI Design Patterns: A Comprehensive Guide