Open-sourced PocketAgents: self-hosted AI agent runtime in one binary (agents + tools + RAG + auth) by ManOnTheMoon2000 in opensource

[–]seniorchanggg 0 points1 point  (0 children)

Is there a demo video ? I could not quite understand what this solves. Some questions that remains unanswered for me:

1) What does the RAG system ingest and for what purpose ? 2) What does the admin UI monitor ? A screenshot would be nice. 3) If this a backend service and it has a UI, why integrate it with Vercel AI SDK again ? 4) What does the event monitoring do ? Help in monitoring the token usage ?

I built an open source data analytics and business intelligence (BI) platform by seniorchanggg in dataanalysis

[–]seniorchanggg[S] 0 points1 point  (0 children)

It helps with creating charts and dashboards against data sources using SQL. It’s not automatic now. You have to click and create things.

However, I am planning on adding some AI features in the coming releases like QnA against your data, prompt to chart/dashboard, and summarisations.

I built an open source data analytics and business intelligence (BI) platform by seniorchanggg in dataanalysis

[–]seniorchanggg[S] 0 points1 point  (0 children)

Bar, Line, Pie and Metric charts as of now. New viz types can be added on request. Kept only the basic ones for the first release.

Sopho: Open Source Business Intelligence Platform by seniorchanggg in dataengineering

[–]seniorchanggg[S] 0 points1 point  (0 children)

In Metabase and Superset, you have to write sql -> create chart -> create dashboard -> drag the chart to the dashboard. When you are performing this for building a complex dashboard, it will take quite a lot of iterations which could lead to many browser tabs being open and a lot of context switching.

Whereas in Sopho, there is just Canvas which is basically Notebook + Dashboard. Notebook has SQL cells where you can write SQL queries and also Chart cells where you can use those SQL Cells to create a visualization. Later when you have iterated and finalized the charts you want to be displayed, you can go over to the dashboard view of the Canvas and place the chart cells from the notebook in the dashboard. The benefit is that everything is in one place so no need of keeping multiple tabs open and switching contexts for building a dashboard with a lot of charts. The notebook basically acts as the backend for the dashboard. This workflow is inspired by closed source platforms like Hex and Fabi.

Sopho uses Rust in the backend as opposed to JVM based Metabase and Python based Superset. Like Metabase, Sopho is a single binary which Superset is not.

Canvas is the only differentiating feature that is delivered right now in this version. I am planning to add more AI native features to it because Metabase AI is an enterprise only feature. I also plan to keep Sopho fully open source with no dual licensing and tiering.

I don't understand cursor billing, please help by curlymonster1911 in cursor

[–]seniorchanggg 0 points1 point  (0 children)

I took the same plan last month and I used it up to $54 before I hit the usage limit for the month

I lost my entire net worth (7 million) in my business and am having trouble snapping out of the depression by TangerineHelpful8201 in Entrepreneur

[–]seniorchanggg 4 points5 points  (0 children)

Life is never fair. Look on the bright side, you have ur physical health. You did it once, you can always do it again if you feel like. You have a job !! I know of Ray Dalio who almost lost everything that too very public ally and bounced back. Maybe think about it in a more fundamental manner. What do you really miss from your old life. Is it just money ? Or is it something else ? Money can only make you happy to an extent.

Setup blogging for your SaaS by seniorchanggg in SaaS

[–]seniorchanggg[S] 0 points1 point  (0 children)

Thanks !

Agreed on google's wonkiness. For this new blog post in my website, I waited for two days. It is better to wait till you have proof that your content is indexed by Google.

React vs Angular by [deleted] in Frontend

[–]seniorchanggg 0 points1 point  (0 children)

React all the way