Commit Graph

11 Commits

Author SHA1 Message Date
Hongming Wang
be832ed826 post(blog): "Why You Need a Team of AI Agents, Not One Genius Model"
Most-asked prospect question. Answers it from our own
experience running Molecule's engineering org on agents:

- Single agent fails on context collapse, generalist mediocrity,
  and single-point-of-failure
- Team buys parallelism, hierarchy, audit trails, trust tiers
- Honest about when one agent IS the right answer
- Includes the "smarter models will fix this" counter and the
  "implicit sub-delegation just hides the org chart" counter

~1300 words. No competitor punch-down. Reads like a piece a
practitioner would write, not a marketing pitch.
2026-04-24 18:19:28 -07:00
rabbitblood
40bd0cfdde fix: restore build infrastructure deleted by bad PR #59 merge
[Molecule-Platform-Evolvement-Manager]

PR #59 (commit dae42e2) was merged ~2 weeks ago with a bad diff that
deleted all Next.js/Fumadocs build files (package.json, app/, lib/,
source.config.ts, tsconfig.json, etc.) and most MDX content pages.
This broke the Vercel build, taking doc.moleculesai.app offline.

Root cause: the PR branch was likely rebased or reset to a state that
only contained the marketing/ subtree, so the merge diff showed
deletions for every other file.

This commit:
1. Restores all build infrastructure from the last good commit (86fa0e9)
2. Restores 25 deleted MDX content pages (concepts, quickstart, etc.)
3. Adds frontmatter (title) to 55 .md files added post-bad-merge that
   were missing the required YAML frontmatter for Fumadocs
4. Removes duplicate quickstart.mdx (superseded by quickstart.md)
5. Adds CI workflow (.github/workflows/ci.yml) to catch build failures
   on PRs before merge — this would have prevented the outage

