(no title)
vjk800
|
12 days ago
My experience has been that AI is much more useful on my own systems than on company systems. For AI to (currently) be useful, I need to choose my own tooling and LLM models to support AI centered workflow. At work, I have to use whatever (usually Microsoft) tools my company has chosen to purchase and approve for my corporate computer, and usually nothing works as well as on my own machine where I get to set it up as I want.
sigmoid10|12 days ago
mark_l_watson|12 days ago
EDIT: I am on a mobile device and don’t have a reference handy but there have been good papers on RAG scaling issues - basically the embedding space gets saturated (too many document chunks cluster in small areas of the embedding space), if my memory is correct.
mark_l_watson|12 days ago
I have a sweet spot for using just Emacs, no other IDEs except very occasional use of AntiGravity. For a particular fun project or researching how to use generative models in applications, I like to start low: see if a small local model with appropriate tool use or agentic library will get the job done, if not move up to using something cheap like gemini-3-flash, and only if none of these approaches work, then use an expensive model.
I was advising a friend’s company last month on their application that effectively uses LLM models, but I was blown away by their zeal to spend lots of money on tokens.