Spacy.io for NER and POS and lemmatization
Any questions?
we talk about LLMs but when you use a AI interface you are using an Agent, an Augmented LLM
Weโre going to look at pkatforms for inference: groq, openrouter
You
What caught your attention this week?
Stand alone models:
The basic building block of agentic systems is an LLM enhanced with augmentations such as retrieval, tools, and memory.
No memory
wrong answer
LLM Agents enhance basic language models with external tools, memory, and planning capabilities to interact autonomously with their environment.
Three essential components enable LLM Agents to function effectively in complex environments.
My whole family shares the same account
ChatGPT remembers facts from previous conversations from everybody
Agents use short-term and long-term memory to maintain context and learn from interactions.
Each prompt + output is summarized and added to the context window
RAG: retreival augmented generation
Tools extend LLM capabilities by connecting to external APIs and services.
Planning breaks complex tasks into actionable steps through reasoning techniques.
instead of having LLMs learn โwhatโ to answer they learn โhowโ to answer!
ReAct combines reasoning and acting in a structured cycle for autonomous behavior.
Agents improve through reflection on past failures and successes.
Multiple specialized agents collaborate to solve complex problems.
This is not sci-fi
I use such agents everyday for coding in claude code
I also use Gemini / jules as another agent platform to review and improve Claude production. (security audit, code review, refactoring, SEO improvements, performance audit,etc )
Both platform
Letโs take the rest of the time to work on your projects