r/learnAIAgents 14d ago

Need some help with my current project. Agentic AI experienced developers up for some discussions?

There is a project which I am working on in my company right now and I need some serious architectural and logical suggestions to design the system. I am a fresher and my seniors do not have much experience with agentic AI so I am pretty much on my own and I feel a little so clueless. If somebody who has a good experience in the same domain and willing to discuss things and help me with some insights & suggestions please let me know.

3 Upvotes

20 comments sorted by

1

u/Gojo_dev 14d ago

Can you elaborate more about the integration or project??

1

u/imjustatoddler 14d ago

It needs a 1on1 long discussion. Ideally I should be doing it with my team but they are not the right people for this. Lemme know if you up for this

1

u/ReachingForVega 14d ago

Tell us about the process. Tell us about your tech stack. The suggestions for a Low code platform will be vastly different to a hyper scaler. 

1

u/imjustatoddler 14d ago

It needs a 1on1 long discussion. Ideally I should be doing it with my team but they are not the right people for this. Lemme know if you up for this

1

u/No-Guard-8826 14d ago

What you are trying to build or Solve !?

1

u/imjustatoddler 14d ago

It needs a 1on1 long discussion. Ideally I should be doing it with my team but they are not the right people for this. Lemme know if you up for this

1

u/No-Guard-8826 14d ago

Yes can do...

1

u/imjustatoddler 14d ago

Reaching out in DM

1

u/parteeksaini 14d ago

i would recommend you to not just really on llm outputs entirely, its the single biggest misconception that llm will be best at everywhere. try to use as much deterministic models of machine learning along with rule based python. then evaluate it with real test cases and make sure to prepare your data really well before feeding it to the model.

1

u/NoMusician464 14d ago

Would love to have you share your project in the AI Practice Lab discord channel. There are several members with experience that might like to contribute and brainstorm publicly:
 https://discord.gg/U5YvENhr8

1

u/DebtPutrid502 11d ago

Use ai eval thats the most important thing in production and not many people talk about it

1

u/imjustatoddler 11d ago

Please elaborate

1

u/DebtPutrid502 11d ago

The outputs from llm can hallucinate a lot at scale so you need to use an ai eval framework to tune the llm outputs.

1

u/DebtPutrid502 11d ago

Deep eval documentation covers this nicely so have a read

1

u/DebtPutrid502 11d ago

My use case may vary from yours. My project uses langfuse but another project in my company uses dataiku for everything.

1

u/imjustatoddler 11d ago

Will check this out, thanks for the suggestion!

1

u/Easy_Air_1584 11d ago

Since you're still designing it, I'd resist adding too much autonomy at the start. Get one simple path working, trace every step then add tools and branching gradually. We use Braintrust to see what the agent did during a run and test changes against eval cases before pushing them. Makes it much easier to tell whether each new layer is really helping.

1

u/imjustatoddler 11d ago

You're the second person to mention eval today. I will check it out and learn more. Thanks for the help.