From af484c160765d50ec4a7b0759523f7b2cc123c4b Mon Sep 17 00:00:00 2001 From: omer-second Date: Mon, 25 May 2026 16:33:20 +0300 Subject: [PATCH 01/15] init --- README.md | 122 +++++++++++++++++++++++++++--------------------------- 1 file changed, 60 insertions(+), 62 deletions(-) diff --git a/README.md b/README.md index 6f0bd2f..bed6a5c 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,7 @@ **Humans and agents, side by side.** -Second is a factory for custom internal software,
purpose-built for human2agent work. - - +Second is a factory for custom internal software,
purpose-built for human2agent and agent2agent work. CI   Try it @@ -66,15 +64,21 @@ Bring your agent: ## What is Second? -Second is a local / on-prem Lovable for building internal software (e.g. competitor research, lead enrichment) **that treats agents as first-class citizens:** AI Agents work inside the apps you build, right alongside your team. They read and write to the same real-time DB as your team does, get scoped tools to handle real workloads inside the apps you've built, and perform actual work instead of just answering questions. +Second is a local / on-prem Lovable for building internal software **that treats agents as first-class citizens.** + +It creates custom GUIs for your team of agents. + +Agents work inside the apps you build, right alongside your team. They read and write to the same real-time DB, get scoped tools generated for the use case, and perform actual work instead of just answering questions. -### How it Works +The idea is simple: agents should be free to work around the workflow, not free to roam your company. You approve the tools, integration grants, and `agents.json` policy before live data is touched. + +### How It Works Second is a single workspace. 1. **You describe your app.** In a single prompt. -2. **Second generates it.** The agents, scoped tools, and a beautiful UI, backed by a real-time DB. -3. **Your team now works alongside agents** in the same shared custom software you've built. +2. **Second generates it.** The UI, agents, scoped tools, and real-time DB. Tools are presented for approval. +3. **Your team works alongside agents** in the same shared custom software. @@ -92,41 +96,55 @@ Second is a single workspace. ## Second VS other solutions -Most platforms weren't built for multiplayer, async work with agents. They either treat agents as an afterthought bolted onto existing tools, or they're too opinionated and end up not fitting how your team actually works.\ -**Generally, multiplayer human-agent work is where coordination gets hard and things start to break.** +Most platforms weren't built for multiplayer, async work with agents. They either treat agents as an afterthought bolted onto existing tools, or they're too opinionated and end up not fitting how your team actually works. + +Second solves that: think Paperclip or Multica, but instead of pre-built software you get to build your own custom GUI for a team of agents, tailored to your company's needs. -Second solves that: Think Paperclip or Multica, but instead of pre-built software you get to build your own custom GUI to work with a team of agents, tailored to your company's needs! +--- + +## Core Philosophy - +| Principle | What it means in Second | +|:---|:---| +| **Build the app, not just the agent.** | The durable artifact is working internal software: a focused UI, live data, team workflows, and agents that operate inside that product. | +| **Agents are first-class citizens.** | Apps can include multiple named agents with roles, tools, data access, schedules, and visible run history. They are not bolted-on chat widgets. | +| **Humans stay in command.** | Plans, agent configs, integration setup, and publishing go through explicit review. Agents can work freely only inside the boundaries you approved. | +| **Small tools beat broad access.** | The builder creates scoped tools for the specific app and use case. Tools are tied to approved domains, collections, integration grants, and secret placeholders. | +| **Integrations should self-build.** | Instead of starting with a giant MCP catalog or handing agents every connector, Second generates the narrow integration contract and human setup instructions the app actually needs. | +| **Collaboration is the runtime.** | Agent-to-agent and agent-to-human work happens through the app's shared state, realtime updates, resumable streams, comments, approvals, and audit trail. | +| **Generated software must still be real software.** | Draft and published snapshots are separated, source is persisted, builds are checked, data survives restarts, and production access follows the same tenant and permission model. | +| **Local-first, on-prem-ready.** | Start on your machine. Deploy inside your cloud when the workflow matters. Your VPC, your auth provider, your secrets, your rules. | --- ## The Internal Platform Everyone Needs (and Builds) -Companies like **Ramp** and **Deel** have already figured out that teams are building amazing things internally with Claude, Codex, or Lovable- but most never reach production (security, governance, integrations, maintenance, agent access control...). To solve this, they built internal platforms for themselves. +Companies like **Ramp** and **Deel** have already figured out that teams are building amazing things internally with Claude, Codex, and Lovable-style builders, but most of that work never reaches production. Security, governance, integrations, maintenance, agent access control, and deployment all become platform problems. -**Second lets every organization have that.** +So they build internal platforms for themselves. -Every app you build in Second gets a real-time DB, audit logs, RBAC, agent RBAC, and governance tools built into the workspace. +**Second lets every organization have that platform layer.** + +Every app you build in Second gets a realtime database, app agents, scoped tools, audit logs, RBAC, agent RBAC, review flows, and governance controls built into the workspace.
@@ -143,15 +161,18 @@ Every app you build in Second gets a real-time DB, audit logs, RBAC, agent RBAC, | Feature |   | |:---|:---| -| **๐Ÿ”ง Self-Building** | Integrations are generated on demand with exact connection instructions | -| **๐Ÿค– App Agents** | Each app gets its own agents, with tools and data access presented for approval | -| **๐Ÿ”Œ BYO Agent** | Use Claude Code, Codex, OpenCode, or your own harness. Switch runtimes per app or message | -| **โšก Realtime** | Live data, change streams, and optimistic updates keep teams and agents synced | -| **๐Ÿ‘ฅ Multiplayer Sessions** | Talk with your agents, invite teammates into the session, and collaborate with shared context | +| **๐Ÿ”ง Prompt-to-App Generation** | Generate internal apps, data models, agents, tools, and setup instructions from one prompt | +| **๐Ÿค– App Agents** | Each app gets its own first-class agents with roles, prompts, data access, and approved tools | +| **๐Ÿงฐ Scoped Tool Generation** | Tools are generated per app and tied to explicit domains, collections, inputs, and integration grants | +| **๐Ÿ”Œ Self-Building Integrations** | Second creates connection requirements and human setup instructions only when the app needs them | +| **๐Ÿคน Multi-Agent Orchestration** | Run specialized agents in parallel across foreground, background, scheduled, and async workflows | +| **๐Ÿ”„ BYO Runtime** | Use Claude Code, Codex, OpenCode, or your own harness. Switch runtimes per app or message | +| **โšก Realtime Collaboration** | Live data, change streams, resumable streams, and optimistic updates keep teams and agents synced | +| **๐Ÿ‘ฅ Multiplayer Sessions** | Talk with agents, invite teammates into sessions, and collaborate with shared context | | **๐Ÿ”’ Agent Permissions** | Agents run with approved tools, data, and integrations. Everything is scoped and audited | | **๐Ÿ›ก๏ธ Governance** | Draft, review, approve, and publish apps with agents and integrations under control | | **๐Ÿ“‹ Audit Logs** | Every agent action, tool call, data write, and access denial recorded and searchable | -| **๐Ÿ  Self-Hosted / On-Prem** | Deploy on your own infrastructure. Your k8s cluster, your VPC, your rules | +| **๐Ÿ  Self-Hosted / On-Prem** | Deploy on your own infrastructure. Your Kubernetes cluster, your VPC, your rules | | **๐Ÿง  Workspace Agents** | Create reusable agents with prompts, skills, models, and team visibility | | **๐Ÿ“š Workspace Skills** | Define instructions once, then attach them to agents across the workspace | | **โฒ๏ธ Scheduled Agent Jobs** | Agents run on a schedule for periodic research, monitoring, and background tasks | @@ -264,49 +285,26 @@ And many more: | **Security Alert Triage** | Ingest alerts from multiple tools, deduplicate, prioritize, assign to on-call | PagerDuty, Slack, Jira, SIEM API | Ingestion Agent, Triage Agent, Assignment Agent | | **Meeting Follow-ups** | Record action items from meetings, assign owners, send follow-up emails, track completion | Google Calendar, Gong, Gmail, Notion | Notes Agent, Follow-up Agent, Tracker Agent | - - --- -## Why Second is Special +## What Second Handles -**Second generates dynamic, agent-native software.** For each app: +Second is not just a prompt-to-UI generator. It is the control layer around the generated app: -- **Scoped tools created per app, for every agent.** Agents can never do things you don't want them to do. -- **Second is true self-building software.** It generates the integrations, connection instructions, and scoped tools. -- **Agents never see secrets.** Secrets are injected server-side. -- **`agents.json`: governed policy as code.** Each app has an `agents.json`. Changes require admin approval via hash verification. -- **Draft and published are fully separated.** Builders iterate freely with mock data. Published apps only run the last approved config. +- **Scoped tools per app, per agent.** Agents receive the smallest useful tool surface for the workflow, not blanket access to a connector. +- **Self-building integration setup.** The builder creates the integration contract, setup instructions, mock data, and tool definitions needed by the app. +- **Server-side secret resolution.** Agents never receive raw API keys, OAuth tokens, cookies, or provider secrets. +- **`agents.json` as governed policy.** Every runtime capability is declared, validated, approved, hashed, and invalidated when it changes. +- **Draft / published separation.** Builders can keep iterating while team members keep using the last approved published version. On top of that, Second handles the hard parts: | Capability |   | |:---|:---| -| **๐Ÿคน Multi-agent orchestration** | Multiple specialized agents per app | -| **โฒ๏ธ Long-running async work** | Scheduled jobs, periodic research, background tasks | -| **๐Ÿ—ƒ๏ธ Live data persistence** | Real-time DB with Change Streams; survives restarts and churn | - - - - +| **๐Ÿคน Multi-agent orchestration** | Multiple specialized agents per app, coordinated through shared app state | +| **โฒ๏ธ Long-running async work** | Scheduled jobs, periodic research, background runs, and resumable streams | +| **๐Ÿ—ƒ๏ธ Live data persistence** | Realtime DB with Change Streams; app data survives restarts and user churn | +| **๐Ÿงพ Governance and auditability** | Review flows, access checks, integration approvals, and searchable audit events | --- @@ -369,7 +367,7 @@ Every app's agent capabilities are declared, version-controlled, and approved: ## Self-Hosting -Second runs on your infrastructure: your k8s cluster, your VPC, your rules. +Second runs on your infrastructure: your Kubernetes cluster, your VPC, your rules. For full environment setup, see the [self-hosting docs](https://docs.second.so/self-hosting). From 8e70dfd1d333a6bfb7d4694c922454da9a6d8580 Mon Sep 17 00:00:00 2001 From: omer-second Date: Mon, 25 May 2026 19:56:28 +0300 Subject: [PATCH 02/15] wip --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bed6a5c..cc7cac3 100644 --- a/README.md +++ b/README.md @@ -64,13 +64,11 @@ Bring your agent: ## What is Second? -Second is a local / on-prem Lovable for building internal software **that treats agents as first-class citizens.** +Second the most powerful way to build custom GUIs for agents. -It creates custom GUIs for your team of agents. +It lets you orchestrate a team of agents inside custom apps built around your workflows, giving agents room to work while your team stays in full control. -Agents work inside the apps you build, right alongside your team. They read and write to the same real-time DB, get scoped tools generated for the use case, and perform actual work instead of just answering questions. - -The idea is simple: agents should be free to work around the workflow, not free to roam your company. You approve the tools, integration grants, and `agents.json` policy before live data is touched. +From one prompt, Second builds complete apps **that treat agents as first-class citizens:** agents work inside the apps you build, right alongside your team. They read and write to the same real-time DB, call only the tools you approve, and perform actual work without broad access to your company. ### How It Works From 01744a03197ea98ef178d85f32cdabab57029ab3 Mon Sep 17 00:00:00 2001 From: omer-second Date: Mon, 25 May 2026 22:08:11 +0300 Subject: [PATCH 03/15] progress --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc7cac3..3b03177 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Bring your agent: Second the most powerful way to build custom GUIs for agents. -It lets you orchestrate a team of agents inside custom apps built around your workflows, giving agents room to work while your team stays in full control. +Instead of being locked into a pre-built agent orchestration platform, Second lets you orchestrate a team of agents inside custom apps you build around your workflows, giving agents room to work while your team stays in full control. From one prompt, Second builds complete apps **that treat agents as first-class citizens:** agents work inside the apps you build, right alongside your team. They read and write to the same real-time DB, call only the tools you approve, and perform actual work without broad access to your company. From 09e27cfdf3b8527691d4c346113061390047739f Mon Sep 17 00:00:00 2001 From: omer-second Date: Mon, 25 May 2026 23:52:05 +0300 Subject: [PATCH 04/15] mv core philosophy --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 3b03177..ac2a0ff 100644 --- a/README.md +++ b/README.md @@ -100,21 +100,6 @@ Second solves that: think Paperclip or Multica, but instead of pre-built softwar --- -## Core Philosophy - -| Principle | What it means in Second | -|:---|:---| -| **Build the app, not just the agent.** | The durable artifact is working internal software: a focused UI, live data, team workflows, and agents that operate inside that product. | -| **Agents are first-class citizens.** | Apps can include multiple named agents with roles, tools, data access, schedules, and visible run history. They are not bolted-on chat widgets. | -| **Humans stay in command.** | Plans, agent configs, integration setup, and publishing go through explicit review. Agents can work freely only inside the boundaries you approved. | -| **Small tools beat broad access.** | The builder creates scoped tools for the specific app and use case. Tools are tied to approved domains, collections, integration grants, and secret placeholders. | -| **Integrations should self-build.** | Instead of starting with a giant MCP catalog or handing agents every connector, Second generates the narrow integration contract and human setup instructions the app actually needs. | -| **Collaboration is the runtime.** | Agent-to-agent and agent-to-human work happens through the app's shared state, realtime updates, resumable streams, comments, approvals, and audit trail. | -| **Generated software must still be real software.** | Draft and published snapshots are separated, source is persisted, builds are checked, data survives restarts, and production access follows the same tenant and permission model. | -| **Local-first, on-prem-ready.** | Start on your machine. Deploy inside your cloud when the workflow matters. Your VPC, your auth provider, your secrets, your rules. | - ---- - ## The Internal Platform Everyone Needs (and Builds) Companies like **Ramp** and **Deel** have already figured out that teams are building amazing things internally with Claude, Codex, and Lovable-style builders, but most of that work never reaches production. Security, governance, integrations, maintenance, agent access control, and deployment all become platform problems. @@ -155,6 +140,21 @@ Every app you build in Second gets a realtime database, app agents, scoped tools --- +## Core Philosophy + +| Principle | What it means in Second | +|:---|:---| +| **Build the app, not just the agent.** | The durable artifact is working internal software: a focused UI, live data, team workflows, and agents that operate inside that product. | +| **Agents are first-class citizens.** | Apps can include multiple named agents with roles, tools, data access, schedules, and visible run history. They are not bolted-on chat widgets. | +| **Humans stay in command.** | Plans, agent configs, integration setup, and publishing go through explicit review. Agents can work freely only inside the boundaries you approved. | +| **Small tools beat broad access.** | The builder creates scoped tools for the specific app and use case. Tools are tied to approved domains, collections, integration grants, and secret placeholders. | +| **Integrations should self-build.** | Instead of starting with a giant MCP catalog or handing agents every connector, Second generates the narrow integration contract and human setup instructions the app actually needs. | +| **Collaboration is the runtime.** | Agent-to-agent and agent-to-human work happens through the app's shared state, realtime updates, resumable streams, comments, approvals, and audit trail. | +| **Generated software must still be real software.** | Draft and published snapshots are separated, source is persisted, builds are checked, data survives restarts, and production access follows the same tenant and permission model. | +| **Local-first, on-prem-ready.** | Start on your machine. Deploy inside your cloud when the workflow matters. Your VPC, your auth provider, your secrets, your rules. | + +--- + ## Features | Feature |   | From ed22e6e6d677d96b523f0ef76a3f016e98f537e2 Mon Sep 17 00:00:00 2001 From: omer-second Date: Tue, 26 May 2026 21:28:16 +0300 Subject: [PATCH 05/15] update tagline --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac2a0ff..415a5df 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ **Humans and agents, side by side.** -Second is a factory for custom internal software,
purpose-built for human2agent and agent2agent work. +Second is a factory for custom internal software,
purpose-built for human2agent work. CI   Try it From 2c71605fd906c0afcc22130223f7c27f8f0cc8b0 Mon Sep 17 00:00:00 2001 From: omer-second Date: Wed, 27 May 2026 21:28:26 +0300 Subject: [PATCH 06/15] Polish README intro copy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 415a5df..299e571 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Bring your agent: ## What is Second? -Second the most powerful way to build custom GUIs for agents. +Second is the most powerful way to build custom GUIs for agents. Instead of being locked into a pre-built agent orchestration platform, Second lets you orchestrate a team of agents inside custom apps you build around your workflows, giving agents room to work while your team stays in full control. @@ -92,7 +92,7 @@ Second is a single workspace.

