• Townie
    AI
  • Blog
  • Docs
  • Pricing
Log inSign up
project logo

lightweight

findings

Remix of lightweight/findings-base
Public
Like
findings
Home
Code
7
_townie
7
backend
8
frontend
1
shared
1
.vtignore
deno.json
H
main.tsx
Branches
2
Pull requests
Remixes
History
Environment variables
8
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
backend
/
crons
/
README.md
Code
/
backend
/
crons
/
README.md
Search
8/15/2025
README.md

Crons

Scheduled task handlers.

Available Crons

  • findings-analysis.ts - Batched Processing: Analyzes transcripts using enhanced two-stage consensus analysis and generates rich findings reports with:
    • Batch Size: Processes 5 questions per cron run to avoid timeouts
    • State Management: Uses question status tracking ("Not started" → "Working..." → "Done"/"Error")
    • Resume Logic: Automatically continues from where previous runs left off
    • Per-transcript individual analysis
    • Cross-transcript consensus synthesis
    • Confidence scores and consensus levels
    • Disagreement tracking and evidence summaries
    • Rich Notion formatting with callouts, tables, and structured sections

Batched Processing Workflow

  1. Initialization: When a new report is found, all questions are reset to "Not started"
  2. Batch Selection: Each cron run picks up to 5 questions with "Not started" status
  3. Processing: Selected questions are marked "Working..." then processed individually
  4. Completion: Successfully processed questions are marked "Done", failed ones marked "Error"
  5. Resume: Subsequent cron runs continue with remaining "Not started" questions
  6. Finalization: When all questions are complete, the report is marked "Done"

Timing

  • Per Question: ~30 seconds average processing time
  • Per Batch: ~3-4 minutes total (5 questions + overhead)
  • Safety Margin: Well under timeout limits with room for variability
FeaturesVersion controlCode intelligenceCLI
Use cases
TeamsAI agentsSlackGTM
ExploreDocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareersBrandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.