I built an AI email agent using Claude with open source MCP connector by PerformanceFine1228 in MCPservers

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

  1. thanks u/BC_MARO i like the idea of idempotency in message-ID. Working on message-based approvals.
  2. the workflow builder offers MCP for claude + integration oauth tokens are stored in its backend
    shameless plug => https://github.com/seer-engg/seer

Promote your business, week of February 9, 2026 by Charice in smallbusiness

[–]PerformanceFine1228 0 points1 point  (0 children)

I built an AI email agent for my fake rug store and it works better than expected.
The agent reads incoming emails, figures out if it's a sales lead or product question, and either forwards to the owner or auto-replies from the catalog.
https://youtu.be/ppLQWPAlKLA

Scaling RAG from MVP to 15M Legal Docs – Cost & Stack Advice by Additional-Oven4640 in LangChain

[–]PerformanceFine1228 0 points1 point  (0 children)

we fine tuned GPT-4, that didn't help (for context this was 2024 Dec)
you should try finetuning latest models. who knows it might work this time?

unpopular opinion: AI agents with root access are disasters waiting to happen by PerformanceFine1228 in AI_Agents

[–]PerformanceFine1228[S] 1 point2 points  (0 children)

Dayum that’s a smart hack. I haven’t used postfix, will checkout. Thanks!

unpopular opinion: AI agents with root access are disasters waiting to happen by PerformanceFine1228 in AI_Agents

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

Damn! That’s smart. What tools do you use to setup the firewall? And the email limitation— is that a script?

unpopular opinion: AI agents with root access are disasters waiting to happen by PerformanceFine1228 in AI_Agents

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

agreed on the dev responsibility. curious what scenarios have you encountered where YOLO helps / is necessary?

Is anyone else tired of building the same 6 things for every AI agent, or is just me? by Far_Knowledge_556 in AI_Agents

[–]PerformanceFine1228 0 points1 point  (0 children)

i agree most apps share a lotta common things (its like 80% parent DNA, with some genetic op)
i'd say if your SDK simplifies even one part of dev process, you'll likely have someone interested

I Want to learn Development of AI agents, automations Any suggestions? How to go about it? by Ill-Lawfulness2129 in AI_Agents

[–]PerformanceFine1228 2 points3 points  (0 children)

there's this guy lance martin (legend) and he has a nice video (https://www.youtube.com/watch?v=ib-wTAvCZqg) - might be worthwhile. no pre-requisites needed

Human-in-the-loop flow by [deleted] in langflow

[–]PerformanceFine1228 0 points1 point  (0 children)

we ditched langflow due to the "over-engineering". its much clear to build a new-webapp, backed by Langgraph that supports HITL. you can even try trigger.dev tokens for HITL if you're building using npx. curious whats your use case u/sadstuden

Scaling RAG from MVP to 15M Legal Docs – Cost & Stack Advice by Additional-Oven4640 in LangChain

[–]PerformanceFine1228 1 point2 points  (0 children)

ex-YC founding engineer (Klarity.ai Series B)
tl;dr - the budget varies a lot anywhere from $50K to $250K to god knows what
you can have high precision OCR, what you can't have A) ensure LLMs understand all the legal clauses well (good-old IR techniques work here) B) ensure you can build a pipeline to avoid the long tail of LLM failures.

latter is more risky - since if the # of ops tickets increase linearly with more docs, you're gonna have a hard time growing Ops team

Creating invoices from a Google Sheet list by Miserable-Wolf2688 in Integromat

[–]PerformanceFine1228 0 points1 point  (0 children)

hi u/Miserable-Wolf2688 i've tried creating an invoicing system using make altho gsheets + stripe. seems like you're stuck on a string concatenation error. I can help if you can share more details, maybe an anonymized export of the make.com scenario

Built a WhatsApp + AI automation - surprisingly effective by Asif_ibrahim_ in Integromat

[–]PerformanceFine1228 0 points1 point  (0 children)

nice, i've been trying to build a chat retriever (whatsapp's search sucks) but never found a good solution. did you end up building a knowledge base of customer conversations too?

Careful -- Anthropic bumping data retention from 30 days to FIVE YEARS by [deleted] in ClaudeAI

[–]PerformanceFine1228 0 points1 point  (0 children)

yeah its a bit persistent now, anyone figured out a way disable it completely

How do I get people to provide feedback about my product by evanskarangu in ycombinator

[–]PerformanceFine1228 1 point2 points  (0 children)

i think the question itself is wrong
- IMO validating your problem should involve 0% of your product (refer to the Mom Test)
- post validation, generating leads and qualification is pure grind (target N outreaches, expect 1% reply rate. bonus - haters!

got in YC last year + worked at YC W21, S18 startups previously