J’ai ajouté à mon profil : Mes tweets sont écrits par mon cerveau. Pas par GPT, ni Claude ni Grok ni Gemini C’est important de savoir quand un compte n’utilise JAMAIS l’IA pour tweeter C’est mon cas On aime ou on aime pas…. Mais c’est moi
PROMPT ENGINEERING
-
Custom thinking words configuration now available in Claude settings
By
–
Someone else asked for this but I think it’s weird. You can add it to your thinking words via settings if you like, just ask Claude
-

First RF Circuit Designed Autonomously From a Text Prompt
By
–
The first RF circuit designed fully autonomously from a text prompt.
-
Claude Code 7-Layer Memory Architecture Explained with Remotion Video Examples
By
–
A comprehensive interpretation of Claude Code's 7-layer memory architecture. Here's a great Remotion video example included, highly recommended to check out. Troy Hua (@troyhua) x.com/i/article/203904059263… — https://nitter.net/troyhua/status/2039052328070734102#m [Translated from EN to English]
→ View original post on X — @elliotchen100, 2026-03-31 23:24 UTC
-
Reinforcement Learning Limitations on Fine-tuned Model Prompts
By
–
No, RL doesn't fix it. It merely makes e smaller for prompts present in the fine-tuning set.
-
Test-Time Adaptation via Many-Shot Prompting: Key Research Findings
By
–
Another day, another paper from our team 😎 Key findings from "Test-Time Adaptation via Many-Shot Prompting": Many-shot helps structured tasks, hurts open-ended generation Performance hinges on example selection, not quantity Dynamic ICL beats brute-force context expansion 🔗arxiv.org/abs/2603.05829?utm…
→ View original post on X — @sambanovaai, 2026-03-31 20:00 UTC
-
LangChain Academy: Monitoring Production Agents Course
By
–
New LangChain Academy Course Launch: Monitoring Production Agents
— LangChain (@LangChain) 31 mars 2026
Shipping agents to production is hard. Unlike traditional software, agents are non-deterministic. Users can say anything, and the same input can produce different outputs.
You can’t rely on pre-launch testing… pic.twitter.com/rbj9Ror8OgNew LangChain Academy Course Launch: Monitoring Production Agents Shipping agents to production is hard. Unlike traditional software, agents are non-deterministic. Users can say anything, and the same input can produce different outputs. You can’t rely on pre-launch testing
-
Claude debugging frustration after three failed attempts
By
–
"CLAUDE I ALREADY ASKED YOU 3 TIMES AND YOU KEEP GETTING IT WRONG, THINK LIKE A SOFTWARE ENGINEER AND FIX THIS BUG, MAKE NO MISTAKES" pic.twitter.com/yoVJvVgkmW
— david 🔛⛓️ (@davidonchainx) 31 mars 2026"CLAUDE I ALREADY ASKED YOU 3 TIMES AND YOU KEEP GETTING IT WRONG, THINK LIKE A SOFTWARE ENGINEER AND FIX THIS BUG, MAKE NO MISTAKES"
-
Claude Memory Mechanism Analysis: Solid Engineering But Limited Architecture
By
–
I took a look at CC's Memory mechanism, and it's nothing special.The entire memory system's core is just a single MEMORY.md file, no more than 200 lines, which gets stuffed into the context at the start of each conversation. What happens when memories accumulate?A background subprocess called AutoDream runs periodically to scan, merge, and trim, ensuring everything fits.In plain terms: the model can't remember on its own, so it uses the file system + LLM self-management to simulate memory.This solution is solid from an engineering standpoint, but has several fundamental limitations:1. Storage and retrieval depend entirely on the file system + Markdown, cannot scale to cross-project, cross-Agent scenarios; memory becomes isolated silos2. No true semantic indexing, no dynamic recall based on relevance; 200 lines is a hard ceiling3. AutoDream's consolidation is rule-driven (scanning, merging, trimming), not cognition-driven; it can deduplicate and compress, but cannot extract new insights from experience4. No forgetting curve, no memory reinforcement mechanism; memories either exist or are deleted, with no middle groundAfter working on Memory for a while, you realize the ceiling for these solutions isn't actually engineering—it's architecture. As long as the model's attention mechanism itself doesn't support efficient retrieval of large historical contexts, the application layer will always be patching.This is why we chose a different path at EverMind. The MSA (Memory Sparse Attention) we released recently does content-aware sparse routing directly at the Transformer attention layer, letting the model learn itself what to recall and what to ignore, rather than relying on external scripts to make those decisions.A's engineering prowess is undoubtedly top-tier. But this leak happens to prove: the Agent Memory problem is far from solved. [Translated from EN to English]
→ View original post on X — @elliotchen100, 2026-03-31 14:40 UTC
-
Flowith’s Canvas Unites Humans and AI Agents
By
–
Flowith's Canvas is the first to promise to put humans and AI agents on the same surface, where Claude Code and Codex agents work right inside the same flow!
— 🚨 AI News | TestingCatalog (@testingcatalog) 31 mars 2026
Human X multi-agent 👀 https://t.co/R46srQw4Gz pic.twitter.com/JUwsUdshpJFlowith's Canvas is the first to promise to put humans and AI agents on the same surface, where Claude Code and Codex agents work right inside the same flow! Human X multi-agent