More Dev Interrupted episodes

Can agents keep a secret? We asked 1Passwords CTO Nancy Wang thumbnail

Can agents keep a secret? We asked 1Passwords CTO Nancy Wang

Published 25 Aug 2026

Duration: 00:47:36

"AI boosts engineering productivity by cutting coding costs but shifts expenses to security, reviews, and rework, requiring early integration of intuitive, seamless security tools, just-in-time access, and minimal permissions to balance speed and safety in AI-driven workflows."

Episode Description

What happens when your autonomous coding agents need to navigate your core infrastructure? Do you hand them the keys and hope for the best? (gulp!) Th...

Overview

The podcast explores the transformative impact of AI and automation on software development, emphasizing the shift in engineering workflows and productivity. AI has made code generation faster and more accessible, even enabling non-engineers like support representatives to contribute, but this introduces new challenges in code review, security, and rework. As AI agents handle more tasks - from UI development to system migrations - teams must classify work based on complexity and risk, ensuring human oversight for ambiguous decisions, customer trust boundaries, and irreversible actions. The discussion highlights the importance of measuring AI's impact beyond token usage or PR velocity, focusing instead on durable practices, business outcomes, and sustainable productivity gains.

Security remains a central theme, with a strong emphasis on integrating it early into development through zero trust, just-in-time access, and no long-lived secrets. The podcast examines how systems like OnePassword enable secure agent operations by injecting secrets at runtime, using credential brokers, and enforcing minimal permissions. Real-world examples, such as Oracle Red Bull reducing recovery time from 60 to under 5 minutes, illustrate how secure, automated workflows enhance both speed and reliability. The conversation also addresses infrastructure challenges posed by increased agent traffic, the need for adaptive security systems, and the importance of aligning engineering practices with modern demands - ensuring that security enables, rather than hinders, developer velocity.

What If

  • What if you could eliminate long-lived secrets in your solo dev workflow today?

    • Move: Replace hardcoded API keys and environment variables with a just-in-time credential broker (e.g., OnePassword + CLI integration) that injects secrets only at runtime.
    • Why Now?: AI tools increase the risk of accidental secret exposure in prompts, logs, or temp files - especially when using agents like Cursor or Copilot. The rise of agent-driven workflows makes credential leakage more likely than ever.
    • Expected Upside: Reduce attack surface by 90%+; pass security audits effortlessly; avoid catastrophic breaches like the Jade Puffer AI ransomware scenario - even as a solo operator.
  • What if you built an AI agent pipeline that automates only safe, repeatable tasks without compromising code quality?

    • Move: Classify your work into "automatable" (e.g., UI updates, CRUD scaffolding) vs. "human-required" (e.g., business logic, security rules), then use Cursor Hooks or GitHub Copilot with pre-commit checks to enforce boundaries.
    • Why Now?: AI-generated code is cheap, but review and rework costs are rising. Unchecked, token-maxing behavior leads to tech debt. You're operating at scale even solo - if your tooling isn't disciplined, downstream costs will cripple velocity.
    • Expected Upside: Sustain 2 - 3x feature output without degrading quality; maintain four-nines uptime; create durable, auditable workflows that scale beyond you.
  • What if you empowered non-engineers (or your future self) to safely contribute code via secure agentic workflows?

    • Move: Set up a sandboxed dev environment (e.g., GitHub Codespaces + OnePassword autofill) where support-like personas can propose fixes using AI agents, with encrypted context and zero direct secret access.
    • Why Now?: As agent traffic surges and platforms face outages (e.g., GitHub runners), the ability to delegate safely - even to future-you during high-context switches - becomes critical. The line between human and agent identity is blurring.
    • Expected Upside: Cut resolution time from hours to minutes for user-reported bugs; turn customer proximity into a development advantage; build a system where speed, security, and scalability coexist.

Takeaway

  • Implement just-in-time, scoped secret access in your development workflow using a credential broker to prevent long-lived secrets and reduce exposure in AI-assisted coding environments.
  • Integrate security tools like runtime secret injection (e.g., via OnePassword + Kubernetes) directly into your CI/CD pipeline to make secure practices the fastest, most seamless path for development.
  • Classify and tag coding tasks by complexity and AI-suitability to route work efficiently - automate deterministic, reversible tasks with AI agents while reserving human review for customer-impacting or irreversible changes.
  • Build automated security checks (e.g., AI-driven rule harnesses) into code reviews to catch misconfigurations early, especially when using AI-generated code, reducing downstream rework and audit costs.
  • Empower non-engineers (e.g., support staff) to contribute fixes safely by providing sandboxed, agent-assisted development environments with built-in guardrails, accelerating issue resolution without expanding engineering backlog.

Recent Episodes of Dev Interrupted

More Dev Interrupted episodes