Tomasz Kalinowski

@t-kalinowski.bsky.social

Software Engineer at Posit PBC. I mostly post about R, Python, and Deep Learning. Github: https://github.com/t-kalinowski

I'm happy to share `ir`, a new command-line tool for running portable R scripts and Quarto documents. It's inspired by my two favorite parts of `uv`: self-describing scripts and tools you can run without installing first. opensource.posit.co/blog/2026-07...

ir 0.1.0: self-describing R scripts and Quarto documents

`ir` is a new command-line tool for running portable R scripts and rendering Quarto documents whose package requirements, and optional R selection, live inside the file itself.

opensource.posit.co

YAML deserves a defense! opensource.posit.co/blog/2026-05... The complaints are real but historical as they describe YAML 1.1, not the 1.2 spec that fixed them in 2009. The post traces the full history and introduces py-yaml12, a fast Rust-backed Python library for the modern spec. Hope you enjoy!

In Defense of YAML

A common refrain among developers: YAML is bad and TOML is good. This post argues otherwise, tracing the history of configuration formats, examining what YAML 1.2 actually fixed, and introducing py-ya...

opensource.posit.co

We just released a blog post about something I'm very excited about: Great Docs. Post is in the *new* Posit Open Source site: opensource.posit.co/blog/2026-04... Great Docs is a #python pkg for creating beautiful Python package websites. We make it easy to use but also give you lots of options.

Introducing Great Docs: Beautiful Documentation for Python Packages

Great Docs is a new documentation site generator for Python packages. It auto-discovers your API, builds a modern site with Quarto, and ships with LLM-friendly features and one-command deployment.

opensource.posit.co

Anyone else spoiled by R's pkgdown and find python's mkdocs or sphinx a bit tedious and config-heavy. Check out @richmeister.bsky.social 's awesome new {great-docs} as a batteries-included alternative to spin up an effective docs site in <15 min! 1/n 🧵 github.com/posit-dev/gr...

GitHub - posit-dev/great-docs: Great Docs lets you easily build a Python package docs site

Great Docs lets you easily build a Python package docs site - posit-dev/great-docs

github.com

Meet Posit AI. Built for data scientists who want AI inside their RStudio workflow. Instead of black-box suggestions, Posit AI helps generate code you can inspect, understand, and rerun. Learn more: posit.co/products/ai?...

Graphic with Posit AI branding over a background of R code layered on an aerial forest landscape. Large headline text reads: “AI, embedded in RStudio. No more context switching.”

New: mirai skill for AI coding agents 🤖 Use with Claude Code/Codex/Cursor for writing async/parallel R code. Covers explicit dependency passing, daemon setup, mirai_map, Shiny integration ++ Install: npx skills add posit-dev/skills --skill mirai github.com/shikokuchuo/mirai/tree/main/dev/skills

mirai/dev/skills at main · r-lib/mirai

Minimalist Async Evaluation Framework for R. Contribute to r-lib/mirai development by creating an account on GitHub.

github.com

Hallucinations are a key challenge when using large language models in production. Our latest blog post shows how Retrieval-Augmented Generation (RAG) helps, with a practical R example using open-source tools. Read more on the Jumping Rivers blog: www.jumpingrivers.com/blog/retriev...

Retrieval-Augmented Generation: Setting up a Knowledge Store in R

Learn about retrieval-augmented generation (RAG) workflows for large language models. This blog provides a hands-on introduction, including example code for creating a working knowledge store using op...

jumpingrivers.com