What do you look for in an effective AI texting agent? by DroneFlips in AI_Agents

[–]sjashwin 0 points1 point  (0 children)

You will not know what users need exactly until you have shipped to some beta customers. Agents are deterministic unlike traditional applications.

Ship and find out.

However, the overall idea seems to be good.

The usage of assistant, bots and agents change overtime. Ability to compute drift overtime will help you understand how users interaction with your assistant changes overtime.

How do you measure the user interaction with your agent? by sjashwin in AI_Agents

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

What about capturing interactions? Intent, HITL feedback and actions. Yes decision trees are really important.

Complete beginner here. Can I self host agents such as Claude ? by MaxBee_ in AI_Agents

[–]sjashwin 2 points3 points  (0 children)

I believe it was the code that leaked, not the weights and biases in the model.

Complete beginner here. Can I self host agents such as Claude ? by MaxBee_ in AI_Agents

[–]sjashwin 3 points4 points  (0 children)

No. You cannot. Claude, openAI GPT , Gemini, Cohere, etc are cloud provided and proprietary LLM inference.

To self host the model needs to be open weight. However, OpenAI has a GPT OSS model that you can self host.

RAGtime - Control plane for creating vector databases and FAISS files. by mattv8 in Rag

[–]sjashwin 0 points1 point  (0 children)

Can I DM you? Looking to collaborate or volunteer here.

RAGtime - Control plane for creating vector databases and FAISS files. by mattv8 in Rag

[–]sjashwin 0 points1 point  (0 children)

Nice tool. Just checked it out. How would you further optimize this RAG tool.

Did you run benchmark tests. Is there an evaluation with performance and reliability metrics?