Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Ask HN: Opinionated Agent Setup?

A user asks the Hacker News community for advice on setting up opinionated, autonomous long-running coding agents, specifically seeking recommendations on sandboxing, cost control, and secret management workflows.

Background

- "Agentic coding" refers to using AI coding assistants (like Claude, Cursor, Copilot) in a mode where they can operate autonomously over long periods — planning, writing code, running commands, fixing errors — rather than just answering one-off questions. - Sandboxing means running the AI agent in an isolated environment (e.g., a Docker container or VM) so it cannot accidentally damage your real system or access sensitive files. - Cost control is a major concern because autonomous agents can make many API calls (to LLMs like GPT-4 or Claude) very quickly, racking up large bills if unchecked. - Secrets management — API keys, database passwords, SSH keys — is tricky when you give an AI agent broad system access; a leak could expose credentials. - The question comes from Hacker News ("Ask HN"), a forum on Y Combinator's news site where developers ask practical technical questions. The poster is looking for real-world setups from experienced users.

Related stories