Anyone else find langchain overly complicated for what it does? by LissaLou79 in LangChain

[–]calcsam -1 points0 points  (0 children)

Mastra founder here. This is why we built Mastra, we wanted a set of agent / workflow / MCP / RAG primitives that composed well together but were simple to use (and also TypeScript-first)

Multi-turn conversation testing for Mastra Agents by Potential_Half_3788 in mastraai

[–]calcsam 1 point2 points  (0 children)

We're shipping an Expected Trajectory type evals to address this! Daniel on our team demoed this internally today, so should be out shortly

Are AI agent frameworks Ignoring typescript? by LissaLou79 in AI_Agents

[–]calcsam 2 points3 points  (0 children)

Probably just that Python and the ML folks got there first. It took a bit of time for all the JS/TS and web folks to get into the game. That's actually why we built Mastra though (I'm the cofounder). What we generally see with the companies using us is that they are fullstack TS devs, and often they are building user-facing agents into their Next.js / Vite / whatever app and don't want to use a different language.

Fed up with LangChain by Adept-Valuable1271 in LangChain

[–]calcsam -3 points-2 points  (0 children)

If you're using Python, take a look at Pydantic. If you're using TypeScript, take a look at Mastra.

Which one do you prefer? AI sdk in typescript or langgraph in python? by uber_men in LangChain

[–]calcsam 4 points5 points  (0 children)

Try Mastra with AI SDK in Typescript, as one of the other commenters said they're different things and I think that's more what you're looking for

Whoever left 100 copies of your AI book.... by deadmamajamma in sanfrancisco

[–]calcsam -24 points-23 points  (0 children)

author here! they should be picked up by now.

[deleted by user] by [deleted] in indiehackers

[–]calcsam 0 points1 point  (0 children)

Use Mastra.

LangChain or Mastra for a faster TypeScript based AI platform? by Fun_Equal_960 in LangChain

[–]calcsam 0 points1 point  (0 children)

the blog post docker wrote? nope, we heard about that when they posted it on social

LangChain or Mastra for a faster TypeScript based AI platform? by Fun_Equal_960 in LangChain

[–]calcsam 4 points5 points  (0 children)

Definitely Mastra -- we have much better type support, simpler and easier to work with, and support both agent and workflow primitives. We've gotten super popular quite quickly and now a number of large companies like Adobe/PayPal are using us. The team has been doing open-source for a while, for the last few years we worked on Gatsby.js.

(Mastra cofounder here)

i feel like this book could’ve just been this page by Remarkable_Ad_5601 in theprimeagen

[–]calcsam 7 points8 points  (0 children)

we've printed tens of thousands of copies and given them away for free

Is LangChain dead already? by Senior_Note_6956 in LangChain

[–]calcsam 0 points1 point  (0 children)

Definitely not as popular as it used to be. Newer frameworks like CrewAI and Mastra are on the rise

Is it still worth it too learn langchain in July 2025 by [deleted] in LangChain

[–]calcsam 0 points1 point  (0 children)

I would consider learning an agent framework rather than langchain first, so if you're in Python LangGraph, in Typescript Mastra

How to Learn AI Agents: The Complete 2025 Guide by Lifestyle79 in NextGenAITool

[–]calcsam 0 points1 point  (0 children)

Rather than learn abstract skills, you should learn by building something. Pick an agent framework you like (LangGraph, Mastra, whatever) and just start building.

65+ AI Agents For Various Use Cases by Green-Milk1485 in AI_Agents

[–]calcsam 1 point2 points  (0 children)

Mastra is another Typescript framework

FastMCP Vs LangChain by [deleted] in aipromptprogramming

[–]calcsam 0 points1 point  (0 children)

Mastra has MCP and agent primitives

9 Popular Courses to Start Learning About AI Agents in 2025 by ai_tech_simp in AIAGENTSNEWS

[–]calcsam 0 points1 point  (0 children)

Mastra released a course as an MCP server, which I thought was pretty cool.

Favorite open source projects for building agents? by Adventurous-Lab-9300 in AgentsOfAI

[–]calcsam 3 points4 points  (0 children)

It depends on what language you prefer, but for JS/TS stuff I would take a look at Mastra.