Skip to content

Align README/product claims with actual persona generation behavior #7

@PraneelBhatia

Description

@PraneelBhatia

Problem

The README currently overstates some behavior relative to the implementation.

Examples worth checking:

  • “50 personas attack your site in 60 seconds”
  • “30 are generated specifically for your audience using Gemini”

From the current backend, the default flow appears closer to a sampled static persona pool with a default agent count of 30.

Proposal

Align product copy with the current implementation, or implement the missing audience-conditioned persona generation for real.

Two valid paths:

  1. simplify the copy now
  2. build true audience-conditioned persona overlays/generation and then keep the current copy

Suggested file targets

  • README.md
  • frontend landing copy in app/page.tsx
  • any persona-generation path in backend if implemented

Acceptance criteria

  • README claims match actual backend behavior
  • if audience-conditioned personas exist, they are clearly implemented and traceable in code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions