LadybugWorth: AI reporting agent for team communication.

An AI agent that watches Slack and team channels, extracts decisions, creates EOD reports, and flags bug-risk signals before production.

Most teams lose decisions inside daily communication.

The agent needed to monitor conversations, identify what mattered, summarize work, produce end-of-day reporting, and surface issues without adding manual reporting overhead.

The technical challenge was signal extraction: deciding what was a blocker, a decision, a handoff, a bug-risk clue, or just ordinary Slack noise.

Slack

thread, channel, and team communication ingestion

Agent

LLM summary, classification, and decision extraction layer

Redis

runtime state, async coordination, and reporting flow support

Signal

Conversation intelligence

Slack threads were classified into decisions, blockers, follow-ups, handoffs, status changes, and noise so summaries stayed useful.

Reports

EOD operating record

Daily summaries turned scattered team activity into structured project memory for managers, founders, and technical leads.

Risk

Bug-risk detection

The LLM layer watched for unresolved defects, risky language, unclear ownership, and release blockers before they became production problems.

Django Channels, OpenAI SDK, Slack API, Redis.