Earlier quoted context omitted.
Supporting more models, including Claude, Gemini, and open source models is definitely at the top of the roadmap. Would that make it less annoying? :)
Not affiliated with the project but you could use something like OpenRouter to give users a massive list of models to choose from with fairly minimal effort https://openrouter.ai/
Show HN: Plandex – an AI coding engine for complex tasks
21–30 of 112 posts
Re: Show HN: Plandex – an AI coding engine for complex tasks
#22Re: Show HN: Plandex – an AI coding engine for complex tasks
#23Earlier quoted context omitted.
Not affiliated with the project but you could use something like OpenRouter to give users a massive list of models to choose from with fairly minimal effort https://openrouter.ai/
Thanks, I need to spend some time digging into OpenRouter. The main requirement would be reliable function calling and JSON, since Plandex relies heavily on that. I'm also expecting to need some model-specific prompts, considering how much prompt iteration was needed to get things behaving how I wanted on OpenAI. I've also looked at Together ( https://www.together.ai/ ) for this purpose. Can anyone speak to the diffe…
Re: Show HN: Plandex – an AI coding engine for complex tasks
#24This is something I've been thinking a lot about (a way to set context for an LLM against my own code), thank you for putting this out. Looks really polished.
Re: Show HN: Plandex – an AI coding engine for complex tasks
#25Looks really interesting. Is it wrapping git for the rollback and diffing stuff? If I were a user I'd probably opt to use git directly for that sort of thing.
I tried to build the backend so that postgres, the file system, and git would combine to form effectively a single transactional database.
Re: Show HN: Plandex – an AI coding engine for complex tasks
#26Re: Show HN: Plandex – an AI coding engine for complex tasks
#27Re: Show HN: Plandex – an AI coding engine for complex tasks
#28This seems very interesting, but I think the interface choice is not good. There would have been much less friction if this was purely a GitHub/GitLab/etc bot.
Re: Show HN: Plandex – an AI coding engine for complex tasks
#29This seems very interesting, but I think the interface choice is not good. There would have been much less friction if this was purely a GitHub/GitLab/etc bot.
I personally wanted something with a tighter feedback loop that felt more akin to git. I also thought that simplifying the UI side would help me stay focused on getting the data structures and basic mechanics right in the initial version. But now that the core functionality is in place, I think it will work well as a base for additional frontends.
Re: Show HN: Plandex – an AI coding engine for complex tasks
#30Show me one of these things do something more complex then a front end intern project.