HackerTrans
トップ新着トレンドコメント過去質問紹介求人

calcsam

no profile record

投稿

Why don't centre-pivot irrigation fields use hexagonal packing?

old.reddit.com
3 ポイント·投稿者 calcsam·3 か月前·0 コメント

How to Structure Projects for AI Agents and LLMs

mastra.ai
3 ポイント·投稿者 calcsam·5 か月前·0 コメント

Show HN: Mastra 1.0, open-source JavaScript agent framework from the Gatsby devs

github.com
213 ポイント·投稿者 calcsam·6 か月前·70 コメント

Announcing Mastra's Agent Studio

mastra.ai
1 ポイント·投稿者 calcsam·9 か月前·0 コメント

Agent design lessons from Claude Code

jannesklaas.github.io
3 ポイント·投稿者 calcsam·10 か月前·0 コメント

コメント

calcsam
·6 か月前·議論
Those are both good options. You should try us all out and see which one you like best!
calcsam
·6 か月前·議論
Our cloud platform is in beta so it's free right now!
calcsam
·6 か月前·議論
You found the Easter egg!
calcsam
·6 か月前·議論
thanks!
calcsam
·6 か月前·議論
Thanks for the feedback. We hear from a lot of devs with fond memories of Gatsby but if it cuts the opposite way for you that's also fair!

Most of us spent a lot of the last decade building Gatsby so it's sort of a personal identity/pride thing for us more than a marketing thing. But maybe we need to keep our identity small! Either way, thanks for saying something, worth thinking about.
calcsam
·6 か月前·議論
Cloud-hosted observability + studio features (and self-hosted with EE bits).

You can take a look at the cloud platform at cloud.mastra.ai, it's in beta currently

It's the same play we did at Gatsby to get to several million in ARR in a couple of years
calcsam
·6 か月前·議論
Re: Tanstack AI, really depends on adoption. We've known Tanner since his react-static days and if it takes off we'll def work together.

Re: Mastra cloud -- this is basically hosted services, eg observability, hosted studio, hosted serverless deployments, as distinct from the framework.

With server adapters you can now deploy your studio in your infra. We're going to pull multi-project / multi-user Mastra cloud features into a Mastra admin feature so you can run these locally or deploy them on your infra as well (with EE licensing for stuff like RBAC). Stay tuned here.
calcsam
·6 か月前·議論
ah crap, thanks for heads-up. looking into it.
calcsam
·6 か月前·議論
Thank you for using us, and for the feedback!

Do you have code snippets you can share about how you wanted to write the rules? Want to understand desired grammar / syntax better.
calcsam
·6 か月前·議論
Have a ton of respect for the AI SDK team. Initially we only used AI SDK model routing, but now we also have our own built-in model routing as well.

I see each of us having different architectures. AI SDK is more low-level, and Mastra is more integrated with storage powering our studio, evals, memory, workflow suspend/resume etc.
calcsam
·6 か月前·議論
Thank you! We have an incredible designer and we love obsessing about this stuff.
calcsam
·6 か月前·議論
We've always supported letting folks specify their agent hierarchy, eg agent supervisor, workflow orchestrator, mix and match, etc.

But people kept asking us for a multi-agent primitive out of the box so we shipped `agent.network()`, which is basically dynamic hierarchy decided at runtime, pass in an array of workflows and agents to the routing agent and let it decide what to do, how long to execute for, etc!

https://mastra.ai/docs/agents/networks
calcsam
·6 か月前·議論
Less frequently sites and more frequently a SaaS app, for example Sanity released a content agent in their CMS, Factorial released an agent inside their HR/payroll product.

But tons of other use cases too, eg dev teams at Workday and PayPal have built an agentic SRE to triage their alerts, etc etc
calcsam
·6 か月前·議論
When Langchain was the only option rolling your own made a lot of sense!

These days we see things going the other way, where teams that started rolling their own shift over to Mastra so they can focus on the agent vs having to maintain an internal framework.

The Latent Space article swyx linked earlier includes a quote from the Brex CTO talking about how they did that.
calcsam
·6 か月前·議論
And I actually hadn't seen that Brex piece so thanks for sharing!!
calcsam
·6 か月前·議論
LOL thanks swyx. Yeah we realized although we _could_ fight that war again...it would be better for everyone if we didn't...
calcsam
·6 か月前·議論
Re: lessons from coding agents, we're building some of the key abstractions like sandboxes, filesystem, skills/knowledge as Mastra primitives in over the next month.

For any agent you're shipped to production though you probably want a harness that's open-source so you more fully control / can customize the experience.
calcsam
·6 か月前·議論
I mean we're framework guys so I would agree!
calcsam
·6 か月前·議論
Thanks! And of course hope you try Mastra out when you do.
calcsam
·6 か月前·議論
Thanks! That's a lot of why we built Mastra. We wanted something that felt like it was made for us.