How to get URL link on X (Twitter) App
Here the mapping to Agentic AI Patterns 
But before we dig in, let's ground ourselves with the latest GPT-5 prompting guide that OpenAI released. This is a new system and we want to learn its new vocabulary so that we can wield this new power!
More analysis from a dark triad perspective: https://x.com/IntuitMachine/status/1941440693953564752

Pattern Overview: Context Reassertion


Example: Recursive Questioning
The Run-Loop Prompting pattern, as used in Claude's system prompt, is a foundational structure for agentic systems that manage tasks across multiple interaction turns. Here's a more detailed breakdown of how it functions and appears in Claude's prompt:
Here's the announcement and links to the weights. huggingface.co/blog/gemma3
BTW, I used NotebookLM to ingest the youtube video and I asked for techniques mentioned in the video. The video is 2 hours long, if you're new to LLMs, its a good watch.
2/n First you incrementally refine your ideas in a non-reasoning model like GPT-4o or GPT-4.5 (or Claude, Grok, etc.). It's a discovery through conversation where you are trying to figure out what you want. You can leverage the following Pattern Language: intuitionmachine.gumroad.com/l/gpt4/6ndg9ax
https://twitter.com/EdbieLigerSmith/status/18904935546375661202/n You see it's not very far away from the consumer oriented attention economy that we've built. Companies are selling narratives. Religious institutions sell stories about salvation. Pharmaceuticals sell stories about paths to cures. Auto companies sell stories about physical mobility. The MIC sells stories about security. We've all bought in to narratives that we pay too much for at the expense of other narratives that companies cannot make a profit on.
2/n A technical analogy would be that LLMs are prompted in an imperative manner and LRMs are prompted in a declarative way. It's similar to the distinction between working with Python and working with SQL (or a functional language). The latter does a lot of stuff underneath the covers that should not need to be expressed.