How I stopped fighting AI and started shipping features 10x faster with Claude Code and Codex

A deep dive into my production workflow for AI-assisted development, separating task planning from implementation for maximum focus and quality

January 2, 2026 · 11 min · Tigran Bayburtsyan

Securing AI coding agents: What IDEsaster vulnerabilities should you know

Security researchers have revealed 30+ CVEs affecting Claude Code, Cursor, GitHub Copilot and others via prompt injection and MCP tool poisoning; this article covers attack vectors, the OWASP agentic AI Top 10 and practical defences.

December 29, 2025 · 21 min · Tigran Bayburtsyan

Adding voice to your AI agent: A framework-agnostic integration pattern

Why building voice capabilities with multi-provider abstraction matters more than picking the right TTS/STT vendor

December 28, 2025 · 7 min · Tigran Bayburtsyan

Coding Rust with Claude Code and Codex

How Rust’s strict compiler transforms AI coding tools into reliable pair programmers and why the language is uniquely positioned for the age of agentic development.

December 20, 2025 · 10 min · Tigran Bayburtsyan

Nest.js cookie based JWT authentication

JWT Authentication is probably the best choice for making auth process now as we have many apps connecting to the same API endpoint. Let’s see how cookies will help make things easier

September 6, 2021 · 7 min · Tigran Bayburtsyan