HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vysakh0

no profile record

Submissions

[untitled]

1 points·by vysakh0·2 mesi fa·0 comments

[untitled]

1 points·by vysakh0·8 mesi fa·0 comments

[untitled]

1 points·by vysakh0·8 mesi fa·0 comments

Show HN: Cursor for files like word, ppt, CSV using existing CLIs(codex, Claude)

diwadi.com
3 points·by vysakh0·9 mesi fa·0 comments

Merito-Democracy: An AI-Driven Vision for Meritocratic Governance

meritodemocracy.org
1 points·by vysakh0·anno scorso·2 comments

[untitled]

1 points·by vysakh0·2 anni fa·0 comments

Show HN: Chat with your DB using Python SDK, API and create data apps

dataneuron.dev
4 points·by vysakh0·2 anni fa·2 comments

Show HN: Data Neuron – a framework to create AI data analyst

github.com
1 points·by vysakh0·2 anni fa·0 comments

Show HN: Open-source CLI coding framework using Claude

github.com
84 points·by vysakh0·2 anni fa·21 comments

comments

vysakh0
·19 giorni fa·discuss
This has become all too common with lastpass. I migrated out during their last incident. I wonder how does it keep happening and how do customers still continue.
vysakh0
·6 mesi fa·discuss
This resonates a lot. The shift from "was I right?" to "does this actually help people?" changes everything. I've found that the engineers who got promoted fastest weren't always the smartest problem solvers, they were the ones who genuinely cared about the end outcome.

The hardest part is that user focus is sometimes at odds with technical cleanliness. You can ship something inelegant but useful, or elegant but slightly off from what people need. Most orgs mess this up by choosing elegance.
vysakh0
·9 mesi fa·discuss
Duckdb is an excellent OLAP db, I have had customers who had s3 data lake of parquet and use databricks or other expensive tool, when they could easily use duckdb.. Given we have cursor/claude code, it is not that hard for lot of use cases, I think the lack of documentation on how duckdb functions -- in terms of how it loads these files etc are some of the reasons companies are not even trying to adopt duckdb. I think blogs like this is a great testament for duckdb's performance!
vysakh0
·9 mesi fa·discuss
I'm ready to feed the context again if it gets better result. Is this convenience comes at a cost of better result?
vysakh0
·2 anni fa·discuss
In 2025, many SaaS companies are racing to define their AI strategy. While there are plenty of grand visions of fully autonomous “agentic” products, there’s also a more immediate, practical solution that’s surprisingly powerful: a chatbot-driven user experience.

At Databrain, we’re building a modern business intelligence platform. Anyone who’s ever used tools like Tableau or Power BI knows how complex these systems can become—so much so that companies offer certifications just to confirm you know where to click to accomplish certain tasks.

And it’s not just BI. Many SaaS products are brimming with features that users often struggle to discover. Customers scour documentation or call support just to learn how to perform a seemingly straightforward action. Why should users be forced to memorize new menus and workflows? Why invest so much cognitive effort into navigating a product?

Enter the chatbot-driven UX: Rather than forcing users to master every nook and cranny of your interface, a chat-based system lets them simply tell the AI what they want. The AI can guide them to the correct page, perform the requested action, and allow the user to verify or tweak the outcome in real time. It’s a natural stepping stone on the road to “agentic” interfaces, where the AI does most of the heavy lifting but still leaves room for human oversight.

I recently built a prototype to illustrate this concept. At Databrain, we plan to launch this feature soon as part of our platform’s evolution. We previously tested an “AI data assistant,” but it didn’t fully catch on—mainly because people want to trust the output, and they get concerned when it isn’t 100% accurate. Now, I’m convinced a “co-pilot” approach, where humans remain in control while AI assists in routine tasks, is the right balance. This chatbot-driven UX is our first step in that direction.

Ultimately, the idea is to minimize the user’s cognitive burden and accelerate the path to actionable insights. We’ll share more about our progress at Databrain in the coming days, but I’m excited to see how this approach changes the way people interact with complex SaaS products.
vysakh0
·2 anni fa·discuss
Looks interesting! Even without voice, it would feel great. Btw, I couldn't do any other actions like scroll or click on other links, it would be nice if there is a way to get back to the demo when needed.
vysakh0
·2 anni fa·discuss
It doesn't return the data as pandas dataframes, I think pandas ai would be a better if you're looking into something more specific to pandas and chat with db.
vysakh0
·2 anni fa·discuss
This is interesting! So it autocompletes based on the DB schema and improves a DB admin's workflow?
vysakh0
·2 anni fa·discuss
Just realised there is a key difference based on another comment. Adding the same again here.

I think it is the approach — especially on error where it fixes on its own. In Dravid for eg if you say “create elixir project” if elixir is not installed, it will try to install on its own and if there is architecture like for eg M1 related it will fix those errors and finally creating the elixir project. There is no hand holding required.
vysakh0
·2 anni fa·discuss
I think it is the approach — especially on error where it fixes on its own. In Dravid for eg if you say “create elixir project” if elixir is not installed, it will try to install on its own and if there is architecture like for eg M1 related it will fix those errors and finally creating the elixir project. There is no hand holding required. That’s the main difference
vysakh0
·2 anni fa·discuss
Thank you! I have a section for contribution, I want to add more examples on how one can contribute using the tool, they don’t need to do much. They can have an idea or suggestion and the tool can do the work for them. I want more people to contribute to make it better user experience and solved problem.
vysakh0
·2 anni fa·discuss
@kosolam I haven't extensively used aider.chat to compare. One option that exists in Dravid would be "dev server monitor" part, which listens to the errors as the dev server is starting and then autofixing it. But aider.chat is definitely feature rich with docker, playwright and several things. This (Dravid) tool is a minimal terminal specific coding framework.
vysakh0
·2 anni fa·discuss
@sigoden this is pretty neat!
vysakh0
·2 anni fa·discuss
@reallymental heheh, maybe I thought I need a realiable AI coding assistant like Rahul Dravid :) And I can say I'm so far relying it suited to my workflow.
vysakh0
·2 anni fa·discuss
@CGamesPlay

Metadata: For a fresh project that is initiated by this tool, it creates a base metadata file (drd.json in this case) and updates as and when there is new changes. For a new project, you can run a command `drd --i` which would initialise a metadata based on recursively checking each file content (multiple LLM calls).

Once the metadata file is created, for the subsequent questions it referes metdadata file for the releveant files and loads those file's content into context. For eg, i ask "can you refactor query's main", it would look for "src/query/main.py" and load the content into the context and then respond.

"dev server monitor": I have tried with scenarios when the module doesn't exists, and it installs and rewrites the modules, type error it fixes. It does all the fix each time and does the restart. I may be biased, it seems to work most of the times I tried. Even during the time if its fix is not correct, it gets it in the next attempt. Need to test in more scenarios.

Actually the main command if you try "drd 'create a sample elixir proj'" it will run into error coz elixir doesn't exist and it will try to install and recursively heal until it figures out similar to restart. I thought this is a great usecase, and I have been using this to create some other python projects. Thanks for pointing out "dev server monitor" could be a killer feature!!

Btw, this is tweet thread with videos attached for each example https://x.com/vysakh0/status/1811790449016779261
vysakh0
·2 anni fa·discuss
For the last two weeks I have been using Claude extensively for my coding experiments.

Made this CLI tool to automate it. And to fix errors by sending it back to the claude api. Also included the vision API to build based on images.

I built this using this tool itself partly.

Probably OpenDevin, Agents is the future, maybe even Cursor like autocomplete, for now I find this approach useful.

Added some examples in the README. Would love some feedback, this is my first python library that I published.