chef.convex.dev
chef.convex.dev
Get started with Convex without signing up for anything: stack.convex.dev/anonymous-de...
Get started with Convex without signing up for anything: stack.convex.dev/anonymous-de...
Agent framework
www.convex.dev/components/a...
stack.convex.dev/ai-agents
Durable workflow engine
www.convex.dev/components/w...
stack.convex.dev/durable-work...
Agent framework
www.convex.dev/components/a...
stack.convex.dev/ai-agents
Durable workflow engine
www.convex.dev/components/w...
stack.convex.dev/durable-work...
We'll continue to make improvements as always, especially to pagination and optimistic updates.
We'll continue to make improvements as always, especially to pagination and optimistic updates.
Agents aren't perfect so focus them on building your app, not trying to solve hard systems problems like managing distributed state. Use libraries or frameworks with good high level abstractions that prevent an agent from wandering off the path.
Agents aren't perfect so focus them on building your app, not trying to solve hard systems problems like managing distributed state. Use libraries or frameworks with good high level abstractions that prevent an agent from wandering off the path.
Agents are great reasoning about code but less good dealing with declarative languages or configs outside the codebase. Keep as much as possible in the code itself and as little as possible in SQL or external configs.
Agents are great reasoning about code but less good dealing with declarative languages or configs outside the codebase. Keep as much as possible in the code itself and as little as possible in SQL or external configs.
Coding agents are able to iterate, try things, correct mistakes. They are only able to do this when able to efficiently determine if a step is correct. Type safety is hugely effective at providing guardrails for agents.
Coding agents are able to iterate, try things, correct mistakes. They are only able to do this when able to efficiently determine if a step is correct. Type safety is hugely effective at providing guardrails for agents.