I feel the hype is cooling down. LangChain was great for getting something running in 5 minutes, but the 'abstraction soup' makes debugging a nightmare in production. I'm seeing more people just using the OpenAI/Anthropic SDKs directly or very thin wrappers. It’s better to own your prompts than to hide them behind five layers of library code.