How to use InstantSearch with React: Clone the repo, tell your agent to slopfork it, throw the original InstantSearch into the trash (where it belongs).
In the screenshot I have an agent + two nested subagents. I want the root agent to act as a bouncer, but I wasn't sure if I should add a new tool to validate requests or if the communication between the agents is enough. So I just asked and it worked!
@jacobmparis People that complain want to go back to a world that doesn't exist anymore. Instead of attacking the circumstances of why Next.js abstracts over modern complexity, they go for the framework. This also explains why they self-report with comments like "Next.js makes your app slow".
If you're struggeling with client/server boundaries, try marking your RSC as async, even if you don't await. Next.js will throw an error if you accidentally call it in a client component.