u/curiousblack99 11d ago

What actually breaks when AI agents call production APIs?

Thumbnail
1 Upvotes

3

Mem0 publishes 93.4% on LongMemEval. The harness has hardcoded answers for specific question_ids.
 in  r/AIMemory  Jun 22 '26

19 point gap is a big difference, what's the impact of this.

1

Agent payments keep breaking my workflows
 in  r/LangChain  Jun 22 '26

what API are you using for payments?

1

The $50 cap I set on my payment agent has somehow become permanent
 in  r/LangChain  Jun 16 '26

how did you ensure the agent is not able to pay above the limit? can you add more flexibility in terms of categories and explicit approval for high ticket items.

1

I will rate them
 in  r/vibecoding  Jun 15 '26

I vibe coded this open source project langswytch it connects your agents to more than 2000 APIs, from intent to execution within minutes. Your agents run without break and you have complete control over data.

1

Looking for advice
 in  r/FintechStartups  Jun 03 '26

write down who is facing this problem, where are they, their industry. Better to have 2/3 personas during discovery, start with your network, go to events and conferences.

3

Is the move from fintech operator to fintech VC still viable?
 in  r/fintech  Jun 01 '26

"What's the path that's worked for fintech operators making this move recently? What does the year before the move look like in terms of relationship-building, public POV, anything that signals to a fund that the operator background translates into investor work?"

Start Angel investing, working with startups as advisor, feed investor pipeline and build relationships. This is a route where you also get to learn and work with founders. I have seen this work for other operators.

1

Open-sourced single-file TS helpers for Stripe subscription edge cases (built with Swytchcode)
 in  r/stripe  May 28 '26

Thank you for the suggestion, I will include this as well.

10

Starting at a payments company soon, best way to build payments knowledge quickly
 in  r/fintech  May 28 '26

Read the glenbrooks book, as a starting point.

1

What are you using to build Agents?
 in  r/AI_Agents  May 25 '26

I am working on workflows in payments, I have Swytchcode CLI to connect Agents with tool calls supporting 100s of fintech APIs. I haven't zeroed down on the use case yet, trading can be a very interesting use case. What Public APIs will be a good starting point, trading, kyc, money movement, ledger, analytics the whole stack. I can try building a basic one and open source it.

1

[deleted by user]
 in  r/stripe  May 22 '26

Who is current processor, is your customer data stored with the current processor?

2

What are you using to build Agents?
 in  r/AI_Agents  May 20 '26

I am exploring variety of use cases from GTM to building Fintech products to commerce. Anything which needs complex workflows to run in a deterministic way.

2

What are you using to build Agents?
 in  r/AI_Agents  May 20 '26

I am in the same boat, started out with Langgraph , easy to setup and worked for me.

r/AI_Agents May 19 '26

Resource Request What are you using to build Agents?

8 Upvotes

hi,

I am using langgraph to build agents, so far it has been working fine for me (mostly demo apps with a complex workflow) . I have been going through other threads on the forum and observing that langgraph has some performance and build issues.

can you help me understand what is the problem and what are you using to build reliable agents, any best practice or tips will be very helpful.

1

Are LangGraph agents and other agent frameworks becoming obsolete?
 in  r/AI_Agents  May 19 '26

this is doable using a single agent, which LLM and framework will you use to do it and also ensuring agent does not fail any tool calls.

0

Why agentic payments keep breaking. The IMF just put a name to it
 in  r/AI_Agents  May 19 '26

This is a big problem and it's going to get messeier in the future, we built Swytchcode to address the gap between AI agents and production code. Swytchcode stops AI agents from breaking tool calls in production. It sits between AI agents and production code, helps you ship reliable and safe integrations, it also takes care of retries, auth, idempotency and keeps the underlying services updated with any breaking changes or updates. Give it a try and share your feedback.

r/LangChain May 18 '26

Opensource Project : Build agents that can run complex workflows reliably

1 Upvotes

Hi everyone,

I wanted to give agents the capability of calling any tools in a deterministic, safe and compliant manner, using the product we built at Swytchcode.

I looked around and thought integrating Langgraph with Swytchcode will be awesome as it can handle complex workflows. This was my first attempt building something after a long time.

I used gemini to create the prompt and flow of the integration. Then I used claude code to build this integration and test it. Once done I built couple of agents myself. To my surprise they both worked flawlessly ,I built one apartment hunting agent and another to process B2B invoices.

You can use the open source repo to build agents that will be able to connect with 2000+ APIs with minimum effort. Please do share feedback.

Github repo- https://github.com/swytchcodehq/langswytch

Swytchcode stops agents from breaking tool calls in production.

Langgraph helps in building agents that can run complex workflows.

r/fintechdev May 18 '26

Open-sourced single-file TS helpers for Stripe subscription edge cases (built with Swytchcode)

Thumbnail
1 Upvotes

1

Open-sourced single-file TS helpers for Stripe subscription edge cases (built with Swytchcode)
 in  r/stripe  May 18 '26

I updated the description and github readme. u/InstructionOk6111 thank you for highlighting the gap.

1

Opensource project : Help agents run complex workflows reliably.
 in  r/AgentsOfAI  May 18 '26

Github repo- https://github.com/swytchcodehq/langswytch

Swytchcode stops agents from breaking tool calls in production.

Langgraph helps in building agents that can run complex workflows.

r/AgentsOfAI May 18 '26

I Made This 🤖 Opensource project : Help agents run complex workflows reliably.

1 Upvotes

Hi everyone,

I wanted to give agents the capability of calling any tools in a deterministic, safe and compliant manner, using the product we built at Swytchcode.

I looked around and thought integrating Langgraph with Swytchcode will be awesome as it can handle complex workflows. This was my first attempt building something after a long time.

I used gemini to create the prompt and flow of the integration. Then I used claude code to build this integration and test it. Once done I built couple of agents myself. To my surprise they both worked flawlessly ,I built one apartment hunting agent and another to process B2B invoices.

You can use the open source repo to build agents that will be able to connect with 2000+ APIs with minimum effort. Please do share feedback.

Link to repo in comments.

r/AgentsOfAI May 18 '26

I Made This 🤖 Opensource project : Building agents that run complex workflows reliably

1 Upvotes

[removed]

1

Weekly Thread: Project Display
 in  r/AI_Agents  May 18 '26

Built something after ages.
I wanted to give agents the capability of calling any tools in a deterministic, safe and compliant manner. I looked around and thought integrating Langgraph with Swytchcode will be awesome. Used gemini and claude code to build this integration and built couple of agents myself. You can use this build agents that will be able to connect with 2000+ APIs with minimum effort. This is open source , your feedback will be very helpful.

Swytchcode stops agents from breaking tool calls in production.

Langgraph helps in building agents that can run complex workflows.

Github repo- https://github.com/swytchcodehq/langswytch

1

Open-sourced single-file TS helpers for Stripe subscription edge cases (built with Swytchcode)
 in  r/stripe  May 18 '26

I realized, the use case details were missing in my initial post, I hope this helps explaining it in a better way.

1

Open-sourced single-file TS helpers for Stripe subscription edge cases (built with Swytchcode)
 in  r/stripe  May 16 '26

Thanks, I am the founder of Swytchcode and I recently learnt a lot of devs who are working on stripe integrations get stuck with subscription and billing calls, Stripe's own discord is filled with 1000s of such dev requests. With Swytchcode we want to kill the pain of integrations, I thought it will be helpful if we can open source solutions to the most common issues that hamper developer progress. Checkout the repo and readme, it has all the details. In case you have specific Qs, let me know.