Muktesh (@mukteshkrmishra) 's Twitter Profile
Muktesh

@mukteshkrmishra

Can codeπŸ‘¨πŸ½β€πŸ’»cookπŸ‘¨β€πŸ³,cheer & care. In love with Applied AI, Open Source and new technologies. In short,Nothing special,but passionately curious.

ID: 1941391128

linkhttps://muktesh.dev calendar_today06-10-2013 16:28:26

4,4K Tweet

304 Followers

424 Following

zak.eth (@0xzak) 's Twitter Profile Photo

🚨 UPDATE: Full Post-Mortem On Cursor Security Incident In yesterday’s thread I explained how I got drained after installing a malicious extension in Cursor. This is the deeper dive into what I found, what I did, and how you can avoid it. 🧡 πŸ‘‡

Carlos E. Perez (@intuitmachine) 's Twitter Profile Photo

Claude 4.1 Opus System prompts have been leaked! Let's delve into the details of how it's constructed. The Claude 4.1 system prompt is a highly structured and modular configuration that exhibits several recurring system design patterns described in the Pattern Language for

Claude 4.1 Opus System prompts have been leaked!   Let's delve into the details of how it's constructed.

The Claude 4.1 system prompt is a highly structured and modular configuration that exhibits several recurring system design patterns described in the Pattern Language for
LangChain (@langchainai) 's Twitter Profile Photo

πŸ“ŠπŸ€– Stock Research DeepAgent A stock analysis system using LangChain's DeepAgent framework to coordinate specialized agents for comprehensive market research and real-time data analysis. Check out the implementation and build your own! πŸ” github.com/sagar-n/deepag…

πŸ“ŠπŸ€– Stock Research DeepAgent

A stock analysis system using LangChain's DeepAgent framework to coordinate specialized agents for comprehensive market research and real-time data analysis.

Check out the implementation and build your own! πŸ”
github.com/sagar-n/deepag…
Aaron Levie (@levie) 's Twitter Profile Photo

The paradigm of AI subagents is going to be super interesting. There was probably some hope or belief that a universal agent would be able to handle everything you needed in a workflow by stuffing all the relevant context into the context window. But even with larger context

Armin Ronacher β‡Œ (@mitsuhiko) 's Twitter Profile Photo

I built two ubertool MCPs: MCPs that have a single tool that accepts source code it evals. One for playwright and one for pexpect. I think this should be explored further. Will talk about this today at Claude Code Anonymous in London. lucumr.pocoo.org/2025/8/18/code…

Carlos E. Perez (@intuitmachine) 's Twitter Profile Photo

This paper reveals a severe limitation of our understanding of AI. As AI becomes more capable, we begin to understand prompting better. Why? This is because prompt engineering (and context engineering) is about meta-cognition.

This paper reveals a severe limitation of our understanding of AI.  As AI becomes more capable, we begin to understand prompting better. Why?  This is because prompt engineering (and context engineering) is about meta-cognition.
Tech with Mak (@technmak) 's Twitter Profile Photo

22 Cloud Design Patterns - You Should Know!!! πŸ‘‡ πŸ“Œ π€π―πšπ’π₯πšπ›π’π₯𝐒𝐭𝐲 𝐏𝐚𝐭𝐭𝐞𝐫𝐧𝐬 [1.] Circuit Breaker Stops a service from repeatedly trying a failing operation. [2.] Retry Enables an application to handle transient failures when it tries to connect to a service or

22 Cloud Design Patterns - You Should Know!!! πŸ‘‡

πŸ“Œ π€π―πšπ’π₯πšπ›π’π₯𝐒𝐭𝐲 𝐏𝐚𝐭𝐭𝐞𝐫𝐧𝐬
[1.] Circuit Breaker
Stops a service from repeatedly trying a failing operation.

[2.] Retry
Enables an application to handle transient failures when it tries to connect to a service or
Sumanth (@sumanth_077) 's Twitter Profile Photo

AI Engineering Toolkit! I have curated list of 100+ LLM libraries and frameworks for training, fine-tuning, building, evaluating, deploying, RAG, and AI Agents! 100% Open Source

AI Engineering Toolkit!

I have curated list of 100+ LLM libraries and frameworks for training, fine-tuning, building, evaluating, deploying, RAG, and AI Agents!

100% Open Source
Simon Willison (@simonw) 's Twitter Profile Photo

Notes on PyPI's new protection against domain resurrection attacks, where an attacker registers an expired domain in order to gain access to account reset emails simonwillison.net/2025/Aug/19/py…

Harrison Chase (@hwchase17) 's Twitter Profile Photo

πŸ”¬Building Deep Research on top of DeepAgents DeepAgents sets a solid foundation, with built in planning, subagents, and file system usage It's pretty easy to build a comprehensive Deep Research on top of this! YouTube: youtu.be/geTtqyFnyHA Code: github.com/hwchase17/deep…

πŸ”¬Building Deep Research on top of DeepAgents

DeepAgents sets a solid foundation, with built in planning, subagents, and file system usage

It's pretty easy to build a comprehensive Deep Research on top of this!

YouTube: youtu.be/geTtqyFnyHA
Code: github.com/hwchase17/deep…
Romain Huet (@romainhuet) 's Twitter Profile Photo

The AGENTS.md microsite is live! Think of it as a README for agents: a simple, open format for guiding coding agents. It’s been awesome to work alongside peers from Amp β€” Research Preview, Cursor, Jules, Factory, and Roo Code to bring this to life!

Stuart Sul (@stuart_sul) 's Twitter Profile Photo

MoE layers can be really slow. When training our coding models Cursor, they ate up 27–53% of training time. So we completely rebuilt it at the kernel level and transitioned to MXFP8. The result: 3.5x faster MoE layer and 1.5x end-to-end training speedup. We believe our

MoE layers can be really slow. When training our coding models <a href="/cursor_ai/">Cursor</a>, they ate up 27–53% of training time.

So we completely rebuilt it at the kernel level and transitioned to MXFP8. The result: 3.5x faster MoE layer and 1.5x end-to-end training speedup.

We believe our
Shubham Saboo (@saboo_shubham_) 's Twitter Profile Photo

AGENTS md is a simple, open format for guiding coding agents. Works like a README but designed specifically for AI Agents to understand your codebase. Single file works across Cursor, Claude, OpenAI Codex, Google Jules, and Factory AI.

AGENTS md is a simple, open format for guiding coding agents.

Works like a README but designed specifically for AI Agents to understand your codebase.

Single file works across Cursor, Claude, OpenAI Codex, Google Jules, and Factory AI.
Avi Chawla (@_avichawla) 's Twitter Profile Photo

DeepMind built a simple RAG technique that: - reduces hallucinations by 40% - improves answer relevancy by 50% Let's understand how to use it in RAG systems (with code):

Rohan Paul (@rohanpaul_ai) 's Twitter Profile Photo

Great AI at Meta paper. Builds a single test that shows when LLMs think too much or too little, then scores both. It targets a gap, reasoning models ramble on easy questions while fast models miss steps on hard ones. They release a benchmark called OptimalThinkingBench with

Great <a href="/AIatMeta/">AI at Meta</a>  paper.

Builds a single test that shows when LLMs think too much or too little, then scores both.

It targets a gap, reasoning models ramble on easy questions while fast models miss steps on hard ones.

They release a benchmark called OptimalThinkingBench 
 with