Context engineering is replacing prompt engineering as the key to AI performance.
It’s about managing the right mix of data, memory, and tools to guide LLMs effectively.
In financial analysis, client-facing chatbots, portfolio recommendations, context is key.
Can GhatGPT make you rich, according to Reddit .... maybe....?
The hottest trend in AI isn’t prompt hacking—it’s building smarter systems, from chatbots to analytical AIs, by
curating what surrounds the prompt. Welcome to the age of context engineering.
Move Over Prompts—Context is King Now
There’s a new buzzword elbowing its way into the AI conversation, and
it’s not another flavor of “GPT-something.” It’s context engineering, and if
that sounds like consultant-speak for organizing your junk drawer, think again.
Context Engineering by hand ✍️ This exercise shows you how it goes far beyond prompt engineering. Do you think this new AI buzzword will stick around? pic.twitter.com/Ps439hUqKs
Context engineering is the deliberate design, structuring, and
management of the information ecosystem surrounding an AI model. Think of it as
crafting not just the question, but the entire briefing memo, mood board, data
warehouse, and toolkit that help an LLM give a decent answer.
What is context Engineering?
“Context Engineering is the discipline of designing and building dynamic systems that provides the right information and tools, in the right format, at the right time, to give a LLM everything it needs to accomplish a task.”
Philipp Schmid, Senior AI Developer Relations Engineer at Google DeepMind (LinkedIn).
According to AI guru Phil
Schmid, context engineering consists of several major components:
Instructions / System Prompt: Rules and examples that guide the model’s
behavior throughout the conversation.
User Prompt: The user’s immediate question or request.
State / History: The current conversation thread, including recent
exchanges.
Long-Term Memory: Persistent knowledge from past interactions, such as
preferences and project summaries.
Retrieved Information: Real-time data pulled from documents,
APIs, or databases to enrich responses.
Available Tools: Functions the model can use (e.g., search,
send_email).
Structured Output: Predefined response format, like JSON or tables.
This isn’t just about feeding the model more information—it’s about curating
the right information, at the right time, in the right format. That’s context
engineering.
Why You Should Care
If you’re building a trading bot, customer service assistant, or
research analyst powered by an LLM, you don’t want it guessing in the dark.
Context engineering ensures it walks into the room prepped, briefed, and ready
to speak intelligently about your client’s portfolio, market trends in
sub-Saharan Africa, or whatever it might be.
Finance is a perfect example: no AI should recommend the same ETF in
January and July without context about earnings, news events, or user portfolio
history. With smart context pipelines, the LLM knows whether it's speaking to a
junior retail trader or a seasoned institutional player and deliver the
information in the appropriate manner.
As
LangChain’s engineers put it, prompt engineering is fine for demos—but
context engineering is what gets deployed in production. And production is
where the money is.
From Hacky Tricks to Hard Strategy
Let’s not pretend prompt engineering didn’t have its moment. But as
systems mature, the game has shifted. One-off prompt hacks (“act as a
financial advisor”) just don’t cut it when stakes are high, and
consistency, accuracy, and regulatory compliance are in play.
Context engineering, by contrast, is about building systems that ensure
AI behaves in a robust, repeatable way. It involves integrating semantic search
engines, versioned memory banks, and modular knowledge sources so the model
doesn’t hallucinate a balance sheet or invent nonexistent market indices.
Adnan Masood puts it perfectly when he writes in Medium that, context
engineering elevates AI from “prompt
crafting to enterprise competence.” It’s the difference between a clever
intern and a reliable chief of staff.
Stop Prompting, Start Context Engineering
To wrap it up in terms even a VC can grok: context engineering is the
infrastructure layer your AI stack desperately needs. It’s not sexy. It’s not
tweetable. But it’s the only way LLMs become truly useful at scale.
As Masood puts it, “carefully engineered context is often the
difference between mediocre and exceptional AI performance.” Whether you're
running an enterprise knowledge assistant or a high-frequency trading copilot,
getting the context right is what separates a flashy toy from a strategic
asset.
Or, to quote one particularly salty LinkedIn AI lead: If you’re still obsessing over prompt wording, you’re solving the
wrong problem.
So, stop fiddling with adjectives. Start engineering the environment.
Context isn’t just king—it’s the whole kingdom.
For more stories around the edges of finance, visit our Trending pages.
The hottest trend in AI isn’t prompt hacking—it’s building smarter systems, from chatbots to analytical AIs, by
curating what surrounds the prompt. Welcome to the age of context engineering.
Move Over Prompts—Context is King Now
There’s a new buzzword elbowing its way into the AI conversation, and
it’s not another flavor of “GPT-something.” It’s context engineering, and if
that sounds like consultant-speak for organizing your junk drawer, think again.
Context Engineering by hand ✍️ This exercise shows you how it goes far beyond prompt engineering. Do you think this new AI buzzword will stick around? pic.twitter.com/Ps439hUqKs
Context engineering is the deliberate design, structuring, and
management of the information ecosystem surrounding an AI model. Think of it as
crafting not just the question, but the entire briefing memo, mood board, data
warehouse, and toolkit that help an LLM give a decent answer.
What is context Engineering?
“Context Engineering is the discipline of designing and building dynamic systems that provides the right information and tools, in the right format, at the right time, to give a LLM everything it needs to accomplish a task.”
Philipp Schmid, Senior AI Developer Relations Engineer at Google DeepMind (LinkedIn).
According to AI guru Phil
Schmid, context engineering consists of several major components:
Instructions / System Prompt: Rules and examples that guide the model’s
behavior throughout the conversation.
User Prompt: The user’s immediate question or request.
State / History: The current conversation thread, including recent
exchanges.
Long-Term Memory: Persistent knowledge from past interactions, such as
preferences and project summaries.
Retrieved Information: Real-time data pulled from documents,
APIs, or databases to enrich responses.
Available Tools: Functions the model can use (e.g., search,
send_email).
Structured Output: Predefined response format, like JSON or tables.
This isn’t just about feeding the model more information—it’s about curating
the right information, at the right time, in the right format. That’s context
engineering.
Why You Should Care
If you’re building a trading bot, customer service assistant, or
research analyst powered by an LLM, you don’t want it guessing in the dark.
Context engineering ensures it walks into the room prepped, briefed, and ready
to speak intelligently about your client’s portfolio, market trends in
sub-Saharan Africa, or whatever it might be.
Finance is a perfect example: no AI should recommend the same ETF in
January and July without context about earnings, news events, or user portfolio
history. With smart context pipelines, the LLM knows whether it's speaking to a
junior retail trader or a seasoned institutional player and deliver the
information in the appropriate manner.
As
LangChain’s engineers put it, prompt engineering is fine for demos—but
context engineering is what gets deployed in production. And production is
where the money is.
From Hacky Tricks to Hard Strategy
Let’s not pretend prompt engineering didn’t have its moment. But as
systems mature, the game has shifted. One-off prompt hacks (“act as a
financial advisor”) just don’t cut it when stakes are high, and
consistency, accuracy, and regulatory compliance are in play.
Context engineering, by contrast, is about building systems that ensure
AI behaves in a robust, repeatable way. It involves integrating semantic search
engines, versioned memory banks, and modular knowledge sources so the model
doesn’t hallucinate a balance sheet or invent nonexistent market indices.
Adnan Masood puts it perfectly when he writes in Medium that, context
engineering elevates AI from “prompt
crafting to enterprise competence.” It’s the difference between a clever
intern and a reliable chief of staff.
Stop Prompting, Start Context Engineering
To wrap it up in terms even a VC can grok: context engineering is the
infrastructure layer your AI stack desperately needs. It’s not sexy. It’s not
tweetable. But it’s the only way LLMs become truly useful at scale.
As Masood puts it, “carefully engineered context is often the
difference between mediocre and exceptional AI performance.” Whether you're
running an enterprise knowledge assistant or a high-frequency trading copilot,
getting the context right is what separates a flashy toy from a strategic
asset.
Or, to quote one particularly salty LinkedIn AI lead: If you’re still obsessing over prompt wording, you’re solving the
wrong problem.
So, stop fiddling with adjectives. Start engineering the environment.
Context isn’t just king—it’s the whole kingdom.
For more stories around the edges of finance, visit our Trending pages.
Louis Parks has lived and worked in and around the Middle East for much of his professional career. He writes about the meeting of the tech and finance worlds.
Will Bitcoin Price Fall Below $50K? BTC Drops to 4-Month Low Near $61,300 in a 13% Three-Day Slide
Featured Videos
FM Daily Brief – 9 June 2026
FM Daily Brief – 9 June 2026
FM Daily Brief – 9 June 2026
FM Daily Brief – 9 June 2026
Today’s Tuesday, the 9th of June 2026, and these are our main stories: eToro’s customer assets climbed back above $20 billion, Prop trading model in prediction markets, and Leverate launched a new AI assistant for brokers and traders.
Today’s Tuesday, the 9th of June 2026, and these are our main stories: eToro’s customer assets climbed back above $20 billion, Prop trading model in prediction markets, and Leverate launched a new AI assistant for brokers and traders.
Today’s Tuesday, the 9th of June 2026, and these are our main stories: eToro’s customer assets climbed back above $20 billion, Prop trading model in prediction markets, and Leverate launched a new AI assistant for brokers and traders.
Today’s Tuesday, the 9th of June 2026, and these are our main stories: eToro’s customer assets climbed back above $20 billion, Prop trading model in prediction markets, and Leverate launched a new AI assistant for brokers and traders.
War Stories: Lessons from 20 Years in Markets (the pain, the pitfalls and the profits)
War Stories: Lessons from 20 Years in Markets (the pain, the pitfalls and the profits)
War Stories: Lessons from 20 Years in Markets (the pain, the pitfalls and the profits)
War Stories: Lessons from 20 Years in Markets (the pain, the pitfalls and the profits)
War Stories: Lessons from 20 Years in Markets (the pain, the pitfalls and the profits)
War Stories: Lessons from 20 Years in Markets (the pain, the pitfalls and the profits)
The trades that taught me the most aren't the ones that worked. They're the ones that didn't — or the ones I almost caught and didn't have the nerve to ride. In this session, I'll tell you about the Brexit miss, the SNB shocker that nearly handed me a 5400% return, the BoJ surprise that punched me in the gut, and a few wins along the way. Each story carries a lesson, but the lessons aren't the point. Everyone who trades long enough collects a portfolio of moments like these; what separates the people who stay in the game is what they do with them.
The trades that taught me the most aren't the ones that worked. They're the ones that didn't — or the ones I almost caught and didn't have the nerve to ride. In this session, I'll tell you about the Brexit miss, the SNB shocker that nearly handed me a 5400% return, the BoJ surprise that punched me in the gut, and a few wins along the way. Each story carries a lesson, but the lessons aren't the point. Everyone who trades long enough collects a portfolio of moments like these; what separates the people who stay in the game is what they do with them.
The trades that taught me the most aren't the ones that worked. They're the ones that didn't — or the ones I almost caught and didn't have the nerve to ride. In this session, I'll tell you about the Brexit miss, the SNB shocker that nearly handed me a 5400% return, the BoJ surprise that punched me in the gut, and a few wins along the way. Each story carries a lesson, but the lessons aren't the point. Everyone who trades long enough collects a portfolio of moments like these; what separates the people who stay in the game is what they do with them.
The trades that taught me the most aren't the ones that worked. They're the ones that didn't — or the ones I almost caught and didn't have the nerve to ride. In this session, I'll tell you about the Brexit miss, the SNB shocker that nearly handed me a 5400% return, the BoJ surprise that punched me in the gut, and a few wins along the way. Each story carries a lesson, but the lessons aren't the point. Everyone who trades long enough collects a portfolio of moments like these; what separates the people who stay in the game is what they do with them.
The trades that taught me the most aren't the ones that worked. They're the ones that didn't — or the ones I almost caught and didn't have the nerve to ride. In this session, I'll tell you about the Brexit miss, the SNB shocker that nearly handed me a 5400% return, the BoJ surprise that punched me in the gut, and a few wins along the way. Each story carries a lesson, but the lessons aren't the point. Everyone who trades long enough collects a portfolio of moments like these; what separates the people who stay in the game is what they do with them.
The trades that taught me the most aren't the ones that worked. They're the ones that didn't — or the ones I almost caught and didn't have the nerve to ride. In this session, I'll tell you about the Brexit miss, the SNB shocker that nearly handed me a 5400% return, the BoJ surprise that punched me in the gut, and a few wins along the way. Each story carries a lesson, but the lessons aren't the point. Everyone who trades long enough collects a portfolio of moments like these; what separates the people who stay in the game is what they do with them.
The Engine and the Fuel: How AI & Data Drives African Future
The Engine and the Fuel: How AI & Data Drives African Future
The Engine and the Fuel: How AI & Data Drives African Future
The Engine and the Fuel: How AI & Data Drives African Future
The Engine and the Fuel: How AI & Data Drives African Future
The Engine and the Fuel: How AI & Data Drives African Future
If AI is the engine, data is the fuel. Without quality, accessible data, AI cannot work well; and without the right mindset, data remains just numbers instead of insight. In this session, leading experts will explore how AI and data are democratizing opportunities for businesses and personal growth. Discover practical ways to make AI accessible today, anticipate its transformative impact on African markets, and learn actionable steps to prepare for what's next. Let's talk about:
-How AI and data drive business efficiency and innovation in trading and fintech
-AI tools to elevate trading or business strategies
-How to access and maximise the power of data and AI
-Emerging AI and data trends in Africa and their economic ripple effects
If AI is the engine, data is the fuel. Without quality, accessible data, AI cannot work well; and without the right mindset, data remains just numbers instead of insight. In this session, leading experts will explore how AI and data are democratizing opportunities for businesses and personal growth. Discover practical ways to make AI accessible today, anticipate its transformative impact on African markets, and learn actionable steps to prepare for what's next. Let's talk about:
-How AI and data drive business efficiency and innovation in trading and fintech
-AI tools to elevate trading or business strategies
-How to access and maximise the power of data and AI
-Emerging AI and data trends in Africa and their economic ripple effects
If AI is the engine, data is the fuel. Without quality, accessible data, AI cannot work well; and without the right mindset, data remains just numbers instead of insight. In this session, leading experts will explore how AI and data are democratizing opportunities for businesses and personal growth. Discover practical ways to make AI accessible today, anticipate its transformative impact on African markets, and learn actionable steps to prepare for what's next. Let's talk about:
-How AI and data drive business efficiency and innovation in trading and fintech
-AI tools to elevate trading or business strategies
-How to access and maximise the power of data and AI
-Emerging AI and data trends in Africa and their economic ripple effects
If AI is the engine, data is the fuel. Without quality, accessible data, AI cannot work well; and without the right mindset, data remains just numbers instead of insight. In this session, leading experts will explore how AI and data are democratizing opportunities for businesses and personal growth. Discover practical ways to make AI accessible today, anticipate its transformative impact on African markets, and learn actionable steps to prepare for what's next. Let's talk about:
-How AI and data drive business efficiency and innovation in trading and fintech
-AI tools to elevate trading or business strategies
-How to access and maximise the power of data and AI
-Emerging AI and data trends in Africa and their economic ripple effects
If AI is the engine, data is the fuel. Without quality, accessible data, AI cannot work well; and without the right mindset, data remains just numbers instead of insight. In this session, leading experts will explore how AI and data are democratizing opportunities for businesses and personal growth. Discover practical ways to make AI accessible today, anticipate its transformative impact on African markets, and learn actionable steps to prepare for what's next. Let's talk about:
-How AI and data drive business efficiency and innovation in trading and fintech
-AI tools to elevate trading or business strategies
-How to access and maximise the power of data and AI
-Emerging AI and data trends in Africa and their economic ripple effects
If AI is the engine, data is the fuel. Without quality, accessible data, AI cannot work well; and without the right mindset, data remains just numbers instead of insight. In this session, leading experts will explore how AI and data are democratizing opportunities for businesses and personal growth. Discover practical ways to make AI accessible today, anticipate its transformative impact on African markets, and learn actionable steps to prepare for what's next. Let's talk about:
-How AI and data drive business efficiency and innovation in trading and fintech
-AI tools to elevate trading or business strategies
-How to access and maximise the power of data and AI
-Emerging AI and data trends in Africa and their economic ripple effects
Inside My Best Trade with Jimmy Moyaha
Inside My Best Trade with Jimmy Moyaha
Inside My Best Trade with Jimmy Moyaha
Inside My Best Trade with Jimmy Moyaha
Inside My Best Trade with Jimmy Moyaha
Inside My Best Trade with Jimmy Moyaha
Most market post-mortems describe what happened to prices. Few describe what happened in the trading room while the position was open: the entry conviction, the moments that tested it, and the exit decision that closed the book.
This session brings one seasoned trader to the stage for an unfiltered account of the position that still defines how they think about markets.
Attendees will walk away with:
-A first-hand account of how a conviction trade is built, from thesis and entry through position management and exit
-Understanding of what turns a market observation into a live position, and what holds it when conditions shift
-Insight into how timing, execution quality, and market structure shaped the final result
-Perspective on what the trade revealed about edge, risk tolerance, and when to hold through a position moving against you
-Clarity on what separates a well-built trade from a well-timed one
Most market post-mortems describe what happened to prices. Few describe what happened in the trading room while the position was open: the entry conviction, the moments that tested it, and the exit decision that closed the book.
This session brings one seasoned trader to the stage for an unfiltered account of the position that still defines how they think about markets.
Attendees will walk away with:
-A first-hand account of how a conviction trade is built, from thesis and entry through position management and exit
-Understanding of what turns a market observation into a live position, and what holds it when conditions shift
-Insight into how timing, execution quality, and market structure shaped the final result
-Perspective on what the trade revealed about edge, risk tolerance, and when to hold through a position moving against you
-Clarity on what separates a well-built trade from a well-timed one
Most market post-mortems describe what happened to prices. Few describe what happened in the trading room while the position was open: the entry conviction, the moments that tested it, and the exit decision that closed the book.
This session brings one seasoned trader to the stage for an unfiltered account of the position that still defines how they think about markets.
Attendees will walk away with:
-A first-hand account of how a conviction trade is built, from thesis and entry through position management and exit
-Understanding of what turns a market observation into a live position, and what holds it when conditions shift
-Insight into how timing, execution quality, and market structure shaped the final result
-Perspective on what the trade revealed about edge, risk tolerance, and when to hold through a position moving against you
-Clarity on what separates a well-built trade from a well-timed one
Most market post-mortems describe what happened to prices. Few describe what happened in the trading room while the position was open: the entry conviction, the moments that tested it, and the exit decision that closed the book.
This session brings one seasoned trader to the stage for an unfiltered account of the position that still defines how they think about markets.
Attendees will walk away with:
-A first-hand account of how a conviction trade is built, from thesis and entry through position management and exit
-Understanding of what turns a market observation into a live position, and what holds it when conditions shift
-Insight into how timing, execution quality, and market structure shaped the final result
-Perspective on what the trade revealed about edge, risk tolerance, and when to hold through a position moving against you
-Clarity on what separates a well-built trade from a well-timed one
Most market post-mortems describe what happened to prices. Few describe what happened in the trading room while the position was open: the entry conviction, the moments that tested it, and the exit decision that closed the book.
This session brings one seasoned trader to the stage for an unfiltered account of the position that still defines how they think about markets.
Attendees will walk away with:
-A first-hand account of how a conviction trade is built, from thesis and entry through position management and exit
-Understanding of what turns a market observation into a live position, and what holds it when conditions shift
-Insight into how timing, execution quality, and market structure shaped the final result
-Perspective on what the trade revealed about edge, risk tolerance, and when to hold through a position moving against you
-Clarity on what separates a well-built trade from a well-timed one
Most market post-mortems describe what happened to prices. Few describe what happened in the trading room while the position was open: the entry conviction, the moments that tested it, and the exit decision that closed the book.
This session brings one seasoned trader to the stage for an unfiltered account of the position that still defines how they think about markets.
Attendees will walk away with:
-A first-hand account of how a conviction trade is built, from thesis and entry through position management and exit
-Understanding of what turns a market observation into a live position, and what holds it when conditions shift
-Insight into how timing, execution quality, and market structure shaped the final result
-Perspective on what the trade revealed about edge, risk tolerance, and when to hold through a position moving against you
-Clarity on what separates a well-built trade from a well-timed one
Agentic Inequality: Democratizing Financial Access Through AI & Blockchain
Agentic Inequality: Democratizing Financial Access Through AI & Blockchain
Agentic Inequality: Democratizing Financial Access Through AI & Blockchain
Agentic Inequality: Democratizing Financial Access Through AI & Blockchain
Agentic Inequality: Democratizing Financial Access Through AI & Blockchain
Agentic Inequality: Democratizing Financial Access Through AI & Blockchain
As crypto and CFD trading continue to expand across Africa, access to advanced tools and market insights remains uneven. This session explores how AI and blockchain can bridge that gap by empowering informal traders and underserved communities to participate more effectively in digital financial markets. The discussion will focus on practical applications of technology to improve accessibility, education, and investment outcomes in both formal and informal sectors.
In this discussion, we will explore:
-The role of AI in democratizing access to trading tools, insights, and strategy development
-How crypto and blockchain can enable broader participation beyond traditional financial systems
-Addressing access barriers: infrastructure, education, and affordability in underserved communities
-Opportunities for brokers and platforms to tap into the informal trading economy
As crypto and CFD trading continue to expand across Africa, access to advanced tools and market insights remains uneven. This session explores how AI and blockchain can bridge that gap by empowering informal traders and underserved communities to participate more effectively in digital financial markets. The discussion will focus on practical applications of technology to improve accessibility, education, and investment outcomes in both formal and informal sectors.
In this discussion, we will explore:
-The role of AI in democratizing access to trading tools, insights, and strategy development
-How crypto and blockchain can enable broader participation beyond traditional financial systems
-Addressing access barriers: infrastructure, education, and affordability in underserved communities
-Opportunities for brokers and platforms to tap into the informal trading economy
As crypto and CFD trading continue to expand across Africa, access to advanced tools and market insights remains uneven. This session explores how AI and blockchain can bridge that gap by empowering informal traders and underserved communities to participate more effectively in digital financial markets. The discussion will focus on practical applications of technology to improve accessibility, education, and investment outcomes in both formal and informal sectors.
In this discussion, we will explore:
-The role of AI in democratizing access to trading tools, insights, and strategy development
-How crypto and blockchain can enable broader participation beyond traditional financial systems
-Addressing access barriers: infrastructure, education, and affordability in underserved communities
-Opportunities for brokers and platforms to tap into the informal trading economy
As crypto and CFD trading continue to expand across Africa, access to advanced tools and market insights remains uneven. This session explores how AI and blockchain can bridge that gap by empowering informal traders and underserved communities to participate more effectively in digital financial markets. The discussion will focus on practical applications of technology to improve accessibility, education, and investment outcomes in both formal and informal sectors.
In this discussion, we will explore:
-The role of AI in democratizing access to trading tools, insights, and strategy development
-How crypto and blockchain can enable broader participation beyond traditional financial systems
-Addressing access barriers: infrastructure, education, and affordability in underserved communities
-Opportunities for brokers and platforms to tap into the informal trading economy
As crypto and CFD trading continue to expand across Africa, access to advanced tools and market insights remains uneven. This session explores how AI and blockchain can bridge that gap by empowering informal traders and underserved communities to participate more effectively in digital financial markets. The discussion will focus on practical applications of technology to improve accessibility, education, and investment outcomes in both formal and informal sectors.
In this discussion, we will explore:
-The role of AI in democratizing access to trading tools, insights, and strategy development
-How crypto and blockchain can enable broader participation beyond traditional financial systems
-Addressing access barriers: infrastructure, education, and affordability in underserved communities
-Opportunities for brokers and platforms to tap into the informal trading economy
As crypto and CFD trading continue to expand across Africa, access to advanced tools and market insights remains uneven. This session explores how AI and blockchain can bridge that gap by empowering informal traders and underserved communities to participate more effectively in digital financial markets. The discussion will focus on practical applications of technology to improve accessibility, education, and investment outcomes in both formal and informal sectors.
In this discussion, we will explore:
-The role of AI in democratizing access to trading tools, insights, and strategy development
-How crypto and blockchain can enable broader participation beyond traditional financial systems
-Addressing access barriers: infrastructure, education, and affordability in underserved communities
-Opportunities for brokers and platforms to tap into the informal trading economy