Rendered at 13:48:53 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
rishabhpoddar 8 hours ago [-]
Fairly interesting! A few questions:
- When asking the user for an input, does it support multi turn user conversation?
- Who is this made for? Developers would much rather just use python directly with coding agents; non developers would probably still be afraid of seeing the python-ish syntax in the md file + they wont be able to use existing coding agents cause there would be no examples of this new language in any of the LLM's training data.
But it's an awesome attempt! I like the idea overall, and the design of the website!
margarita_dev 19 minutes ago [-]
- When asking the user for an input, does it support multi turn user conversation?
Yes, it supports both multi-turn conversations from the llm and you can programmatically ask the user things too -> https://www.banyango.com/margarita/latest/user_input/
- Who is this made for? I think this is crux of my issues so far here. I have been targeting developers who maybe don't see as much value in this as you mentioned.
That said I think that there is a decent cost to developers for maintaining code each time you want more determinism, or don't want to spend tokens on repeatable steps. My hope was that having a lower cost solution closer to markdown would be a nice middle ground.
- When asking the user for an input, does it support multi turn user conversation?
- Who is this made for? Developers would much rather just use python directly with coding agents; non developers would probably still be afraid of seeing the python-ish syntax in the md file + they wont be able to use existing coding agents cause there would be no examples of this new language in any of the LLM's training data.
But it's an awesome attempt! I like the idea overall, and the design of the website!
- Who is this made for? I think this is crux of my issues so far here. I have been targeting developers who maybe don't see as much value in this as you mentioned.
That said I think that there is a decent cost to developers for maintaining code each time you want more determinism, or don't want to spend tokens on repeatable steps. My hope was that having a lower cost solution closer to markdown would be a nice middle ground.