Artificial Intelligence

The Hidden Danger of Confident AI: When Wrong Feels Right

(2025-06-10T21:00:00.000Z) Claude confidently told me my phone's software (LineageOS for Pixel 6a) was fundamentally broken. The real problem? Claude incorrectly guessed the root cause, and didn't tell me.

Managing versioned machine learning datasets in DVC, and easily share ML projects with colleagues

(2019-07-22T21:00:00.000Z) DVC is a powerful set of tools for managing data files associated with data science or machine learning projects. It works hand-in-hand with a Git repository to track both the code and the datasets in an ML project. A core feature is for versioning datasets, meaning that it correlates the dataset to exactly match what existed at each Git commit. By using a DVC "remote cache" it is very easy to share a project with colleagues, or to copy the dataset to a remote machine.

Introduction to using DVC to manage machine learning project datasets

(2019-07-06T21:00:00.000Z) DVC is a powerful set of tools for managing data files associated with data science or machine learning projects. The code for such a project is committed to a Git repository, and DVC manages the data files in parallel to that repository.