> "Ever notice Claude struggling to write Swift code? " Yes, that is why I quit using Claude and swapped to ChatGPT about a year ago. I've had substantially less issues with GPT.
Show HN: Sosumi.ai – Convert Apple Developer docs to AI-readable Markdown
31–40 of 74 posts
Re: Show HN: Sosumi.ai – Convert Apple Developer docs to AI-readable Markdown
#32I think it's safe to assume most big players have browser rendering enabled (I hope so). imo AI is struggling with a lot of languages that are not as popular as javascript, mostly because it's more niche and you don't get a lot of good examples on the web.
In my experience, coding agents seem to do a normal fetch when provided links. Which makes sense — headless browser automation is expensive, and only really necessary for interacting with a webpage. But with these RLHF'd AIs, being confident and helpful as they are, it took me a while to realize that they couldn't actually read the Apple developer links I was giving them. Like a kid who can't read the chalkboard, but…
Re: Show HN: Sosumi.ai – Convert Apple Developer docs to AI-readable Markdown
#33How to reliably HTML to MD for any page on the internet? I remember struggling with this in the past How hard would it be to build an MCP that's basically a proxy for web search except it always tries to build the markdown version of the web pages instead of passing HTML? Basically Sosumi.ai but instead of working on only for Apple docs it works for any web page (including every doc on the internet)
Re: Show HN: Sosumi.ai – Convert Apple Developer docs to AI-readable Markdown
#34Also, Apple has started shipping docs like this, too. They are a bit hidden but you can find them here:
/Applications/Xcode-beta.app/Contents/PlugIns/IDEIntelligenceChat.framework/Versions/A/Resources/AdditionalDocumentation
Re: Show HN: Sosumi.ai – Convert Apple Developer docs to AI-readable Markdown
#35Re: Show HN: Sosumi.ai – Convert Apple Developer docs to AI-readable Markdown
#36For those wondering about the name, it has a fun story behind it: https://en.wikipedia.org/wiki/Sosumi
Re: Show HN: Sosumi.ai – Convert Apple Developer docs to AI-readable Markdown
#37For those wondering about the name, it has a fun story behind it: https://en.wikipedia.org/wiki/Sosumi
Re: Show HN: Sosumi.ai – Convert Apple Developer docs to AI-readable Markdown
#38Just wondering - can't AI read HTML? If so how are we training our models?
Re: Show HN: Sosumi.ai – Convert Apple Developer docs to AI-readable Markdown
#39Just wondering - can't AI read HTML? If so how are we training our models?
Re: Show HN: Sosumi.ai – Convert Apple Developer docs to AI-readable Markdown
#40How to reliably HTML to MD for any page on the internet? I remember struggling with this in the past How hard would it be to build an MCP that's basically a proxy for web search except it always tries to build the markdown version of the web pages instead of passing HTML? Basically Sosumi.ai but instead of working on only for Apple docs it works for any web page (including every doc on the internet)