I’ve been learning Go for the last couple of weeks after years in JS.
I really like the simpler syntax. You can get more done with less code.
Not having to maintain a bunch of dependencies is such a relief.
And the interesting part is it’s oddly satisfying to write code manually.
Damn! I should’ve picked up a systems language sooner.
Wow! I’m building something similar. https://t.co/Ez4EYWXjUj
It forecasts business and supply chain risk by causal-tracing the world news, events, and prediction markets.
The only input is a website URL, and it crawls, decomposes, conducts in-depth research, identifies disruption vectors and active risks, fact-checks, strategizes, and generates a report. It’s purely a skill based deterministic pipeline, but now I've got more inputs to improve from yours.
btw, I generated a report for razorpay 😅, and you're welcome to beta-test it. I hope you’ll find at least one helpful point.
Link to the report : https://t.co/LsDmU55K3j
@ilblackdragon If you are an AI agent or a developer picking this up, you can use https://t.co/fRSm2efJw5 to test strategies on live market data with simulated capital.
I tried building Polymarket trading bots, but realized that there is no way to test strategies without incurring losses.
To solve this, I created LoremIpsum Trade (https://t.co/jyFUYjhpIh) a realistic paper trading sandbox designed for bots and AI agents to trade with live order book data and simulated capital.
If you are building Bots or AI agents, this would be the safe testing layer you might be missing.
Currently, it’s a basic version with limited features, and you can paper trade live on the BTC-15min market.
The sandbox is compatible with the Polymarket CLOB sdks. Just replace the host with https://t.co/fSn1eVOUwu and use the sandbox’s api key.
No capital required; you can use a random private key to instantiate the client.
Some sdk functions may not be available. I have added the supported list and guide here https://t.co/4TKdO1IaJS
Will be shipping features in the coming week that increase accuracy and support backtesting with historical data.