Published onJanuary 12, 2026NodeLLM 1.5.0: Putting Security in the Driver's SeatSecurityNodeLLMNode.jsLLMInfrastructureNodeLLM 1.5.0 adds runtime safety for AI integrations: mandatory timeouts, tool call limits, human-in-the-loop approvals, and global token protection.
Published onJanuary 10, 2026Tool Calling in LLMs: How Models Talk to the Real WorldNodeLLMLLMAINode.jsArchitectureToolCallingLLMs are great at thinking, but terrible at doing. Learn how Tool Calling bridges the gap between text generation and real-world action.
Published onJanuary 5, 2026Introducing NodeLLM: The Backend-First AI SDK for Node.jsNodeLLMNode.jsLLMAIArchitectureBackendAnnouncing NodeLLM, the Backend-First infrastructure layer for building production-grade AI agents in Node.js. Provider-agnostic, zero-dependency, and built for long-running processes.
Published onOctober 15, 2017preload has_many associations in graphql-ruby using graphql-preloadGraphQLRubyRuby On RailsEfficiently preload has_many associations in GraphQL Ruby to eliminate N+1 queries using the graphql-preload gem.
Published onOctober 14, 2017GraphQL Ruby Mutation with input object typeGraphQLRubyRuby On RailsImprove your GraphQL mutations by using InputObjectType to group and clean up mutation arguments.