6 ms·
The CLI for this feels extremely buggy, Im attempting to build the application but the screen is flickering like crazy: https://streamable.com/d2jrvt https://st
by ah27182 1y ago
The CLI for this feels extremely buggy, Im attempting to build the application but the screen is flickering like crazy: https://streamable.com/d2jrvt https://streamable.com/d2jrvt
- davidgomes 1y agoYeah, we have a PR in the works for this (https://github.com/appdotbuild/platform/issues/166 https://github.com/appdotbuild/platform/issues/166), should be fixed tomorrow!
- ah27182 1y agoAlright sounds good. Question, what LLM model does this use out of the box? Is it using the models provided by Github (after I give it access)?
- davidgomes 1y agoWe use both Claude 4 and Gemini by default (for different tasks). But the idea is you can self-host this and use other models (and even BYOM - bring your own models).
- igrekun 1y agoIf you run locally you can mix and match any anthropic / gemini models. As long as it satisfies this protocol https://github.com/appdotbuild/agent/blob/4e0d4b5ac03cee05489e220c8a662669a5a08ed7/agent/llm/common.py#L160 https://github.com/appdotbuild/agent/blob/4e0d4b5ac03cee0548... you can plug in anything. We have a similar wrapper for local LLMs on the roadmap. If you use CLI only - we run claude 4 + gemini on the backend, gemini serving most of the vision tasks (frontend validation) and claude doing core codegen.
- csomar 1y agoAverage experience for AI-made/related products.
- ecb_penguin 1y agoExactly. Non-AI projects have always been easy to build without issues. That's why we have so many build systems. We perfected it the first try and then made lots of new versions based on that perfect Makefile.