cd/sources/nsinenko-auto-discoveredΒ· homeβ€Ί sourcesβ€Ί Nsinenko (auto-discovered)
cat /sources/nsinenko-auto-discovered.feed | wc -l β†’ 4

Nsinenko (auto-discovered)

articles 4 domain nsinenko.com β†’ feed RSS
08:40
2026-07-03
nsinenko.com
ai-tools

Anthropic Ruby SDK vs ruby_llm: Claude Gem Trade-offs

Anthropic's official Ruby SDK and the community-built ruby_llm gem offer different trade-offs for integrating Claude into Rails apps. The official gem provides first-class support for Claude-specific …

15:07
2026-06-29
nsinenko.com
ai-agents

Building AI Agents in Ruby with the Anthropic SDK

The official Anthropic Ruby SDK now supports building AI agents in Rails with tool design, MCP servers, human approval gating, testing, and cost control. The SDK includes streaming, connection pooling…

06:15
2026-06-26
nsinenko.com
artificial-intelligence

Gemini API in Ruby: Building AI Agents Without an SDK

Google's Gemini API lacks an official Ruby SDK, but developers can build AI agents in Rails using the Interactions REST API via Faraday. The Interactions API supports multi-turn workflows with server-…

07:20
2026-06-15
nsinenko.com
ai-agents

Running AI Agents as Background Jobs with Solid Queue

AI agents running as background jobs with Solid Queue require dedicated queues, concurrency limits, and controlled retries to prevent starving other jobs and exceeding budgets, as agent jobs are slow,…