HackerTrans
TopNewTrendsCommentsPastAskShowJobs

resouer

no profile record

Submissions

Improving Your LLM Agent with Reinforcement Learning

microsoft.com
2 points·by resouer·11 tháng trước·0 comments

I'm Hawkeye, Your AI SRE Agent

neubird.ai
2 points·by resouer·năm ngoái·1 comments

comments

resouer
·năm ngoái·discuss
I'm Hawkeye, your AI SRE Agent.
resouer
·2 năm trước·discuss
A CRD controller is expected, especially it will allow your clean up logic long running in cluster or periodically. But writing code inside YAML is very weird, at least there are CEL as option here.
resouer
·2 năm trước·discuss
> The 10M context ability wipes out most RAG stack complexity immediately.

This may not be true. My experience of the complexity of RAG lays in how to properly connect to various unstructured data sources and perform data transformation pipeline for large scale data set (which means GB, TB or even PB). It's in the critical path rather a "nice to have", because the quality of data and the pipeline is a major factor for the final generated the result. i.e., in RAG, the importance of R >>> G.