Financial nanobot use case: options flow scanner that caught XLI sector anomaly #3767
tellmefrankie
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
For small, focused agent use cases — sharing a financial analysis agent that's proven useful.
What it does: One task, done well every morning. Scans sector ETF options chains, strips lottery speculation, flags statistical outliers vs each ticker's own baseline.
Why small/focused matters here:
A monolithic 'analyze my portfolio' prompt is unreliable. Breaking it into atomic steps (fetch → filter → compute → compare → flag) makes each step testable and the output consistent. The filter step alone — stripping contracts ≤ $0.10 — is what makes the P/C ratio meaningful.
Result from May 13:
That divergence is a macro rotation signal. Took 90 seconds to surface.
Free + open source: https://github.com/tellmefrankie/ai-investment-skills
All reactions