I’m exploring the mental health effects of AI coding. This is a super quick (blazing fast), anonymous survey.
Please fill out and share so that the responses will be well rounded.
https://t.co/qbLPRRXt7I
Introducing Flue 2 — Build dynamic agents that evolve over time.
Flue is a TypeScript framework for building the next generation of agents, powered by the @pidotdev agent harness.
The Flue 1.0 Beta was released last month & has now been downloaded 700,000+ times. And from all of that feedback, we realized something we'd missed.
Agents have a familiar problem: composability.
How do you compose together different agent capabilities in a way that feels expressive AND maintainable, especially as you scale up complexity?
Last week, I teased: “What if React for Agents?” and yes, as you will see, the inspiration here is obvious. But UI devs and agent devs have some things in common, including the same problem that the React team solved almost a decade ago with... Hooks!
There are now things that you can do in Flue 2.0 with hooks that are just fundamentally difficult in other frameworks:
A Flue agent can enforce a multi-step workflow, earn new tools once certain conditions are met, or trade up to a bigger model when the work gets too hard.
Handling metadata and context no longer requires custom framework APIs and configuration. In Flue, you can pass data to a tool the same way you pass arguments to a function.
I'm really excited for you to try Flue 2.0 out yourself. It's a big, bold take on what agents could be capable of in the future.
Read more: https://t.co/kW69RWJ00Q
Thrilled to announce the MCP 2026-07-28 release. It is one of MCP's biggest yet, built on 18 months of lessons learned.
A few highlights:
★ MCP is now stateless, with semantics for multi-round-trip requests. Serving MCP just got much simpler and more scalable.
★ MCP now has extensions. MCP Apps, Tasks, Enterprise Managed Auth, and more. Domain-specific ways to use MCP, plus room for experimental additions.
★ Python, Typescript, C# (soon) SDKs released a v2.0.0 for the new spec with improved ergonomics!
But the biggest highlight for me: this release is a true community effort. Individuals and companies alike — Anthropic, Google, Microsoft, OpenAI, and many others helped shape this specification.
And there's much more. Full details: https://t.co/NHd9cQmPCu
I wonder if people think innovation is dead in the frontend? At this point it's just incremental performance gains? That there isn't anything to gain architecturally by changing the formula?
It would partially explain why there is resistance to move past old React and excitement around things like Vinext or Redact. The lower excitement around things like Qwik's resumability.
We're never going to move past React unless we move past React.