Build verified: 99 static pages generated successfully.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-22 14:03:24 -07:00
0cb987c986 docs: backfill skill-catalog, workspace-files API ref, and skills-vs-bundled-tools blog
Port three docs from molecule-core PR #1419 into public docs:
- docs/guides/skill-catalog.md: new skill catalog CLI guide
- docs/api/workspace-files.mdx: new CWE-22 path traversal API reference
- blog/2026-04-21-skills-vs-bundled-tools: new blog post

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 15:20:11 +00:00
molecule-ai[bot]
a9b46dd359
docs: fix broken /docs/guides/mcp-server-setup link to external-agent-registration 2026-04-21 07:12:12 +00:00
molecule-ai[bot]
ab4f02ea58
docs(blog): bootstrap-failed endpoint for platform monitoring (PR #1168)
Platform/ops angle. ~150 words. Social thread HELD — CP + Canvas parts
still pending (PR #1168 is Part 1 of 3). No user-facing UX in this release.
2026-04-21 03:49:13 +00:00
molecule-ai[bot]
e00012be3d
docs(blog): debug failed workspaces without leaving Canvas
Content for internal#8 / PR #1178 launch coverage.
Angle: EC2 console output surfaced directly in Canvas — no more
tab-switching to AWS Console.

~180 words.
2026-04-21 03:38:29 +00:00
molecule-ai[bot]
a6d9902816
docs(blog): add audit trail API logs companion post (#54)
* docs(blog): add Chrome DevTools MCP browser automation post

Action 1 of #1120 SEO campaign.

- Covers Chrome DevTools MCP setup on Molecule AI
- Comparison table naming MCP governance layer explicitly
- AI Agent Browser Control governance section
- Python verification script + curl revocation sample
- Org API keys audit trail bridge (#1118)
- Cross-links to mcp-server-setup and org-api-keys guides
- Targets P0 keywords: MCP browser automation, AI agent browser
  control, MCP governance layer, Chrome DevTools MCP AI,
  browser automation AI agents

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* docs(blog): add Phase 30 remote workspaces auth + fleet visibility post

Covers:
- Per-workspace bearer token auth model (Phase 30.1)
- Unified canvas fleet visibility for heterogeneous agent fleets
- Remote agent registration flow (6 steps)
- Before/after comparison table
- Enterprise use cases: CI/CD, multi-cloud, BYO-device

Awaiting: keyword research (SEO Analyst) + positioning brief (PMM)
before final sign-off.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* docs(blog): refine Phase 30 blog SEO — keywords and frontmatter

- Title: "Remote AI Agents: Per-Workspace Auth + Fleet Visibility"
- Meta targets: remote AI agents, per-workspace auth, AI agent fleet visibility
- "AI agent fleet management" in comparison section heading
- "AI Agent Authentication at Scale" section heading

Awaiting keyword research from SEO Analyst before final sign-off.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* docs(blog): add Org-Scoped API Keys enterprise key management post

Covers:
- ADMIN_TOKEN problem and 3 compounding risks
- Org-scoped API key features (named, revocable, sha256 hash, prefix, created_by)
- Comparison table: ADMIN_TOKEN vs org-scoped keys
- Token hierarchy (Tier 0-3)
- Mint/list/revoke curl examples
- Cross-links to Chrome DevTools MCP blog and org-api-keys guides
- Competitive note on Hermes v0.10.0 tool gateway

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* docs(blog): add waitlist page and audit trail panel posts

- 2026-04-20-waitlist: Beta early access waitlist page — user flow,
  privacy guard (no URL prefill), dedup handling, launch-CTA framing.
  Addresses GH issue #1162.
- 2026-04-21-audit-trail-panel: Audit Trail Panel on Canvas — event-type
  badges, chain validity tamper indicator, filter bar, pagination.
  Coordinates with Phase 30 fleet visibility narrative.
  Addresses GH issue #1164.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* docs(blog): add audit trail API logs companion post

2026-04-21-audit-trail-api-logs: Two-layer audit observability post.
- Layer 1: Canvas Audit Trail (decision events, chain_valid tamper indicator)
- Layer 2: Org API key attribution (every API call tagged with key prefix)
- How they fit together: compliance review scenario walkthrough
- Governance chain: org key → per-workspace token → Canvas Audit Trail
- CTA: start with Canvas Audit Trail, add org API keys as integrations come online

Companion TTS audio (734K, ~74s) committed separately to molecule-core/marketing/audio/.

Addresses GH issue #1164 follow-on coverage.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Molecule AI Content Marketer <content-marketer@agents.moleculesai.app>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 03:18:57 +00:00
molecule-ai[bot]
dae42e2214
merge: PR #59
* feat(marketing): Chrome DevTools MCP blog post

Issue: #1175

* docs(marketing): fix broken CTAs in Chrome DevTools MCP blog post

- /getting-started → /docs/quickstart (page now exists)
- MCP Marketplace link → /docs/mcp-server
- hello@molecule.ai → GitHub Discussions
- Added step-by-step Chrome startup instructions (was missing)
- Standardized on /docs/ paths for all internal links
- Fixed duplicate word 'broken, broken' in QA agent example

---------

Co-authored-by: molecule-ai[bot] <276602405+molecule-ai[bot]@users.noreply.github.com>
2026-04-21 03:00:17 +00:00
molecule-ai[bot]
86fa0e9ec3
merge: PR #58
Git for agents — versioned workspace snapshots via CF Artifacts.
Coverage: REST API endpoints, credential lifecycle, use cases.

Co-authored-by: molecule-ai[bot] <276602405+molecule-ai[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 03:00:15 +00:00
molecule-ai[bot]
6ff0a3bc81
docs(blog): add Discord adapter launch post (#57)
Squash-merge: Discord adapter launch blog post. Acceptance: published on docs.
2026-04-21 01:46:57 +00:00
molecule-ai[bot]
04732e3fe6
docs(blog): add waitlist page and audit trail panel posts (#53)
Squash-merge: waitlist page + audit trail panel blog posts. Acceptance: published on docs.
2026-04-21 00:23:16 +00:00