If you have been spending time in AI or Vibe Coding , you must have heard of MCP , so what is it and what it does
It stands for Model Context Protocol , it is like an USB C adapter , without the right adapter you cant connect your devices
So It lets your Ai model to connect to your other systems like databases , Gmail , Notion , Slack or whatever you use so the Ai can fetch the Data easily and automate some of your workflow
For example : Using Github MCP , Your Codex can review your CodeBase and make edits in it
I was reading this article Today how England has this Entire system of promoting football in their country and making it a secure career option for anyone and it is such a great career option there unlike India where you have to be best to even have a career
There should definitely be some changes in this entire sport sector
Here is how to get started with Claude for coders
Installing on global using : npm install -g @anthropic-ai/claude-code
It will install Claude cli on your device and you would be able to use it from your terminal
Now some tips which will save you from 3 months of self learning
Tip 1 : Asking question about the codebase instead of jumping to edits
Tip 2 : Brainstorm/plan first → “Before you write code, make a plan and run it by me for approval " . This prompt will curate a plan for a specific task or your overall goal
Tip 3 : workflows: Exploration → Planning → Confirmation → Edit → Check work + iterate (e.g., run tests/screenshots/simulator → auto-improve).
This workflow will make it Explore and Plan for your project and confirm what has been built greatly and how it can be improvised , 2-3 times will make the codebase stronger
Tip 4: claude.md or CLAUDE.md file : So it remembers everything about your project and you dont have to remind it again and again
Here is how to get started with Claude for coders
Installing on global using : npm install -g @anthropic-ai/claude-code
It will install Claude cli on your device and you would be able to use it from your terminal
Now some tips which will save you from 3 months of self learning
Tip 1 : Asking question about the codebase instead of jumping to edits
Tip 2 : Brainstorm/plan first → “Before you write code, make a plan and run it by me for approval " . This prompt will curate a plan for a specific task or your overall goal
Tip 3 : workflows: Exploration → Planning → Confirmation → Edit → Check work + iterate (e.g., run tests/screenshots/simulator → auto-improve).
This workflow will make it Explore and Plan for your project and confirm what has been built greatly and how it can be improvised , 2-3 times will make the codebase stronger
Tip 4: claude.md or CLAUDE.md file : So it remembers everything about your project and you dont have to remind it again and again
Having a strong understanding of basic is really important for anyone is any field .
You can brag or Vibecode all you want but knowing the basics will get you further than anything else
There is this feature of Codex that let it save memories from Chat and share it across other Chat and before turning it on you would want to be a little cautious
1) Privacy : Obv Codex would be able to save your chat so its your choice
2) Pollution of Context : If you switch projects frequently, the AI might accidentally apply habits or context from a previous, unrelated project to your current work
3) Simplicity: If you prefer absolute transparency about exactly what information the AI has access to in a specific chat, disabling it ensures no "hidden" background context being injected
Why was RCB winning so boring , atleast we felt some excitement last year , RR or SRH could have given better fight than these kids
i guess i should build something that would also predict the winner of FIFA 2026
RCB Royal Challengers Bengaluru is going to win another trophy ??
I built a model that predicts RCB as the champion of IPL 2026 and no, it's not your generic Random Forest classifier that just picks a winner.
It simulates the entire remaining season 10,000 times and gives every team a calibrated probability of finishing top-4
making the final, and lifting the trophy
More tomorrow