Live · 9 May 2026 · Speaking at 11th DOT NET DAY by MDCA Ahmedabad
Recap up · AIMED workshop "The Agentic Operating System" · 2 May 2026
Daily agentic AI updates in the WhatsApp community — join from /card
RAGFlow v0.25.6 adds an autonomous browser component, a one-line @tool decorator, and dataset-level retrieval
Field note: the agent reliability bug is almost always a tool contract, not the model
Supply-chain worm harvests Claude Code credentials: poisoned Nx Console VS Code extension breaches GitHub, hits OpenAI and Mistral dev machines
Anthropic opens Claude Security in public beta as Project Glasswing reports 10,000+ critical vulnerabilities found
NVIDIA ships Verified Agent Skills: scanned, signed skill packages with machine-readable risk cards
Cheap open-weight models now ~60% of OpenRouter usage: DeepSeek, Kimi and Zhipu reshape the cost floor
MCP locks its 2026 spec release candidate: the protocol goes stateless ahead of a July 28 final
Cursor 3.5 brings Automations into the Agents Window and adds multi-repo and no-repo cloud agents
Note · Your agents aren't broken. Your tools are.
Note · Agentic AI has an execution problem.
Note · Your agent has no memory. That is the problem.
Live · 9 May 2026 · Speaking at 11th DOT NET DAY by MDCA Ahmedabad
Recap up · AIMED workshop "The Agentic Operating System" · 2 May 2026
Daily agentic AI updates in the WhatsApp community — join from /card
RAGFlow v0.25.6 adds an autonomous browser component, a one-line @tool decorator, and dataset-level retrieval
Field note: the agent reliability bug is almost always a tool contract, not the model
Supply-chain worm harvests Claude Code credentials: poisoned Nx Console VS Code extension breaches GitHub, hits OpenAI and Mistral dev machines
Anthropic opens Claude Security in public beta as Project Glasswing reports 10,000+ critical vulnerabilities found
NVIDIA ships Verified Agent Skills: scanned, signed skill packages with machine-readable risk cards
Cheap open-weight models now ~60% of OpenRouter usage: DeepSeek, Kimi and Zhipu reshape the cost floor
MCP locks its 2026 spec release candidate: the protocol goes stateless ahead of a July 28 final
Cursor 3.5 brings Automations into the Agents Window and adds multi-repo and no-repo cloud agents
Note · Your agents aren't broken. Your tools are.
Note · Agentic AI has an execution problem.
Note · Your agent has no memory. That is the problem.
Jigar Joshi

From AI-assisted coding to AI Systems Engineering.

Jigar Joshi trains development teams and consults with IT companies to build production-grade agentic AI systems using Claude API, MCP, and multi-agent patterns.

Trained teams at
Bytes Technolab
Metizsoft
+ Growing
agent_loop.py
<span style="color:#5C7A5A"># ReAct Agent Loop</span>
<span style="color:#7EB8F7">def</span> <span style="color:#FDB94A">run_agent</span>(task):
  <span style="color:#5C7A5A"># Think</span>
  plan = llm.reason(task)
  
  <span style="color:#7EB8F7">while not</span> plan.is_complete():
    <span style="color:#5C7A5A"># Act</span>
    result = tools.execute(plan.next)
    
    <span style="color:#5C7A5A"># Observe</span>
    plan.update(result)
    
  <span style="color:#7EB8F7">return</span> plan.result
Agent running · Step 3 of 5
Claude API
MCP · RAG · Multi-Agent
16 hrs
Per Training Program
80%
Hands-on Every Session
Day 1
Start Building Agents
100%
Working Deliverables
The Shift

What training actually changes

AI-assisted coding
AI Systems Engineering
Using Cursor for autocomplete
Building autonomous agent systems
Single-prompt interactions
Multi-step agent workflows
Manual API integrations
MCP-standardized tool access
No production awareness
Observability, guardrails & deployment
Topic Pillars

Browse the knowledge graph

Each pillar is an authority hub aggregating every blog post, note, ship-news update, and talk on that topic. Start with the pillar; follow the cluster links for depth.

All topics
Latest Writing

From the blog

All posts
Ready to build?

Your team is one training away from
shipping agent systems.

Customised to your stack. Hands-on from day 1. Working deliverables every session.