Live data from Hacker News

Hacker News Activity Analysis with GPT-4 Agent

eu.getdot.ai

51–54 of 54 posts

Re: Hacker News Activity Analysis with GPT-4 Agent

#51
post #26

Earlier quoted context omitted.

Security is an interesting challenge. The way we approach it is that we assume the LLM will spit out actions that are wrong or harmful. So everything needs to be handled with old school permissions. Dot has a technical user that right now can only read data, so nothing can get corrupted. And second we have an extra layer where we make sure that the user who asks the question has access to the tables that are accessed…

That sounds like the right way to handle it. What about the Python code that is run? That seems harder to lock down than the read-only data permissions.

Python is hard, right now we utilize OpenAI's code interpreter for that, which isolates the workloads pretty well at the cost of speed. I'm hoping we can improve that trade-off in the coming weeks.

Re: Hacker News Activity Analysis with GPT-4 Agent

#52
I would be interested in a comparison of the difference in average engagement between typical stories and stories that fall under "Show HN" ? or "Ask HN" ?

Also a little curious why you didn't choose that heading for this story too but maybe you have already run all the numbers .... ?

Re: Hacker News Activity Analysis with GPT-4 Agent

#53

I would be interested in a comparison of the difference in average engagement between typical stories and stories that fall under "Show HN" ? or "Ask HN" ? Also a little curious why you didn't choose that heading for this story too but maybe you have already run all the numbers .... ?

Great question! Here is Dot's answer: https://eu.getdot.ai/share/4e80130e-9c0c-4a62-b382-402a978e0...

We actually wanted to post it as Show HN, but dang advised that since it is not directly interactive it is more of a regular post.

Re: Hacker News Activity Analysis with GPT-4 Agent

#54
post #36
post #34

Has anyone seen a project such as this which is open source? I am not saying this project should be, it’s just that my pet project is something very similar and I am sure some people must be building this in the open?

The biggest project I am aware of is the SQL agent from langchain. It definitely gets you started and is great imo for single developers or small technical teams.

Ok thank you
Post reply on HN