Show HN: Moltis – AI assistant with memory, tools, and self-extending skills
11–20 of 60 posts
Re: Show HN: Moltis – AI assistant with memory, tools, and self-extending skills
#12Why can I only see gpt-5.2 and opus-4.5? Is this a limit on Moltis or can my API keys not access the latest models?
Re: Show HN: Moltis – AI assistant with memory, tools, and self-extending skills
#13Why can I only see gpt-5.2 and opus-4.5? Is this a limit on Moltis or can my API keys not access the latest models?
You should not be limited, which provider do you use?
edit: There is a gpt-5.3 model, but selecting that gives me the error:
Error The model `gpt-5.3` does not exist or you do not have access to it. Provider: openai
I don't see a 5.3-codex, and no opus 4.6...
Re: Show HN: Moltis – AI assistant with memory, tools, and self-extending skills
#14Re: Show HN: Moltis – AI assistant with memory, tools, and self-extending skills
#15Though, I am looking forward to the next generation of AI agents that aren't named after a lobster
Re: Show HN: Moltis – AI assistant with memory, tools, and self-extending skills
#16Earlier quoted context omitted.
You should not be limited, which provider do you use?
For the models? Directly from Anthropic and OpenAI. I'm running moltis via the docker container edit: There is a gpt-5.3 model, but selecting that gives me the error: Error The model `gpt-5.3` does not exist or you do not have access to it. Provider: openai I don't see a 5.3-codex, and no opus 4.6...
- you can have models you can not actually use (that gpt-5.3 response) - you can have model non-listed.
Those are all coming from the provider with your API_KEY.
Re: Show HN: Moltis – AI assistant with memory, tools, and self-extending skills
#17Earlier quoted context omitted.
You should not be limited, which provider do you use?
For the models? Directly from Anthropic and OpenAI. I'm running moltis via the docker container edit: There is a gpt-5.3 model, but selecting that gives me the error: Error The model `gpt-5.3` does not exist or you do not have access to it. Provider: openai I don't see a 5.3-codex, and no opus 4.6...
Re: Show HN: Moltis – AI assistant with memory, tools, and self-extending skills
#18Very nice. Though, I am looking forward to the next generation of AI agents that aren't named after a lobster
Re: Show HN: Moltis – AI assistant with memory, tools, and self-extending skills
#19I haven’t yet tried openclaw but can someone tell me how is this project different than that? Is this basically a different take on the same thing as openclaw? Dont get me wrong im not against it I just was wondering if theyre basically doing the same thing? If that’s the case I actually appreciate both projects, but idk what theyre doing and how theyre different?
author here. It's a different take and heavily inspired at first by OpenClaw, which is a great product and Peter the founder is an amazing human being. I'm adding features than I want, since I do Moltis for my own use but also try to add features than others will enjoy. I think Rust makes a lot of sense security wise, it does add benefits like being a single binary and very easy to install. I also tried to make it ea…