rbstp.dev
There and Back Again: A DevOps Engineer's Journey Through AI and Infrastructure
- Generator
- gist-blog-generator
- Public lists
- I ♥ RSS
- Fetched
How to Make Your LLM Not Average
Introducing Claude Skills
Agent Package Manager (APM) in action
- Agent primitives are software: Your .prompt.md and .instructions.md files represent executable natural language programs that deserve professional tooling infrastructure.
- Runtime diversity enables scale: Agent CLI runtimes provide the execution environments that bridge development to production.
- Package management is critical: APM provides the npm-equivalent layer that makes agent primitives truly portable and shareable.
- Production ready today: This tooling stack enables automated AI workflows in CI/CD pipelines with enterprise-grade reliability.
- Ecosystem growth pattern: Package management infrastructure creates the foundation for thriving ecosystems of shared workflows, tools, and community libraries
How to build reliable AI workflows with agentic primitives and context engineering
Talk, Tag, Build: How Three Prompts Automate Product Development
Quote from "The Peterman Pod: Mozilla Firefox CTO on Browser War Stories and the Path to Distinguished Engineer"
I think it is one of the most powerful ways to create clarity of thinking for yourself, because clarity of thinking is, in my view, one of the most important things. And you only can really get that by forcing yourself to write down your ideas. And so I suppose one pertinent or timely piece of advice is, if you care about this, do not use an LLM to produce text for YouTube.
Because first of all, if you're putting your name on this thing, at least today, the LLM is like, it's pretty easy to tell when somebody does that. But more importantly, you are losing the opportunity to do the thinking yourself. And that thinking that happens when you write is one of the most important types of thinking for growth.
Shipping a Non-Trivial Feature with Agentic AI: Notes from Ghostty
Claude Code Plugins
After the release from Gemini Cli, Claude Code is now offerings plugins. It seems taylor made for the Enterprise or teams, to quickly share configurations between team members. Excited to try it out.
Source: Claude Code plugins
Integration in Slack of Claude Agent SDK
The co-founder of Instagram, Mike Krieger, which is now at Anthropic, mentioned that they use the Claude Agent SDK in a automated Slack channel when there is a new incident. It is name Claude Pager and it gathers all the context of the incident and can be poked to give out infromation when needed.
I have been waiting to implement something similar in our stack, once we are finally off the waiting list of the Datadog MCP waitlist...
Source: Big Technology Podcast
Vibe Engineering
Vibe Research
“vibe research”. Like “vibe coding”, it’s performing a difficult technical task by relying on the model. I have a broad intuitive sense of what approaches are being tried, but I definitely don’t have a deep enough understanding to do this research unassisted. A real AI researcher would get a lot more out of the tool.
The basic loop of doing AI research with Codex (at least as an enthusiastic amateur) looks something like this:
- Codex makes a change to the training script and does three or four runs (this takes ~20 minutes overall)
- Based on the results, Codex suggests two or three things that you could try next
- I pick one of them (or very occasionally suggest my own idea) and return to (1).
Source: https://www.seangoedecke.com/ai-research-with-codex/