What Happened
Posit's shinychat released coordinated updates for R (v0.5.0) and Python (v0.7.1). The packages provide first-class chat application primitives and full-window app containers, and pair with model client libraries (ellmer in R, chatlas in Python). Install with install.packages("shinychat") or pip install -U shinychat and use page_chat()/chat_ui()/chat_server() in R or Chat(...).app() in Python to run…
What Happened
ellmer 0.5.0 was released on CRAN (install.packages("ellmer")). The release introduces lifecycle and return-type changes, file/citation/cost tooling, provider default model updates, structured streaming and new request hooks. Key items: tool return types tightened (data frames/lists deprecated); file upload and document APIs added; citation capture from major LLM providers; token counting across multiple providers; default…
What Happened
JupyterHub 6.0 was released with several operational and API changes intended for production deployments. Key items:
Requires Python 3.10 for the hub process and admin tooling; operators must update images and CI accordingly [1].
Small database schema upgrade — back up your database before upgrading (breaking changes expected to…
What Happened
Posit released a feature-focused update to Positron that improves onboarding, data import, LLM workflows, data connections and local security visibility. Key highlights include:
Redesigned welcome and interpreter setup with an option to create a virtualenv at ~/.virtualenvs/positron (asks before creating envs in home), removal of the old "no interpreters" notice and…
What Happened
vitals 0.4.0 — an R toolkit for LLM evaluation (a port of Inspect by JJ Allaire / Posit) — was released on CRAN. The release adds built-in agent-solvers for Claude Code and Codex so ellmer-built agents can be compared directly against those models, introduces vitals_log_read() for reloading evaluation logs into tibbles with reconstructed…
What Happened
Posit published a set of coordinated product updates in the 2026.08 release and related libraries that target production data apps and embedded AI workflows. Key items include:
Positron 2026.08 — expanded Data Connections preview, Quarto inline output, centralized AI provider configuration, and performance/reliability upgrades [1].
Posit AI additions —…
What Happened
JupyterGIS 0.16 shipped a set of features that target two common bottlenecks in geospatial AI/data apps: collaborative authoring of narrative maps and efficient, on-demand visualization of large raster/vector datasets. Key additions include:
Redesigned Story Maps and collaborative editing — a rebuilt Story Map editor on Jupyter’s real-time collaboration stack (Yrs CRDT)…
What Happened
The ecosystem for building AI applications and data apps continues to fragment into purpose-built tools: interactive notebooks and reproducible documents (Jupyter, Quarto), analytics dashboards and R-first platforms (Shiny, Posit), rapid ML/LLM UI builders (Streamlit, Gradio, Chainlit), and managed inference/compute platforms (Modal, Replicate). Vendors and open-source projects are emphasizing easier model selection and integration,…
What Happened
Two substantive releases affecting data and AI application development were highlighted in the research notes.
Positron (August release) — Posit’s next‑generation polyglot IDE added expanded SQL/data‑source support, Quarto inline output polish, consolidated AI provider configuration, new developer productivity features, and performance/stability work. Key items: experimental Data Connections now include Amazon Redshift,…
What Happened
Posit AI added two open‑weights models to its hosted inference lineup: Kimi K3 and GLM 5.2. Both are materially cheaper than comparable proprietary models in Posit’s pricing table and delivered roughly 2× token throughput versus Anthropic in internal tests. Conversation histories are not stored by default; users must opt in at sign‑up to…
What Happened
Recent product and library releases from Posit and the R ecosystem introduce engineering-relevant changes across authoring, deployment, telemetry and model tooling. Key items in the provided notes:
Posit platform and tooling: Posit announced migration consolidation to Posit Connect Cloud for rpubs/quartopub/shinyapps/bookdown and is running conferences and webinars to support the move.…
What Happened
Posit’s Shiny platform released concurrent updates: Shiny for R v1.14 and bslib v0.12 are on CRAN, and Shiny for Python v1.7 is on PyPI. Key changes focus on runtime control, safer module lifecycle, agent integration, and testability:
Runtime APIs: R’s startApp() now runs apps non‑blocking and returns a ShinyAppHandle with stop(),…