| ▲ | abigail95 9 hours ago | |
you can have it build an execution engine that interfaces with any broker with minimal effort. how do you have it build a "trading strategy"? it's like asking it to draw you the "best picture". it will ask you so many questions you end up building the thing yourself. if you do get something, given that you didn't write it and might not understand how to interpret the data its using - how will you know whether it's trading alpha or trading risk? | ||
| ▲ | dataviz1000 9 hours ago | parent [-] | |
This is where I’m at now with getting Claude to iterate over a problem. https://github.com/adam-s/intercept?tab=readme-ov-file#the-s... I can care less about scraping and web automation and I will likely never use that application. I am interested in solving a certain class of problems and getting Claude to build a proxy API for any website is very similar to getting Claude to find alpha. That loop starts with Claude finding academic research, recreating it, doing statistical analysis, refining, the agent updating itself, and iterate. Claude building proxy JSON api for any website and building trading strategies is the same problem with the same class of bugs. | ||