It's pretty annoying that every project like this lately is just a wrapper for OpenAI API calls.
Supporting more models, including Claude, Gemini, and open source models is definitely at the top of the roadmap. Would that make it less annoying? :)
Show HN: Plandex – an AI coding engine for complex tasks
11–20 of 112 posts
Re: Show HN: Plandex – an AI coding engine for complex tasks
#12In demo it modified UI components, is there any model that can look at the rendered page to see if it looks right? Right now all these wrappers just blindly edit the code.
Re: Show HN: Plandex – an AI coding engine for complex tasks
#13Earlier 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? :)
I think Mistral-2-Pro would work really well for this, judging by the great results I've had with it on another heavy on tool calling project [1] [1] https://github.com/radareorg/r2ai
Re: Show HN: Plandex – an AI coding engine for complex tasks
#14It's pretty annoying that every project like this lately is just a wrapper for OpenAI API calls.
Supporting more models, including Claude, Gemini, and open source models is definitely at the top of the roadmap. Would that make it less annoying? :)
Re: Show HN: Plandex – an AI coding engine for complex tasks
#15Re: Show HN: Plandex – an AI coding engine for complex tasks
#16Re: Show HN: Plandex – an AI coding engine for complex tasks
#17In demo it modified UI components, is there any model that can look at the rendered page to see if it looks right? Right now all these wrappers just blindly edit the code.
Re: Show HN: Plandex – an AI coding engine for complex tasks
#18In demo it modified UI components, is there any model that can look at the rendered page to see if it looks right? Right now all these wrappers just blindly edit the code.
Plandex can't do this yet, but soon I want to add GPT4-vision (and other multi-modal models) as model options, which will enable this kind of workflow.
4-vision isn't there yet. It can mostly OCR or pattern recognize the image if it's popular or has some known object. It cannot detect pixel differences or css/alignment issues.
Re: Show HN: Plandex – an AI coding engine for complex tasks
#19It's pretty annoying that every project like this lately is just a wrapper for OpenAI API calls.
OP has certainly built something interesting here and added significant value on top of the base utility of the OpenAI API.