HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Nedomas

no profile record

Submissions

Show HN: AI compatibility without compromises

supercompat.com
1 points·by Nedomas·hace 3 meses·0 comments

Show HN: Supergateway – run AI MCP servers remotely

github.com
1 points·by Nedomas·hace 2 años·0 comments

Show HN: Supergateway – Run MCP stdio servers over SSE

github.com
1 points·by Nedomas·hace 2 años·0 comments

comments

Nedomas
·el año pasado·discuss
two weeks ago I started heavily using Codex (I have 20y+ dev xp).

At first I was very enthusiastic and thought Codex is helping me multiplex myself. But you actually spend so much time trying to explain Codex the most obvious things and it gets them wrong all the time in some kind of nuanced way that in the end you spend more time doing things via Codex than by hand.

So I also dialed back Codex usage and got back to doing many more things by hand again because its just so much faster and much more predictable time-wise.
Nedomas
·el año pasado·discuss
We've built a version of this on steroids - not only a registry, but also one-click mcp hosting. Would love you eyeballs if you're into mcp: https://supermachine.ai
Nedomas
·el año pasado·discuss
Welcome to MCP hosting space guys. We’ve also been hosting MCPs since early Feb in https://supermachine.ai and investing a lot into open-source (see https://github.com/supercorp-ai/supergateway and many others).

Guess there’s gonna be more competition haha (but don’t worry, I think our approaches are a bit different).
Nedomas
·el año pasado·discuss
There's open source package that allows delaying providing credentials to MCP server to runtime / via MCP tool call: https://github.com/supercorp-ai/superargs

For hosted MCPs: https://supermachine.ai
Nedomas
·hace 2 años·discuss
Met the guys in sf, the concept is great, can we really build o1-type of models with this? Congratulations on the launch.
Nedomas
·hace 2 años·discuss
Met with the Humiris MoAI team in sf, they are onto something cool
Nedomas
·hace 2 años·discuss
Yeah, I do both in prod and in the lib. In the lib I even ported Anthropics streaming API to be OpenAI compatible. Will write the docs over the coming days if interested.
Nedomas
·hace 2 años·discuss
Assistants API use in prod used to suck because it would send full convo on each message. But last month they added an option to send truncted history so its no longer 2$ a pop thankfully. Also Grok, Haiku and Mistral is cheap
Nedomas
·hace 2 años·discuss
I do and built Assistants API compat layer for Groq and Anthropic: https://github.com/supercorp-ai/supercompat I’d argue that Assistants API DX > manual completions API.