Yes I think in one part of the video I think I still used the word prompt but it's not really about "prompting", it's about context and spec engineering, and then all of the other harness things – tools, workflows, etc.
PROMPT ENGINEERING
-
Gemini Pro and Flash Excel at Vibe Coding in AI Studio
By
–
Pro and Flash are actually really good in AI Studio for the vibe coding use case
-
Opus vs Sonnet: Long-Horizon Planning and Context Window Capabilities
By
–
10x per generation on a task that requires actual long-horizon planning is something. Cowork personally surprises me a lot on what it can do in both good and bad ways. And TBH, sonnet cannot understand and follow large skill files nearly as good as opus. And Opus 1m context is
-
LangSmith Prompt Hub: Secure Production Prompt Access Control
By
–
In LangSmith Prompt Hub 💬
— LangChain (@LangChain) 20 mars 2026
Define clear access to your production prompts:
• Assign Owners for each prompt
• Owners-only mode restricts who can promote prompts to production
• All other users keep committing without friction
Iterate fast. Promote carefully! 🔒️ pic.twitter.com/d4XILE4q91In LangSmith Prompt Hub Define clear access to your production prompts:
• Assign Owners for each prompt
• Owners-only mode restricts who can promote prompts to production
• All other users keep committing without friction
Iterate fast. Promote carefully! -

Using AI-powered coding assistants to generate Mermaid diagrams
By
–
Petit tips rapide : n’hésitez pas à demander à vos IA qui codent de vous générer des diagrammes Mermaid de vos codes, c’est tellement utile (et ça se push sur des README.md sur GitHub). Miam miam.
-
Agentic Engineering: Redefining Professional Software Development
By
–
I refuse to admit defeat! I've been pushing "agentic engineering" hard as a better term for what professional software engineers are doing with coding agents
-

AI Engineering Cheatsheets Repository for Quick Technical Reference
By
–
I just put together a repo with all my AI engineering cheatsheets as markdown files (because sometimes all you need is the right reference at the right time). Cheatsheets are really powerful for making quick engineering decisions. You don't have to read through full lessons or
-

Selecting the Appropriate LLM for Your AI Agent
By
–
Choosing The Right #LLM for Your #AIAgent
by @Python_Dv #GenAI #ArtificialIntelligence #MachineLearning #ML -
Rethinking Prompting Strategies in Artificial Intelligence
By
–
I have published an episode on @ivoox
: "#1093: Re-thinking prompting in AI #podcast -
APL Right-to-Left Precedence Challenges for Language Models
By
–
One thing I wonder about APL is whether the right-to-left precedence would cause problems for an LLM. In practice folks tend to write APL using a number of steps of creating small blocks then building them up. Perhaps LLMs need some tooling to help them…