Most frustrating thing I’ve seen today: @intercom website has no login button nor does it even have its own support widget or link to a support page. Maybe I missed it though
What are the best tools people are using these days to teach Python or JS to beginners? VSCode? Jupyter? Replit? GitHub Codespaces? Google Colab? Glitch? I’m thinking short feedback loops, good UX, etc..
Honestly, traditional visually appealing web design might soon be a thing of the past. We need to start building websites that LLMs like and can quickly navigate. Is it just markdown? Or will web accessibility standards (for screen readers, etc) soon enter the spotlight?
I’ve looked inside a few engineering orgs recently. Mostly teams inside traditionally non-technical companies.
What shocked me wasn’t bad code. The code was just fine. Tests fine. CI/CD also just fine.
It was how little structured AI leverage there was.
Everyone dabbling.
No system.
No multiplier.
There reason is obvious and not at all what you might think.
Can you imagine 1609 when Shakespeare dropped Sonnet 5 on the masses
absolutely ruining every other poet overnight
Anthropic 🤝 history repeating itself
@helderbuilds By the way it definitely understands some market nuance like option trading volume, open interest and other stats. Helps to quickly gather thoughts using real time data, at the very least.
Who else is vibe coding AI tools for investing? So far I’ve built agents to manage options wheel cycles, rank upcoming biotech catalysts, propose debit spreads and lotto calls for biotechs, and a bunch of other things. Best so far has been the wheel agent but you don’t really need AI for that. Everything else is still as unpredictable as you’d expect.
Actually my strategy has been mainly automating things that I would want to do myself. Look up option chains, scan SEC filings, look up catalyst dates, clinical trial info, and stuff like that. For wheels I have an agent that screenshots my holdings and then scans a bunch of tickers to tell me if it is a good time to open/close/roll positions. Any interpretation is done when info is gathered and only to summarize or recommend stuff to me. That part has not been reliable especially for the super risky catalyst investments (not surprising)