Tagged "ci-cd-integration"
6 articles tagged ci-cd-integration, 10 March 2026 to 31 July 2026. Newest first.
-
Ask HN: What are your rules for letting an AI agent commit code?
Community guidelines and best practices for safely deploying AI agents with code generation capabilities in production CI/CD pipelines.
-
Repo-Slopscore: Detecting AI Contributions in Git Repositories via Commit Analysis
A new tool enables detection of AI-generated code contributions in git repositories, raising important considerations for code quality and authenticity in locally-run AI development workflows.
-
Supply Chain DLP: Stop Leaked .env Files, Credentials, SSH Keys, and API Tokens
A security-focused tool and framework for preventing credential leaks in development and deployment pipelines, critical for teams running local LLMs with sensitive infrastructure.
-
Developer Replaced GPT-4 with a Local SLM and CI/CD Pipeline Stability Improved
A Towards Data Science article documents a successful case study where replacing cloud-based GPT-4 calls with local small language models improved CI/CD pipeline reliability and reduced operational costs. This practical demonstration proves the value of local deployment for production systems.
-
Self-Hosted AI Code Review with Local LLMs: Secure Automation Guide
Tutorial on implementing secure, on-device AI-powered code review using local LLMs, enabling organizations to automate code quality checks while maintaining code privacy and avoiding cloud dependencies.
-
Bash-Based Claude Code Agent: Lightweight Local AI Coding Assistant
A new open-source project demonstrates building a Claude Code-like agent using only Bash, showing practical patterns for lightweight local AI deployment without heavy frameworks.