Simon P. Couch
banner
simonpcouch.com
Simon P. Couch
@simonpcouch.com
he/him - writing statistical software at Posit, PBC (née RStudio)🥑

simonpcouch.com, @simonpcouch elsewhere
side::kick() is model-agnostic. When you first launch the app, a setup flow will detect whether any common providers are already configured to help you get started.

#rstats
November 7, 2025 at 12:48 PM
I'm excited to share side::kick(), an experimental open-source coding agent for RStudio built entirely in R. It can interact with your files, communicate with your active #rstats session, and run code.

Check it out: github.com/simonpcouch/...
November 5, 2025 at 3:57 PM
I'll be keynoting at R/Pharma a week from today! The conference is free and virtual. I'll be focused on the mundane use cases of LLMs for wrangling data with #rstats, and the content should feel applicable for folks outside of pharma—come through. :)

Register: events.zoom.us/ev/Ai-geyS63...
October 29, 2025 at 7:32 PM
I sincerely apologize for the mcptools package not having a cute lil feller on its hex sticker in its first release. This will be corrected in the next #rstats CRAN release!!!

posit-dev.github.io/mcptools/
October 28, 2025 at 6:25 PM
ICYMI, @sara-altman.bsky.social and I have been writing a biweekly newsletter on AI and open source data science on the @posit.co blog!

A bit about how that came to be on my #rstats blog: www.simonpcouch.com/blog/2025-10...
October 8, 2025 at 1:16 PM
Just dropped a WHOLE BUNCH of these somewhere👀👀👀

#positconf2025
September 18, 2025 at 3:21 PM
Just wrapped up a talk at #positconf2025 about LLM evaluation with R! Such a joy to hang out with #rstats folks in person and hear about what others are working on.

Resources and slides: github.com/simonpcouch/...
September 17, 2025 at 7:08 PM
@sara-altman.bsky.social and I just shared the second release of the Posit AI Newsletter! In this edition, a landmark settlement on LLM training data and copyright, the emergence of agentic browsers, and more.

Read and subscribe on the Posit Blog: posit.co/blog/2025-09...
September 12, 2025 at 4:10 PM
So stoked to share about the first release of the Posit AI Newsletter!

@sara-altman.bsky.social and I have been working on a pilot of this newsletter internally for a few months now—an opinionated and pragmatic snapshot of AI news released every two weeks.

First edition: posit.co/blog/2025-08...
August 29, 2025 at 3:01 PM
In working on an eval for an experimental tidymodels AI assistant, I realized that today's frontier LLMs know much more about #rstats tidymodels than I thought.

www.simonpcouch.com/blog/2025-08...
August 26, 2025 at 6:42 PM
The limited run of the #rstats stacks hex for this year's posit::conf is confirmed🥞🥞🥞 I'll have a batch of peaches & cream stickers, come say hi to pick one up!

posit.co/conference/
July 25, 2025 at 2:38 PM
Drawing comparisons to Deepseek, a little-known company dropped an open-weights LLM Kimi K2 on Friday with some very impressive benchmarks. I tried it out and the vibes were bad.

www.simonpcouch.com/blog/2025-07...
July 14, 2025 at 4:04 PM
I've been getting a lot more out of Claude Code after hooking it up to tools that let it read #rstats pkg docs. I just type "read about some::topic" before tasking Claude with things that are unlikely to be in its training data, and the model will pull up whatever help files it needs.
June 11, 2025 at 2:15 PM
Introducing acquaint, an R package that turns your R sessions into a Model Context Protocol (MCP) server. This allows MCP-enabled tools like Claude Desktop and Claude Code to run #rstats code _in your active R sessions_ to explore objects, read documentation, etc.

posit-dev.github.io/acquaint/
May 28, 2025 at 3:43 PM
New on my blog: the Claude 4 models are here! I evaluate the new releases of Sonnet and Opus against Claude 3.7 Sonnet and o4-mini on a dataset of challenging #rstats coding problems.

www.simonpcouch.com/blog/2025-05...
May 27, 2025 at 3:48 PM
New on my blog: Google's Gemini 2.5 Pro release really made a splash last month. They've just announced an update to 2.5 Flash, a faster and cheaper model; I put it through its paces on challenging #rstats coding problems.

www.simonpcouch.com/blog/2025-05...
May 21, 2025 at 4:27 PM
New on my blog: The initial Gemini 2.5 Pro release a month ago was surprisingly strong, so I was excited to benchmark the model's update announced yesterday on #rstats coding problems.

www.simonpcouch.com/blog/2025-05...
May 7, 2025 at 3:24 PM
chores 0.2.0 is now on CRAN!

chores provides an extensible library of LLM assistants for #rstats. This release makes the addin's UI more intuitive and makes it simpler to add custom prompts to the package.

More on chores: posit.co/blog/introdu...
April 30, 2025 at 3:41 PM
New on my blog: With a pair of coding-focused model drops, it's clear OpenAI is aiming for the developer market. How well do the newest o3 and o4-mini perform on #rstats coding tasks?

www.simonpcouch.com/blog/2025-04...
April 18, 2025 at 3:44 PM
New on my blog: OpenAI dropped a trio of models yesterday that they claim result from "focusing closely on real-world developer needs." I was curious whether this might mean stronger #rstats coding performance.

www.simonpcouch.com/blog/2025-04...
April 15, 2025 at 3:49 PM
New on my blog: I've been seeing lots of hype claiming that Gemini 2.5 Pro is the new state of the art since the model's release last week. How well does it know #rstats?
www.simonpcouch.com/blog/2025-04...
April 2, 2025 at 3:52 PM
odbc 1.6.0 is now on #rstats CRAN! Includes a new helper for Redshift, a hex sticker (finally!), and many QOL improvements for Databricks, Snowflake, MSSQL, etc.

Read more: odbc.r-dbi.org/news/index.h...
March 4, 2025 at 3:24 PM
New #rstats pkg chores on CRAN!

chores is an extensible collection of LLM assistants for R to help you with repetitive, hard-to-automate tasks.

Read more: simonpcouch.github.io/chores/
February 24, 2025 at 2:35 PM
New #rstats pkg gander is now on CRAN!

gander is a coding assistant that knows how describe the objects in your global R environment. So, when you're working with data, LLMs will know the names, types, and distributions of data columns, resulting in much more effective completions.
February 20, 2025 at 6:33 PM
Around this time tomorrow I'll be giving a free, virtual talk for the Salt Lake City R User Group focused on 4 optimizations you can make to your #rstats code to drastically cut down on the time to train machine learning models. Please do come by.🏎️

Learn more: www.meetup.com/slc-rug/even...
January 27, 2025 at 5:05 PM