Don't waste 2 years learning to become an AI agentic engineer in 2026. It is easily possible to build AI/agentic apps in 20 mins with https://t.co/H6uUB1Hyjl. Rather, think of a business idea which really solves a problem with AI.
DM me and we can brainstorm together.
Most non-technical people I meet are quietly terrified of AI.
Not because they think it's dangerous. Because they think it's leaving without them.
They read the headlines, they see the demos, and they land on the same conclusion: this is for engineers, and I'm not one.
I've spent a while building AI systems in production. The honest truth โ the code was never the hard part.
The hard part is knowing what to build, where the process actually breaks, and what "good" looks like.
Domain experts already have all of that. They're just missing the last mile.
So we're building the last mile.
And we just got into OpenAI for Startups โ which means OpenAI basically said: "Here's $30,000 in API credits. Go do something."
Something ร OpenAI
Try it: https://t.co/t2aES6mXoD
Stop wasting time figuring out how to build agentic apps, Just describe in plain english and Something will do the rest in few minutes. Visit https://t.co/rWfQOydwtR
haiku 4.5 just made "frontier-level AI" feel instant and cheap.
๐ง 73% SWE-bench Verified
โก 3-second responses
๐ฐ $1 / $5 per million tokens
sonnet plans, haiku executes โ multi-agent workflows in real-time.
the economics of AI just broke.
#AI#Claude#Anthropic#Haiku
Building multi-agent systems?
Donโt assume LangGraph (or any framework) saves you from model lock-in.
Switched from Claude Sonnet 4 โ Gemini 2.5 Pro.
Simple config change turned into a 3-week rewrite.
Agent systems magnify model quirks. Test early or rebuild later.
#AIagents #LangGraph #LLMops
Excited to release new repo: nanochat!
(it's among the most unhinged I've written).
Unlike my earlier similar repo nanoGPT which only covered pretraining, nanochat is a minimal, from scratch, full-stack training/inference pipeline of a simple ChatGPT clone in a single, dependency-minimal codebase. You boot up a cloud GPU box, run a single script and in as little as 4 hours later you can talk to your own LLM in a ChatGPT-like web UI.
It weighs ~8,000 lines of imo quite clean code to:
- Train the tokenizer using a new Rust implementation
- Pretrain a Transformer LLM on FineWeb, evaluate CORE score across a number of metrics
- Midtrain on user-assistant conversations from SmolTalk, multiple choice questions, tool use.
- SFT, evaluate the chat model on world knowledge multiple choice (ARC-E/C, MMLU), math (GSM8K), code (HumanEval)
- RL the model optionally on GSM8K with "GRPO"
- Efficient inference the model in an Engine with KV cache, simple prefill/decode, tool use (Python interpreter in a lightweight sandbox), talk to it over CLI or ChatGPT-like WebUI.
- Write a single markdown report card, summarizing and gamifying the whole thing.
Even for as low as ~$100 in cost (~4 hours on an 8XH100 node), you can train a little ChatGPT clone that you can kind of talk to, and which can write stories/poems, answer simple questions. About ~12 hours surpasses GPT-2 CORE metric. As you further scale up towards ~$1000 (~41.6 hours of training), it quickly becomes a lot more coherent and can solve simple math/code problems and take multiple choice tests. E.g. a depth 30 model trained for 24 hours (this is about equal to FLOPs of GPT-3 Small 125M and 1/1000th of GPT-3) gets into 40s on MMLU and 70s on ARC-Easy, 20s on GSM8K, etc.
My goal is to get the full "strong baseline" stack into one cohesive, minimal, readable, hackable, maximally forkable repo. nanochat will be the capstone project of LLM101n (which is still being developed). I think it also has potential to grow into a research harness, or a benchmark, similar to nanoGPT before it. It is by no means finished, tuned or optimized (actually I think there's likely quite a bit of low-hanging fruit), but I think it's at a place where the overall skeleton is ok enough that it can go up on GitHub where all the parts of it can be improved.
Link to repo and a detailed walkthrough of the nanochat speedrun is in the reply.
What the fuck just happened ๐คฏ
Stanford just made fine-tuning irrelevant with a single paper.
Itโs called Agentic Context Engineering (ACE) and it proves you can make models smarter without touching a single weight.
Instead of retraining, ACE evolves the context itself.
The model writes, reflects, and rewrites its own prompt over and over until it becomes a self-improving system.
Think of it like the model keeping a living notebook.
Every failure becomes a lesson. Every success becomes a rule.
And the results are absurd:
+10.6% better than GPT-4โpowered agents on AppWorld
+8.6% on financial reasoning
86.9% lower cost and latency
No labels. Just feedback.
Everyoneโs obsessed with โshort, cleanโ prompts.
ACE flips that. It builds dense, evolving playbooks that compound over time and never forget.
Because LLMs donโt crave simplicity.
They crave context density.
If this scales, the next generation of AI wonโt be fine-tuned.
Itโll be self-tuned.
Weโre entering the era of living prompts.
Integrating ๐๐ด๐ฒ๐ป๐๐ถ๐ฐ ๐ฅ๐๐ Systems via ๐ ๐๐ฃ ๐
If you are building RAG systems and packing many data sources for retrieval, most likely there is some agency present at least at the data source selection for retrieval stage.
This is how MCP enriches the evolution of your Agentic RAG systems in such case (๐ฑ๐ฐ๐ช๐ฏ๐ต 2.):
๐ญ. Analysis of the user query: we pass the original user query to a LLM based Agent for analysis. This is where:
โก๏ธ The original query can be rewritten, sometimes multiple times to create either a single or multiple queries to be passed down the pipeline.
โก๏ธ The agent decides if additional data sources are required to answer the query.
๐ฎ. If additional data is required, the Retrieval step is triggered. We could tap into variety of data types, few examples:
โก๏ธ Real time user data.
โก๏ธ Internal documents that a user might be interested in.
โก๏ธ Data available on the web.
โก๏ธ โฆ
๐ง๐ต๐ถ๐ ๐ถ๐ ๐๐ต๐ฒ๐ฟ๐ฒ ๐ ๐๐ฃ ๐ฐ๐ผ๐บ๐ฒ๐ ๐ถ๐ป:
โ Each data domain can manage their own MCP Servers. Exposing specific rules of how the data should be used.
โ Security and compliance can be ensured on the Servel level for each domain.
โ New data domains can be easily added to the MCP server pool in a standardised way with no Agent rewrite needed enabling decoupled evolution of the system in terms of ๐ฃ๐ฟ๐ผ๐ฐ๐ฒ๐ฑ๐๐ฟ๐ฎ๐น, ๐๐ฝ๐ถ๐๐ผ๐ฑ๐ถ๐ฐ ๐ฎ๐ป๐ฑ ๐ฆ๐ฒ๐บ๐ฎ๐ป๐๐ถ๐ฐ ๐ ๐ฒ๐บ๐ผ๐ฟ๐.
โ Platform builders can expose their data in a standardised way to external consumers. Enabling easy access to data on the web.
โ AI Engineers can continue to focus on the topology of the Agent.
๐ฏ. Retrieved data is consolidated and Reranked by a more powerful model compared to regular embedder. Data points are significantly narrowed down.
๐ฐ. If there is no need for additional data, we try to compose the answer (or multiple answers or a set of actions) straight via an LLM.
๐ฑ. The answer gets analyzed, summarized and evaluated for correctness and relevance:
โก๏ธ If the Agent decides that the answer is good enough, it gets returned to the user.
โก๏ธ If the Agent decides that the answer needs improvement, we try to rewrite the user query and repeat the generation loop.
Are you using MCP in your Agentic RAG systems? Let me know about your experience in the comment section ๐
#LLM #AI #MachineLearning
RE: the agent/workflow debate
Agents and workflows are a spectrum. A system can be more or less 'agentic'.
A pure 'agent' is too volatile to be sent to production - you need a bit of determinism to rein it in.
Just like ChatGPT killed Google.
Just like GPT-5 killed software engineering.
Just like deep learning killed classical ML.
Just like long context killed RAG.
Just like MCP killed APIs.
Just like synthetic data killed real data.
Just like laptops killed desktops.
Just like tablets killed laptops.
Just like Web apps killed native apps.
BREAKING: OpenAI just dropped AgentKit and it's actually insane ๐คฏ
You can now build AI agents with DRAG AND DROP.
What used to take MONTHS now takes HOURS.
Ramp built a full procurement agent in a few hours (not quarters)
70% faster iteration cycles Visual canvas for multi-agent workflows One-click deployment
The "no-code AI agent" era just started and most people are sleeping on this ๐
Companies using this early are about to have an unfair advantage.
#OpenAI #AgentKit #AI #DevDay
BREAKING ๐จ: OpenAI is planning to announce Agent Builder on DevDay. Agent builder will let users build their agentic workflows, connect MCPs, ChatKit widgets and other tools.
This is one of the smoothest Agent builder canvases I've used so far.
The year of Agents ๐ค