Skip to content
@The-17

The Seventeen Engineering

Building Perfect Systems

The Seventeen

We build practical systems that make living and building easier. We prioritize utility over attention. If a tool doesn't remove friction or reduce decision fatigue, we don't build it.

Engineering Philosophy

Software should be boring.

Most widely-used tools today solve symptoms while adding complexity. We focus on causes. We design systems that are readable, maintainable, and built to outlive the teams that created them.

  • Clarity over cleverness. We prefer code that is easy to read over code that is fast to write.
  • Dependencies are liability. We add them only when necessary.
  • Scarcity is a feature. Constraints breed better solutions than abundance.

Active Public Systems

These are the tools we use to run our own organization

  • AgentSecrets: Zero-knowledge secrets infrastructure for AI systems. Agents operate credentials without ever seeing the values.

  • keychain-auth: OS keychain security hardening. Closes the gap the OS leaves open — any process running as you can read your keychain. keychain-auth enforces verified process identity before any credential is accessed.

  • SEC: Signed Execution Contracts for AI agents. Before an agent reads untrusted content, it commits to a signed contract declaring what it is allowed to do. If the agent is hijacked by a prompt injection, the contract doesn't change — and the credentials stay locked.

  • pr-reviewer: Autonomous Python PR reviewer. Production-grade agentic system and the live showcase for the AgentSecrets security stack — progressing from unsecured baseline through credential protection (AgentSecrets), cryptographic intent enforcement (SEC), and behavioral abuse containment (CAD).

Where to Find Us

The work happens on GitHub. We document how these systems are designed and built at engineering.theseventeen.co, written for engineers who want to understand the reasoning, not just the result. Everything else is at theseventeen.co.

Popular repositories Loading

  1. agentsecrets agentsecrets Public

    Zero-knowledge secrets infrastructure built for AI agents to operate, not just consume.

    Go 119 14

  2. SecretsCLI SecretsCLI Public

    Secure, simple secrets management for developers across all environments.

    Python 5

  3. agentsecrets-sdk agentsecrets-sdk Public

    Python SDK for AgentSecrets: Build tools and agents on zero-knowledge secrets infrastructure

    Python 2 1

  4. zero-knowledge-mcp zero-knowledge-mcp Public

    The starting point for building MCP servers where credential values never exist anywhere. Not in config, not in agent context, not anywhere.

    Python 2

  5. keychain-auth keychain-auth Public

    Zero-Trust OS Keychain Security Daemon

    Go 1

  6. SEC SEC Public

    Signed Execution Contracts - Cryptographic capability boundaries for AI agents.

    Go 1

Repositories

Showing 10 of 12 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…