๐Ÿ‘ฅ For Teams

    -
  • Build custom apps from a single prompt
  • -
  • Run multiple agents in parallel across workflows
  • -
  • Real-time collaborative UI with agents and humans on the same page
  • -
  • Never blocked: integrations return mock data until connected
  • +
  • Build custom internal apps from a single prompt
  • +
  • Run multiple agents across the workflows your team already owns
  • +
  • Work in a realtime collaborative UI where agents and humans share state
  • +
  • Move before credentials are connected: integrations return mock data until configured

๐Ÿ› ๏ธ For Platform Engineers

    -
  • Fine-grained access control per app, per agent, per integration
  • +
  • Fine-grained access control per app, agent, collection, and integration
  • One-time workspace setup, unlimited apps
  • -
  • Full governance: draft/review/publish lifecycle
  • -
  • Deploy on your own k8s, air-gapped or on-prem
  • +
  • Full governance: draft, review, approve, publish, audit
  • +
  • Deploy on your own Kubernetes cluster, air-gapped or on-prem
-## Second VS other solutions +## Second vs. Other Solutions Most platforms weren't built for multiplayer, async work with agents. They either treat agents as an afterthought bolted onto existing tools, or they're too opinionated and end up not fitting how your team actually works. From d46f4f1487df8658dc5ebbb27a88b633cb3770e9 Mon Sep 17 00:00:00 2001 From: omer-second Date: Thu, 28 May 2026 00:26:11 +0300 Subject: [PATCH 07/15] fix --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 299e571..86f1c4d 100644 --- a/README.md +++ b/README.md @@ -64,11 +64,13 @@ Bring your agent: ## What is Second? -Second is the most powerful way to build custom GUIs for agents. +Second is the infrastructure for human to agent work. -Instead of being locked into a pre-built agent orchestration platform, Second lets you orchestrate a team of agents inside custom apps you build around your workflows, giving agents room to work while your team stays in full control. +Instead of managing agents in chat windows, **Second lets you orchestrate a team of agents inside custom apps you build around your team's actual needs.** -From one prompt, Second builds complete apps **that treat agents as first-class citizens:** agents work inside the apps you build, right alongside your team. They read and write to the same real-time DB, call only the tools you approve, and perform actual work without broad access to your company. +We believe custom apps are the right abstraction for continuous work with a team of agents. Chat works for one-off tasks, but shared state, queues, approvals, and long-running work need a real surface. + +From one prompt, Second builds complete apps **that treat agents as first-class citizens:** agents work inside the apps you build, right alongside your team. They read and write to the same real-time DB as your team, and get generated, scoped tools to handle real workloads inside your apps. ### How It Works From 8a4f8f55fedfda3eb72c470a371a04830785455d Mon Sep 17 00:00:00 2001 From: omer-second Date: Thu, 28 May 2026 00:39:27 +0300 Subject: [PATCH 08/15] better --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86f1c4d..d3a4456 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Second is the infrastructure for human to agent work. Instead of managing agents in chat windows, **Second lets you orchestrate a team of agents inside custom apps you build around your team's actual needs.** -We believe custom apps are the right abstraction for continuous work with a team of agents. Chat works for one-off tasks, but shared state, queues, approvals, and long-running work need a real surface. +We believe custom apps are the right abstraction for continuous work with a team of agents. Chat is great for one-off tasks, but shared state, queues and pipelines require real software where humans and agents can work on the same page. From one prompt, Second builds complete apps **that treat agents as first-class citizens:** agents work inside the apps you build, right alongside your team. They read and write to the same real-time DB as your team, and get generated, scoped tools to handle real workloads inside your apps. From cfc52589e9f8e0ef1ab31a21debab682a36c2a13 Mon Sep 17 00:00:00 2001 From: omer-second Date: Thu, 28 May 2026 00:40:46 +0300 Subject: [PATCH 09/15] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3a4456..5e7ace1 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ From one prompt, Second builds complete apps **that treat agents as first-class Second is a single workspace. 1. **You describe your app.** In a single prompt. -2. **Second generates it.** The UI, agents, scoped tools, and real-time DB. Tools are presented for approval. +2. **Second generates it.** The agents, scoped tools, and a beautiful UI, backed by a real-time DB. 3. **Your team works alongside agents** in the same shared custom software. From 7636ad4d502f190d7bad0514cd6dbdfae6660bb3 Mon Sep 17 00:00:00 2001 From: omer-second Date: Thu, 28 May 2026 00:44:02 +0300 Subject: [PATCH 10/15] revert for teams for platform engineers --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5e7ace1..3416849 100644 --- a/README.md +++ b/README.md @@ -117,19 +117,19 @@ Every app you build in Second gets a realtime database, app agents, scoped tools From 45f0f39c18005c22525a2577f97d3a6b6b0f33a2 Mon Sep 17 00:00:00 2001 From: omer-second Date: Thu, 28 May 2026 00:49:43 +0300 Subject: [PATCH 11/15] fix --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3416849..205b691 100644 --- a/README.md +++ b/README.md @@ -287,15 +287,15 @@ And many more: --- -## What Second Handles +## Why Second is Special -Second is not just a prompt-to-UI generator. It is the control layer around the generated app: +**Second generates dynamic, agent-native software.** For each app: -- **Scoped tools per app, per agent.** Agents receive the smallest useful tool surface for the workflow, not blanket access to a connector. -- **Self-building integration setup.** The builder creates the integration contract, setup instructions, mock data, and tool definitions needed by the app. -- **Server-side secret resolution.** Agents never receive raw API keys, OAuth tokens, cookies, or provider secrets. -- **`agents.json` as governed policy.** Every runtime capability is declared, validated, approved, hashed, and invalidated when it changes. -- **Draft / published separation.** Builders can keep iterating while team members keep using the last approved published version. +- **Scoped tools created per app, for every agent.** Agents can never do things you don't want them to do. +- **Second is true self-building software.** It generates the integrations, connection instructions, and scoped tools. +- **Agents never see secrets.** Secrets are injected server-side. +- **`agents.json`: governed policy as code.** Each app has an `agents.json`. Changes require admin approval via hash verification. +- **Draft and published are fully separated.** Builders iterate freely with mock data. Published apps only run the last approved config. On top of that, Second handles the hard parts: From d90ac29a7f3e44bdcee34f5594aa45dd543370d9 Mon Sep 17 00:00:00 2001 From: omer-second Date: Thu, 28 May 2026 00:51:29 +0300 Subject: [PATCH 12/15] human2agent --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 205b691..7b88695 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Bring your agent: ## What is Second? -Second is the infrastructure for human to agent work. +Second is the infrastructure for human2agent work. Instead of managing agents in chat windows, **Second lets you orchestrate a team of agents inside custom apps you build around your team's actual needs.** From a119e1e29e591b9b9fcf23d57e3175780f10646e Mon Sep 17 00:00:00 2001 From: omer-second Date: Thu, 28 May 2026 01:47:32 +0300 Subject: [PATCH 13/15] cont --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b88695..c307840 100644 --- a/README.md +++ b/README.md @@ -68,13 +68,13 @@ Second is the infrastructure for human2agent work. Instead of managing agents in chat windows, **Second lets you orchestrate a team of agents inside custom apps you build around your team's actual needs.** -We believe custom apps are the right abstraction for continuous work with a team of agents. Chat is great for one-off tasks, but shared state, queues and pipelines require real software where humans and agents can work on the same page. - From one prompt, Second builds complete apps **that treat agents as first-class citizens:** agents work inside the apps you build, right alongside your team. They read and write to the same real-time DB as your team, and get generated, scoped tools to handle real workloads inside your apps. +We believe custom apps are the right abstraction for continuous work with a team of agents. Chat is great for one-off tasks, but shared state, queues and pipelines require real software where humans and agents can work on the same page. + ### How It Works -Second is a single workspace. +Second is a single workspace that creates production-ready apps. 1. **You describe your app.** In a single prompt. 2. **Second generates it.** The agents, scoped tools, and a beautiful UI, backed by a real-time DB. From 907558a9d293dc04e7f933980e523ff405ef5aa5 Mon Sep 17 00:00:00 2001 From: omer-second Date: Thu, 28 May 2026 02:04:54 +0300 Subject: [PATCH 14/15] revert --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c307840..3429979 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Second is a single workspace that creates production-ready apps. 1. **You describe your app.** In a single prompt. 2. **Second generates it.** The agents, scoped tools, and a beautiful UI, backed by a real-time DB. -3. **Your team works alongside agents** in the same shared custom software. +3. **Your team now works alongside agents** in the same shared custom software.

