Coding agents are a new infrastructure primitive
mesa.dev2 ポイント投稿者 remolacha0 コメント
post.title = "Foo"
post.author.name = "John Smith"
post.save()
post.author.save()
end post.update({ title: "Foo" })
post.author.update( { name: "John Smith" })
end post.update({ title: "Foo" })
post.author.update( { name: "John Smith" })
}) // `subscribe` or `useSnapshot` or whatever would be the hook that gives me a reactive post object
const post = subscribe(Posts.find(props.id));
function updateAuthorName(newName) {
// This should handle the join between posts and authors, optimistically update the UI
post.author.name = newName;
// This should attempt to persist any pending changes to browser storage, then
// sync to remote db, rolling back changes if there's a failure, and
// giving me an easy way to show an error toast if the update failed.
post.save();
}
return (
<>
...
</>
)
}
Mesa is building GitHub for AI Agents. We create new kinds of infrastructure and human interfaces for AI-driven software development. We are currently a team of 7 (all engineers), looking to add a few more highly autonomous SWEs.
Comp: $180k - $275k, 0.2% - 2% equity
Sound like a good fit? Email [email protected]