Not a launch post. Just things I wish someone had written down before I spent a month figuring them out.
1. LLMs send partial payloads on write operations
You ask the agent to update a record. It sends only the fields you mentioned in the prompt. The PUT request goes through, returns 200, and you've silently wiped every field you didn't specify.
The fix: before every write call, fetch the current resource state via the companion GET endpoint and deep-merge the LLM's payload on top. The LLM only needs to specify what's changing the executor fills in the rest.
In the last few days, I have seen many AI tools for creating audio-visual, and even people in my feed shared short movies created by AI (Hollywood will probably cut costs quite a bit in the next few years).
What is your experience with AI video generators, and which ones do you find the best? (In terms of which AI tools have given you the best video results.)