๐Ÿ‘ฅ For Teams

    -
  • Build custom internal apps from a single prompt
  • -
  • Run multiple agents across the workflows your team already owns
  • -
  • Work in a realtime collaborative UI where agents and humans share state
  • -
  • Move before credentials are connected: integrations return mock data until configured
  • +
  • Build custom apps from a single prompt
  • +
  • Run multiple agents in parallel across workflows
  • +
  • Real-time collaborative UI with agents and humans on the same page
  • +
  • Never blocked: integrations return mock data until connected

๐Ÿ› ๏ธ For Platform Engineers

    -
  • Fine-grained access control per app, agent, collection, and integration
  • +
  • Fine-grained access control per app, per agent, per integration
  • One-time workspace setup, unlimited apps
  • -
  • Full governance: draft, review, approve, publish, audit
  • -
  • Deploy on your own Kubernetes cluster, air-gapped or on-prem
  • +
  • Full governance: draft/review/publish lifecycle
  • +
  • Deploy on your own k8s, air-gapped or on-prem
@@ -104,13 +104,11 @@ Second solves that: think Paperclip or Multica, but instead of pre-built softwar ## The Internal Platform Everyone Needs (and Builds) -Companies like **Ramp** and **Deel** have already figured out that teams are building amazing things internally with Claude, Codex, and Lovable-style builders, but most of that work never reaches production. Security, governance, integrations, maintenance, agent access control, and deployment all become platform problems. +Companies like **Ramp** and **Deel** have already figured out that teams are building amazing things internally with Claude, Codex, or Lovable- but most never reach production (security, governance, integrations, maintenance, agent access control...). To solve this, they built internal platforms for themselves. -So they build internal platforms for themselves. +**Second lets every organization have that.** -**Second lets every organization have that platform layer.** - -Every app you build in Second gets a realtime database, app agents, scoped tools, audit logs, RBAC, agent RBAC, review flows, and governance controls built into the workspace. +Every app you build in Second gets a real-time DB, audit logs, RBAC, agent RBAC, and governance tools built into the workspace.
From e7f24c888e4f82495cf2de51753dce18f4ec6de5 Mon Sep 17 00:00:00 2001 From: omer-second Date: Thu, 28 May 2026 02:09:58 +0300 Subject: [PATCH 15/15] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3429979..cff4bc0 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Second is the infrastructure for human2agent work. Instead of managing agents in chat windows, **Second lets you orchestrate a team of agents inside custom apps you build around your team's actual needs.** -From one prompt, Second builds complete apps **that treat agents as first-class citizens:** agents work inside the apps you build, right alongside your team. They read and write to the same real-time DB as your team, and get generated, scoped tools to handle real workloads inside your apps. +From one prompt, Second builds complete apps **that treat agents as first-class citizens:** agents work inside the apps you build, right alongside your team. They read and write to the same real-time DB as your team does, and get generated, scoped tools to handle real workloads inside your apps. We believe custom apps are the right abstraction for continuous work with a team of agents. Chat is great for one-off tasks, but shared state, queues and pipelines require real software where humans and agents can work on the same page.