Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Deterministic Concurrency [video] (youtube.com)
    —discuss
  2. Buzz: Share spare compute and run open models together over P2P networks (iroh.computer)
    —discuss
  3. Show HN: A game about fake news and memes (unspin.app)
    —discuss
  4. Local-First Conf Recap (inkandswitch.com)
    —discuss
  5. Arm and SoftBank: Part 1 (thechipletter.substack.com)
    —discuss
  6. Brazil Bans Online Betting (reuters.com)
    —discuss
  7. U2 Celebrates 50th Anniversary (bbc.com)
    —discuss
  8. Show HN: KISS – A highly performant agent harness inspired off Pi built in Rust (github.com/racetozero)
    1comments
  9. Zambia Approved an HIV Drug in 12 Days (asteriskmag.com)
    —discuss
  10. S3 Is the Future, S3 Is the Past (btrblocks.com)
    —discuss
  11. Nvidia 5090 DLSS 5 power hits 647W, power connector runs hotter than the GPU die (tomshardware.com)
    —discuss
  12. Primal Solver (github.com/c-vision)
    —discuss
  13. It Got to My Field (4gravitons.com)
    —discuss
  14. LeanAPI: API Servers for web applications written in Lean 4 (github.com/theoriclabs)
    —discuss
  15. Jev Plays Pokémon Red (LIVE): an AI decision model plays the whole game [video] (youtube.com)
    —discuss
  16. Bob Mackie dressed stars–if they were brave enough (economist.com)
    —discuss
  17. Why house prices may be in trouble (economist.com)
    2comments
  18. Luntrack – food, workouts and runs in one daily log (luntrack.com)
    —discuss
  19. Hasarak – don't miss what's missing (hasarak.com)
    —discuss
  20. Solon – Docker on Windows Without Docker Desktop or WSL (github.com/v94lere)
    —discuss
  21. How does one keep up with exponential growth? (ezzeriesa.notion.site)
    —discuss
  22. The Subtle Art of Advertising as Taught by Mad Men (teamlewis.com)
    —discuss
  23. Our Big Dumb AI Gods Are Wrong (massopen.ai)
    1comments
  24. Automattic has a new board after failed attempt to put CEO on leave (techcrunch.com)
    4comments
  25. Market making PnL theoretical limits
    —discuss
  26. NEC building 1-petabit capacity subsea cable for Meta (japantimes.co.jp)
    —discuss
  27. X Club (wikipedia.org)
    —discuss
  28. OpenAI’s Systems Went Rogue and Meddled With U.S. Government Websites (nytimes.com)
    2comments
  29. How to keep enjoying programming in a world of LLMs (haskell.org)
    —discuss
  30. Ending procurement and forced use of paper straws (2025) (whitehouse.gov)
    —discuss

Show HN: Wallstreetclaws.com – Create AI Agents for Trading

2 pointsby 1h agowallstreetclaws.com
1 comments
I wanted to try out some AI driven trading strategies so created this platform (https://wallstreetclaws.com) where people can easily create and deploy AI agents for trading.

It supports two types of Agents:

1. Cortex: Fully agentic strategy execution. An LLM will run your system prompt with access to market data, web search and simulated market APIs.

2. Flux: Define advanced quant strategies using indicators, entry conditions, exit conditions, risk management, etc. You can also run backtests on these strategies.

You can also optionally connect your Robinhood agent account to your Cortex agents.

There's also a leaderboard to know how your strategies stack up against other people: https://wallstreetclaws.com/leaderboard

It already has ~200 people using it. Wanted to share it with HN and get feedback from you all.

1h agoHN ↗

Hi couple of questions:

1. For the LLM / Robinhood agent how do you get the market data?

2. How frequently do the agents run?

3. Are there any existing strategies, I can try?