HackerTrans
TopNewTrendsCommentsPastAskShowJobs

BenderV

no profile record

Submissions

Show HN: BI chatbot in one Docker command

github.com
1 points·by BenderV·12 месяцев назад·0 comments

When is it the best time to post on Show HN?

myriade.ai
12 points·by BenderV·12 месяцев назад·8 comments

Show HN: Myriade – Ask your database questions in plain English

github.com
2 points·by BenderV·12 месяцев назад·0 comments

comments

BenderV
·8 месяцев назад·discuss
Well, I think they should have kept calling it function... ^^'
BenderV
·8 месяцев назад·discuss
It feels crazy to me that we are building "tool search" instead of building real tool with interface, state and available actions. Think how would you define a Calculator, a Browser, a Car...?

I think, notably, one of the errors has been to name functions calls "tools"...
BenderV
·11 месяцев назад·discuss
Thanks for your answer.

I guess that it's only a matter of finetuning.

LLM have lots of experience with bash so I get they figure out how to work with it. They don't have experience with custom tools you provide it.

And also, LLM "tools" as we know it need better design (to show states, dynamic actions).

Given both, AI with the right tools will outperform AI with generic and uncontrolled tool.
BenderV
·11 месяцев назад·discuss
I'm trying to understand what does it got to do with LLM size? Imho, right tools allow small models to perform better than undirected tool like bash to do everything. But I understand that this code is to show people how function calling is just a template for LLM.
BenderV
·11 месяцев назад·discuss
Nice but sad to see lack of tools. Most your code is about the agent framework instead of specific to SWE.

I've built a SWE agent too (for fun), check it out => https://github.com/myriade-ai/autocode
BenderV
·11 месяцев назад·discuss
Why do humans need a IDE when we could do anything in a shell? Interface give you the informations you need at a given moment and the actions you can take.
BenderV
·12 месяцев назад·discuss
Here, the best time is defined as the highest chance of getting "some" visibility. Most posts quickly fade away.

You are right that there is lots of way to measure this but quality comments is way harder to judge and we don't have quantity traffic info.
BenderV
·12 месяцев назад·discuss
Hey, Funnily, I had this idea/need recently. Just a message to encourage you in this direction !
BenderV
·в прошлом году·discuss
Selfless plug, our own tool => https://www.myriade.ai

> I wish you luck in refining your differentiation. Can't agree more with you. It's about distribution (which Snowflake/Databricks/... have) or differentiation.

Still, chatting with your data is already working and useful for lots.
BenderV
·в прошлом году·discuss
My 2 cents, building a tool in this space...

> Do you need an expert to verify if the answer from AI is correct?

If the underling data has a quality issue that is not obvious to a human, the AI will miss it too. Otherwise, the AI will correct it for you. But I would argue that it's highly probable that your expert would have missed it too... So, no, it's not a silver bullet yet, and the AI model often lacks enough context that humans have, and the capacity to take a step back.

> How is it time saved refining prompts instead of SQL?

I wouldn't call that "prompting". It's just a chat. I'm at least ~10x faster (for reasonable complex & interesting queries).
BenderV
·в прошлом году·discuss
Awesome. Using Vue/Tailwind, I'm definitely interested in this. Maybe you could try to add examples of integrations with others frameworks? I'll play with it and give you my 2 cents.