No Clocks

No Clocks

2688 bookmarks
Custom sorting
Microagents: building better AI agents with microservices - Vectorize
Microagents: building better AI agents with microservices - Vectorize
"This thing is a tangled mess." I was relieved to hear the presenter say the words I was thinking. He had just finished walking me through a new AI agent, which I'm going to call Sherpa throughout this article. Sherpa was a proof of concept for a new AI agent their team had been working
·vectorize.io·
Microagents: building better AI agents with microservices - Vectorize
https://vectorize.io/designing-agentic-ai-systems-part-4-data-retrieval-and-agentic-rag/
https://vectorize.io/designing-agentic-ai-systems-part-4-data-retrieval-and-agentic-rag/
Up to this point, we've covered agentic system architecture, how to organize your system into sub-agents and to build uniform mechanisms to standardize communication. Today we'll turn our attention to the tool layer and one of the most important aspects of agentic system design you'll need to consider: data retrieval. Data Retrieval and Agentic RAG
·vectorize.io·
https://vectorize.io/designing-agentic-ai-systems-part-4-data-retrieval-and-agentic-rag/
How to build a better RAG pipeline - Vectorize
How to build a better RAG pipeline - Vectorize
RAG pipelines are the key to providing your LLM-powered apps with fresh, accurate data. In this guide, we explore best practices and antipatterns.
·vectorize.io·
How to build a better RAG pipeline - Vectorize
Agentic AI Architecture: A Deep Dive
Agentic AI Architecture: A Deep Dive
This article delves into the technical intricacies of Agentic AI Architecture, exploring its core components, key principles, development phases, technological integrations, applications, challenges, and future directions.
·markovate.com·
Agentic AI Architecture: A Deep Dive
Designing Agentic AI Systems, Part 1: Agent Architectures - Vectorize
Designing Agentic AI Systems, Part 1: Agent Architectures - Vectorize
This guide outlines how to create efficient agentic systems by focusing on three layers: tools, reasoning, and action. Each layer presents unique challenges that can impact overall system performance.
·vectorize.io·
Designing Agentic AI Systems, Part 1: Agent Architectures - Vectorize
Ai Tools For R Programming | Restackio
Ai Tools For R Programming | Restackio
Explore essential AI tools for R programming to enhance your low-code development capabilities and streamline your projects. | Restackio
·restack.io·
Ai Tools For R Programming | Restackio
https://garcia-nacho.github.io/AI-in-R/
https://garcia-nacho.github.io/AI-in-R/
Introduction. Few days ago I discovered the OpenAI Gym library which is a bunch of standardized AI environments written in Python to benchmark the skills of AI programs and scripts, aka agents.
·garcia-nacho.github.io·
https://garcia-nacho.github.io/AI-in-R/
AI Agent Coding for Admins
AI Agent Coding for Admins
Like many of you, my first real exposure to AI was when ChatGPT dropped. I spent way too much time prompting it with random stuff, used it for some PowerShell, and tried out the voice feature when that launched. Mostly, I’ve used AI for things like writing docs, double-checking my grammar and English, and making some funny pictures.
·hardstl.github.io·
AI Agent Coding for Admins
https://www.storybench.org/using-ai-agents-and-r-to-create-map-annotations/
https://www.storybench.org/using-ai-agents-and-r-to-create-map-annotations/
Let’s start this with some confessions: I’m at best an enthusiastic amateur with AI. I know more than most, and I know nothing in the grand scheme. Example: I’m not sure I have any idea of what an AI agent is. I think I do, but there’s so much marketing hype around them that I
·storybench.org·
https://www.storybench.org/using-ai-agents-and-r-to-create-map-annotations/
Gitingest
Gitingest
Replace 'hub' with 'ingest' in any GitHub URL for a prompt-friendly text.
·gitingest.com·
Gitingest
A Fully Featured Logging Framework
A Fully Featured Logging Framework
A flexible, feature-rich yet light-weight logging framework based on R6 classes. It supports hierarchical loggers, custom log levels, arbitrary data fields in log events, logging to plaintext, JSON, (rotating) files, memory buffers. For extra appenders that support logging to databases, email and push notifications see the the package lgr.app.
·s-fleck.github.io·
A Fully Featured Logging Framework
Introducing gander - Posit
Introducing gander - Posit
gander is an in-editor AI tool that describes R objects to improve coding efficiency.
·posit.co·
Introducing gander - Posit
Guest Blog: Reproducible Data Pipelines In R With {targets} - ESIP
Guest Blog: Reproducible Data Pipelines In R With {targets} - ESIP
Reproducibility is a huge challenge in science, especially as datasets grow larger and workflows become more complex. Enter targets — an R package that helps
A data workflow is the series of steps that turn raw data into something meaningful — think downloading, cleaning, analyzing and visualizing. You might already do this in R with a mix of scripts and notebooks. Some steps in your data workflow may also be manual and require no coding, such as data processing in Excel or uploading model output data to OneDrive. A data pipeline, on the other hand, is an automated version of that workflow. It ensures that every step happens in order, only the necessary steps are rerun when data changes, and guarantees the results are reproducible every time. A well-structured pipeline ensures that anyone revisiting the analysis — including your future self — can rerun, verify and build on the work without extra effort or missing pieces.
·esipfed.org·
Guest Blog: Reproducible Data Pipelines In R With {targets} - ESIP
rcrd (record) S3 class — new_rcrd
rcrd (record) S3 class — new_rcrd
The rcrd class extends vctr. A rcrd is composed of 1 or more fields, which must be vectors of the same length. Is designed specifically for classes that can naturally be decomposed into multiple vectors of the same length, like POSIXlt, but where the organisation should be considered an implementation detail invisible to the user (unlike a data.frame).
·vctrs.r-lib.org·
rcrd (record) S3 class — new_rcrd
Advanced Tidyverse
Advanced Tidyverse
Use piped workflows for efficient data cleaning and visualization.
·sesync-ci.github.io·
Advanced Tidyverse
Ploomber AI Editor
Ploomber AI Editor
Create custom Streamlit and Shiny R apps effortlessly with AI assistance. Design, code, and deploy data apps in minutes.
·editor.ploomber.io·
Ploomber AI Editor
Agentic AI for Data Management and Warehousing
Agentic AI for Data Management and Warehousing
Explore how Agentic AI for data management enhances automation, governance, and decision-making by leveraging intelligent workflows, real-time insights
·xenonstack.com·
Agentic AI for Data Management and Warehousing
Sports and Fantasy Data from Fantasypros
Sports and Fantasy Data from Fantasypros
The goal of the fantasypros R package is to provide easy and reproducable access to data provided on the fantasypros website. The intital focus is on NFL and fantasy football data, but other sports are planned to be added
·jpiburn.github.io·
Sports and Fantasy Data from Fantasypros