Why Agents Don't Scale: It's an Engineering Problem, Not an AI Problemblog.r-lopes.com5 ポイント·投稿者 dovelome·27 日前·3 コメント
The AI supply chain is a software supply chain with new failure modesblog.r-lopes.com3 ポイント·投稿者 dovelome·28 日前·0 コメント
dovelome·24 日前·議論I like what you are doing! I suggest you create a proxy service that will route the traffic to the AI provider.You can cache questions and answers heavily and use a B25 search with a vector embedded to retrieve the best results for you. RAG pipeline ├── BM25 + TF-IDF + RRF retrieval ├── cross-encoder reranking ├── knowledge-graph entity linking └── multi-angle intent detection │ ▼ LLM synthesis (Claude / local models)
dovelome·24 日前·議論I believe this future is happening now! I see a lot of movement in the industry to understand what AI efficiency is and how to properly quantify it. The industry is eager to know the ROI of the ratio of token usage, Mr merges, and value delivered.