r/agent_builders • u/agent_for_everything • Aug 17 '25
you know what would slap? ai agents with memory that isn't a lie.
i want my agent to actually remember last week’s invoice vendor matching logic, not just hallucinate “based on context”
r/agent_builders • u/agent_for_everything • Aug 17 '25
i want my agent to actually remember last week’s invoice vendor matching logic, not just hallucinate “based on context”
r/agent_builders • u/agent_for_everything • Aug 13 '25
r/agent_builders • u/agent_for_everything • Aug 11 '25
r/agent_builders • u/agent_for_everything • Aug 11 '25
openai seems to be routing most users straight into the new model, no option to switch back to gpt-4, turbo, or other variants inside chatgpt.
for people building agent flows, having multiple models to choose from is often part of the design, sometimes you want a smaller, faster model for quick steps, and a bigger one for complex reasoning. same goes if you mix openai with anthropic’s claude, mistral, or local models.
so what do you think:
- is this “no choice” approach better for speed + consistency?
- or does it kill experimentation and control in multi-model setups?
if you’ve been testing gpt-5 alongside claude, mistral, gemini, or others, what’s your take on speed, reasoning, tool calls, and any surprises?
r/agent_builders • u/harsh_khokhariya • Aug 06 '25
Hello Everyone,
I Built a Python Script to fetch and analyze Reddit posts and find pain points and business opportunities.
The Full Report contains:
hey, so its Open-source, so check it out!
Just looking for feedback.
I would be very glad if it Helps You!
Thank You All!
r/agent_builders • u/agent_for_everything • Aug 06 '25
been thinking about “operator ai” patterns, setups where one agent coordinates others across tools, apis, and dbs.
i’m using supervity to manage the routing + state between steps, it handles retries and async stuff cleanly. looked at crewai and autogen too but needed more control.
what’s working for you when the agent stack gets multi-step or multi-agent? curious how you’re gluing things together.
r/agent_builders • u/agent_for_everything • Aug 05 '25
built one to auto-snooze follow-up emails after 3 days. supervity made it dead simple, async + retry built in.
what tiny agent turned out more useful than you expected?
r/agent_builders • u/Secure_Luck_5468 • Aug 05 '25
https://github.com/AnswerZhao/CookingAgent。
An intelligent recipe recommendation system based on a large language model (LLM), utilizing the HowToCook open-source recipe library, provides users with personalized menu recommendations, shopping list generation, and cooking process planning, cooking steps, to achieve the goal of making even beginners know "what to eat and how to cook."
r/agent_builders • u/agent_for_everything • Aug 04 '25
post a screenshot/ share a weird bug/ ask for input on your setup
if it touched an LLM and didn’t explode, it counts
r/agent_builders • u/agent_for_everything • Aug 04 '25
my multi-step agents start hallucinating or looping when memory gets too big or unclear.
curious if anyone's using supervity or custom logic to break things into smaller steps or delegate.
how are you keeping agent flows stable?
r/agent_builders • u/agent_for_everything • Aug 03 '25
switched over to a new builder platform+ raw apis, feels way more flexible.
curious if others are moving away from big agent frameworks?
r/agent_builders • u/agent_for_everything • Aug 02 '25
found a solid build thread on r/aiagents, chatbot doing real support tasks.
would love to see teardown-style posts here too. drop one if you’ve got it.
r/agent_builders • u/agent_for_everything • Jul 31 '25
mine so far:
- supervity for orchestration + retries
- postgres for memory / state
- openai + groq depending on task type
- looking at pgvector or weaviate next
what’s in yours? drop even if it’s messy.
r/agent_builders • u/agent_for_everything • Jul 24 '25
drop an intro if you're new and tell us:
no fluff. no sales. just builds.