Skip to main content

Signals API

Retrieve real-time signals about AI and agent-related discussions from public sources. The endpoint aggregates and filters content from Hacker News and Reddit, scoring each result by relevance to AI and agent topics.

Get signals

No authentication required. Returns a deduplicated, relevance-scored list of signals from Hacker News and Reddit. The endpoint fetches data from both sources concurrently and applies keyword-based filtering to surface AI and agent-related content. Results are deduplicated by content similarity and sorted by upvote count.

Sources

Keyword filtering

Signals are included only when their title or body matches at least one keyword from the relevance set. The following keywords are used for filtering and relevance scoring: Hacker News keywords: ai, agent, llm, gpt, claude, openai, anthropic, model, chatbot, automation, autonomous, mcp, langchain, tool, api Reddit keywords: ai agent, llm, gpt, claude, autonomous, agent framework, mcp, tool use, ai assistant, langchain, openai, anthropic, memory, rag, embedding

Relevance scoring

Each signal is assigned a relevance level based on keyword match count and engagement:

Response

Top-level fields

Signal object fields

Deduplication

Signals are deduplicated by comparing the first 80 characters of their content (case-insensitive). When two signals have the same content prefix, the first one encountered is kept.

Errors

When an individual source fails to respond (for example, due to a timeout), the endpoint returns results from the remaining sources without error. Each source request has an 8-second timeout.