Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ianhmacartney
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Agents Need Durable Workflows and Strong Guarantees
(stack.convex.dev)
3 points
by
ianhmacartney
1y ago
|
1 comments
2.
▲
by
ianhmacartney
1y ago
Agents rely on long-lived workflows, but when happens when they fail midway through? Here are the tools you need to manage correctness and reliability: transactions, idempotency, retries, durable functions, journaling, and state machines. T
3.
▲
I reimplemented Mastra workflows with my own durable functions and I regret it
(stack.convex.dev)
1 points
by
ianhmacartney
1y ago
|
1 comments
4.
▲
by
ianhmacartney
1y ago
I reimplemented Mastra’s agentic workflows with durable functions in Convex, and it was the wrong decision. Learn about three common integration strategies (reimplementation, API wrapping, and “blessed” plugin paths), along with my learning
5.
▲
by
ianhmacartney
2y ago
One public comparison on latency is https://db-latency.vercel.app/ For comparisons, you can check out: https://stack.convex.dev/convex-vs-firebase https://stack.convex.dev/convex-vs-relation
6.
▲
by
ianhmacartney
2y ago
Very much agree. The tools for various jobs differ widely. However, my current take is that full-stack is more about enablement of engineers vs. a specific product or technology. Things at the protocol level (ProtoBuf, OpenAPI specs, etc.),
7.
▲
by
ianhmacartney
2y ago
Author here- and yes as a disclaimer I work at Convex. As a caveat to that disclaimer, I pivoted my career to work here b/c I genuinely believe it moves the industry forward b/c of the default correctness guarantees, along with o
8.
▲
by
ianhmacartney
2y ago
I'd like to get into the nuance of Frontend vs. Backend vs. Full stack Having a *backend* platform that has opinionated answers to schema / db access, file storage, auth, scheduled jobs / async workflow, text/vector sear
9.
▲
by
ianhmacartney
2y ago
Solving the problem of having a transactionally consistent subscription on arbitrary data joins / fetches is hard, but it's so nice to have. If you haven't checked it out yet, Convex provides this out of the box. A blog post
10.
▲
Customize server functions in TypeScript without middleware
(stack.convex.dev)
1 points
by
ianhmacartney
3y ago
|
0 comments