Which LLM Integration to use?
Hi everyone,
I’m looking to see if anyone has experience integrating AI models directly in RStudio. I really want something that works natively inside RStudio and can access the loaded dataframes, libraries, and variables, so I don’t have to keep explaining what each variable is called, like I need to do when using the LLM in the browser.
- I’ve used Autopilot before, but I found the autocompletes unhelpful.
- chattr just seems to be a chat window inside RStudio without access to the current script or dataframes
- I recently saw that RStudio offers a new native AI, but it’s $20 a month, which is pretty pricey—especially as opposed to other LLMs you can't use it for other tasks like text or image generation.
- ClaudeR seems to do what I'm looking for. Any experience on how fast the tokens of the pro model are maxed out using this?
So: is there something that natively integrates into RStudio? A big plus would be if it integrates with Gemini, since that’s currently my favorite model.
Extra: I’d also love to hear if there is something like fully autonomous models—ones that just analyze the data on their own without a lot of guardrails. You give it the dataframe, information on key variables and what your hypothesis is and it iterates and debugs the code, tries out various tests and so on. When seeing reports on openclaw I just thought, this would be something viable today?