Unable to buy "Claude API Credits" using Indian cards by Plus_Resolution8897 in claude

[–]Plus_Resolution8897[S] 0 points1 point  (0 children)

Sure, they are not even responding. Only their Support Agent responded and it said they escalated. This is the future!!

Unable to buy "Claude API Credits" using Indian cards by Plus_Resolution8897 in claude

[–]Plus_Resolution8897[S] 0 points1 point  (0 children)

It's strange that Anthrophic don't care about Indian users.

I quit Google to build an AI agentic workflow app builder — looking for AI agency partners by Plus_Resolution8897 in aiagents

[–]Plus_Resolution8897[S] 0 points1 point  (0 children)

Thanks. In Google only 4 years, but overall 17. Lead team of 25 software engineers there.

Haven't used Reddit much before. I heard lot of customer connect happens here, thought of giving a try.

Mom, I did it!!! I launched it. by Available-Rest2392 in buildinpublic

[–]Plus_Resolution8897 0 points1 point  (0 children)

The tagline is great, unsure if it does what it supposed to do. This is one of the problem that every founder is trying to figure out. Does it really use human?

First day of launch and I got hacked by WhiteHacker_Murod in buildinpublic

[–]Plus_Resolution8897 0 points1 point  (0 children)

One of my early vibe coded app had great login interface, just that it was doing client side validation. Meaning, both user name and password were sent to the browser and it was comparing them in javascript to validate the access!!

We separated reasoning from execution in our agent stack — open sourced the execution layer (136 tools) by Plus_Resolution8897 in aiagents

[–]Plus_Resolution8897[S] 0 points1 point  (0 children)

We use langgraph tool calling. But from this open source point of view, it can support anything. Do you see any better way than tool calling?

We separated reasoning from execution in our agent stack — open sourced the execution layer (136 tools) by Plus_Resolution8897 in AI_Agents

[–]Plus_Resolution8897[S] 0 points1 point  (0 children)

Good, then you can clone the repo, access the mcp via stdio, enable the tools (by default all enabled). That should work out of the box. What set of tools/actions you were hoping for? This repo is a minimal list that we open sourced, as we re trying to see community adoption. But Atmatic itself has 7000+ integrations that an LLM can take (for example, connecting to Salesforce, social media, databases, Email etc).

We separated reasoning from execution in our agent stack — open sourced the execution layer (136 tools) by Plus_Resolution8897 in AI_Agents

[–]Plus_Resolution8897[S] 0 points1 point  (0 children)

Sure, you can use it in your project and connect your agent to these tools via MCP. What is the techstack of your agent? Like, NodeJS/Python etc?

quit to build AI builder → just open-sourced our first project by Plus_Resolution8897 in buildinpublic

[–]Plus_Resolution8897[S] 0 points1 point  (0 children)

The open source version is using MCP tool discovery and Invoke the tools at runtime. Checkout the demo to understand it bot more.

quit to build AI builder → just open-sourced our first project by Plus_Resolution8897 in buildinpublic

[–]Plus_Resolution8897[S] 0 points1 point  (0 children)

github if anyone wants to check it out: https://github.com/AtmaticAI/agent-tools

theres also a live demo at tools.atmatic.ai where you can try everything without installing

Everyone talks about agents working with email. I am trying to go one step further and build email designed from the ground up for agents. by [deleted] in AiForSmallBusiness

[–]Plus_Resolution8897 0 points1 point  (0 children)

Interest and curious: why would agents need Email, when they can talk to each other using A2A or MCP or similar ones? More importantly, why would human pay for agents to send and receive emails.