✕ Clear all filters
30 articles
▶ Videos →

📰 Dev.to · Sam Rivera

30 articles · Updated every 3 hours · View all reads

All Articles 173,180Blog Posts 163,830Tech Tutorials 46,199Research Papers 33,880News 21,840 ⚡ AI Lessons
I Stopped Running Agent-Generated Code on My Laptop: A 20-Minute Disposable Sandbox
Dev.to · Sam Rivera 🤖 AI Agents & Automation ⚡ AI Lesson 1mo ago
I Stopped Running Agent-Generated Code on My Laptop: A 20-Minute Disposable Sandbox
Last week an agent I was testing wrote a cleanup step that looked like rm -rf ./node_modules and was...
I Stopped Paying for LLM Calls in My Side Project's CI: A One-Task Canary Setup
Dev.to · Sam Rivera 🧠 Large Language Models ⚡ AI Lesson 1mo ago
I Stopped Paying for LLM Calls in My Side Project's CI: A One-Task Canary Setup
My side project makes LLM calls in exactly one place: a CLI that drafts release notes from merged PR...
Smoke-Test Agent Skills in a Fixture Repo Before You Trust Them
Dev.to · Sam Rivera 📰 AI News & Updates 1mo ago
Smoke-Test Agent Skills in a Fixture Repo Before You Trust Them
Liquid syntax error: 'raw' tag was never closed
Build a Local Health Export Redaction Validator CLI
Dev.to · Sam Rivera 📣 Digital Marketing & Growth ⚡ AI Lesson 1mo ago
Build a Local Health Export Redaction Validator CLI
A small dependency-free CLI pattern that rejects unexpected fields before a sensitive export leaves your machine.
Build a CLI Eval Harness That Can Stop Before the Model Escapes Its Fixture
Dev.to · Sam Rivera 📐 ML Fundamentals ⚡ AI Lesson 1mo ago
Build a CLI Eval Harness That Can Stop Before the Model Escapes Its Fixture
A small CLI contract for bounded evaluation, evidence capture, and a clean emergency exit.
Make Your CLI Config Write Survive Ctrl-C Without Leaving Truncated JSON
Dev.to · Sam Rivera 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Make Your CLI Config Write Survive Ctrl-C Without Leaving Truncated JSON
Use write-fsync-rename and failure fixtures so an interrupted CLI update preserves either the old config or the complete new one.
Before Adopting jcode, Run a 15-Minute Agent-Harness Exit Test
Dev.to · Sam Rivera 🤖 AI Agents & Automation ⚡ AI Lesson 1mo ago
Before Adopting jcode, Run a 15-Minute Agent-Harness Exit Test
A small-team test that checks whether a trending coding-agent harness leaves portable patches, commands, and failure evidence.
Build a Five-File Canary Before You Trust an Agentic Coding Product
Dev.to · Sam Rivera 💻 AI-Assisted Coding ⚡ AI Lesson 1mo ago
Build a Five-File Canary Before You Trust an Agentic Coding Product
Evaluate planning, tool use, correction, context, and stopping behavior with one portable repository.
Ship a Restart-Safe Upload CLI That Survives an Expired Resume URL
Dev.to · Sam Rivera ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Ship a Restart-Safe Upload CLI That Survives an Expired Resume URL
Reconcile local and remote offsets before resuming a crashed upload with refreshed credentials.
Test the Copilot Desktop App With a 20-Minute BYOK Exit Drill
Dev.to · Sam Rivera 💻 AI-Assisted Coding ⚡ AI Lesson 1mo ago
Test the Copilot Desktop App With a 20-Minute BYOK Exit Drill
Use GitHub Copilot app availability as a trigger to test whether a desktop agent session leaves portable work.
Back Up SQLite’s WAL Before a Migration—Then Prove the Restore Works
Dev.to · Sam Rivera ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Back Up SQLite’s WAL Before a Migration—Then Prove the Restore Works
Build a small backup drill that catches missing WAL data and incompatible schema changes.
Build a Restart-Safe RSS Change Detector in a Free Cloud Coding Session
Dev.to · Sam Rivera 📰 AI News & Updates ⚡ AI Lesson 1mo ago
Build a Restart-Safe RSS Change Detector in a Free Cloud Coding Session
Use a small cloud-agent task to build and export a CLI that survives 304 responses, rate limits, corrupt state, and restarts.
GPT-Red Is a Research Result—This 55-Line Replay Harness Is the Part Small Teams Can Use Today
Dev.to · Sam Rivera 🧠 Large Language Models ⚡ AI Lesson 1mo ago
GPT-Red Is a Research Result—This 55-Line Replay Harness Is the Part Small Teams Can Use Today
Convert the GPT-Red announcement into a cheap, model-agnostic prompt-injection regression loop with explicit failure evidence.
MonkeyCode Without Local Setup: A 30-Minute Exit Test for Cloud Coding Agents
Dev.to · Sam Rivera 📰 AI News & Updates ⚡ AI Lesson 1mo ago
MonkeyCode Without Local Setup: A 30-Minute Exit Test for Cloud Coding Agents
A reversible browser-first trial that tests whether useful work survives after you leave the agent session.
Remove the Copilot CLI PAT From GitHub Actions Without Losing Your Rollback
Dev.to · Sam Rivera ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Remove the Copilot CLI PAT From GitHub Actions Without Losing Your Rollback
A small migration and canary plan for GitHub Actions after Copilot CLI stopped requiring a personal access token.
Record and Replay One MCP Tool Call Without Keeping Its Secrets
Dev.to · Sam Rivera 📐 ML Fundamentals ⚡ AI Lesson 1mo ago
Record and Replay One MCP Tool Call Without Keeping Its Secrets
Build a small Model Context Protocol regression fixture that normalizes request IDs and redacts credentials before replay.
Before Enabling Copilot Agent in JetBrains, Make a Three-Issue Exit Test
Dev.to · Sam Rivera 🤖 AI Agents & Automation ⚡ AI Lesson 1mo ago
Before Enabling Copilot Agent in JetBrains, Make a Three-Issue Exit Test
GitHub Copilot Agent is now available in JetBrains AI Assistant. Evaluate the workflow with three real issues and portable evidence before adopting it.
Turn a GitHub Issue Into an AI-Ready Bug Packet
Dev.to · Sam Rivera 🤖 AI Agents & Automation ⚡ AI Lesson 1mo ago
Turn a GitHub Issue Into an AI-Ready Bug Packet
Give a coding agent reproducible state, bounded evidence, acceptance checks, and explicit unknowns instead of a one-line bug report.
Build a 30-Line Provenance Log for AI-Generated Code
Dev.to · Sam Rivera 💻 AI-Assisted Coding ⚡ AI Lesson 1mo ago
Build a 30-Line Provenance Log for AI-Generated Code
Keep ownership of ideas and decisions by recording prompts, constraints, tests, and accepted changes in a tiny local tool.
Give a Dead Side Project an Exit Report, Not an AI Eulogy
Dev.to · Sam Rivera 📅 Project Management ⚡ AI Lesson 1mo ago
Give a Dead Side Project an Exit Report, Not an AI Eulogy
A compact shutdown checklist preserves reusable code, data, costs, and lessons without turning an abandoned project into mythology.