I'm excited to share that @DeSpreadTeam took 3rd place for the @AptosLabs Incentivized Testnet 3 and got a chance to participate as validator in upcoming Aptos Mainnet!
Thread ๐
https://t.co/CiSmOoAogk
๐ Scale & source
Add schemas + auto metrics and this becomes CI-your LLMs improve while you sleep.
Prompt engineering is the gearbox for enterpriseโgrade GenAI.
Full paper ๐ https://t.co/9i0awtZhts
#PromptEngineering#LLM#GenerativeAI#LangChain#AI
๐งโ๐ณ Quick recipes
- Shuffle label order in FewโShot to kill bias
- Temp 0 for CoT and parse only the โAnswer:โ line
- LangChain lines spin up a ReAct agent
- Schedule a weekly APE loop to keep prompts sharp
๐ Realโworld impact
- Old way : handโtune prompts for every task.
- Playbook way : one template reused across models, evaluation fully automated. Less code, more outcome.
5. Automatic Prompt Engineering (APE) : the model drafts 10 candidate prompts, scores them with BLEU/ROUGE/F1, and ships the winner-prompt tuning in minutes, not days.
3. CoT + SelfโConsistency : add โLetโs think step by step,โ sample 5 runs, keep the majority answer-logic slips vanish.
4. ReAct agents : Thought โ Action โ Observation loops (LangChain) let the model call live tools like Search, SQL, or Python.
๐ก Why it matters
Prompting used to be pure guesswork.
The playbook turns it into repeatable patterns that boost accuracy and creativity in hours, not weeks.
Finally, a checklist-not a dartboard.
๐ Just blasted through @Google new Prompt Engineering white paper.
5 quick wins you can swipe for your next sprint.
Hereโs what you need to do๐
๐ Excited to share my MCP project.
My open-source implementation of
@metabase
MCP server from scratch.
I frequently use Metabase but couldnโt find a suitable MCP, so I built one myself.
In the project, I implemented the following features:
Bridge AI & Metabase with 'metabase://' URIs, session/API auth, and natural language. Run dashboards, saved questions, or custom SQL. Get structured JSON output.
What is MCP?
Why is everyone talking about it?
Letโs take a closer look.
Model Context Protocol (MCP) is a new system introduced by Anthropic to make AI models more powerful.
What is MCP & why it's a big (huge) deal:
(model context protocol)
TLDR: MCP makes it possible for AI Tools to use external tools. E.g. Chatbot/IDE/AI-Agent can use Gmail/GoogleDrive/WeatherApp etc.
Detailed explanation for both, tech & non tech people (+demos):
1) AI Tools (chatbots, wrappers, agents, code generator, etc) wanna talk to external systems.
In pre-MCP world, one would have to write code to connect AI tool to the external system via API. Which meant every connection had to be pre-coded.
It also meant that every AI tool had to hard code its connection to every other tool. So if there are 1000 AI tools and 1000 external tools, then 1000000 hard-coded connections via API.
2) MCP is a standard protocol. This means that every AI tool has to implement this once, and then it can connect to thousands of external tools via this protocol.
3) The same goes for external tools. They all have to create an MCP server just once, and all AI tools that support MCP can connect to them.
4) It's a huge deal. Imagine 10k AI tools and 10k external tools now all have to implement MCP just once each. So it's 20k implementations. Versus 10k*10k=100M implementations.
5) This whole thing can also run on the cloud or on local computer.
See demos:
MONAD TESTNET ANALYSIS ๐
For a long time I have been wanting to combine my data science skills and my love for @monad_xyz . Analyzing testnet data using @flipsidecrypto was a perfect way for me to do this.
For this thread I analyzed native MON transfers between two EOAs (no smart contract interactions). We only consider data since the testnet went live so the analysis reflects organic usage of the testnet.
No bias just data, hereโs what I found ๐งต๐