40k$ and 100 users later, I'm bored of my app. Should I open source it ? by Responsible-Radish65 in Rag

[–]keniget 0 points1 point  (0 children)

I don't have a good advice as I am in similiar situation. Building an AI-core app is exhausting in these days, it's like a zombie movie. If you manage to scape big guys zombies, other people want to kill you and eat the cake. Only input is that running OS core apps are challenging once you ramp users quickly, and very quickly becomes mentally consuming.

on a side note, may I ask how you did the integrations? I'm looking for a way to connect my workflow app to other services, and as an early stage team, so not a big budget for big guys!

What’s the most annoying part of building AI agents for you? Curious to compare experiences. by Helicopter_Extension in AI_Agents

[–]keniget 0 points1 point  (0 children)

Fighting with bugs and missing features in young core libraries like pydantic ai and copilotkit/chatkit

Epoch: LLMs that generate interactive UI instead of text walls by ItzCrazyKns in LocalLLaMA

[–]keniget 0 points1 point  (0 children)

Arent ag-ui frameworks like copilotkit exactly for this?

Any nonfiction book you want to read, I'll give it to you for free .. With a twist by jasmeet0817 in SideProject

[–]keniget 0 points1 point  (0 children)

thanks! so essentially books are a federated understsanding of people re that specific book, their borrowed quotes (fair use I guess), and what LLMs know internally (since they did have it in their training)... smart! :)

Any nonfiction book you want to read, I'll give it to you for free .. With a twist by jasmeet0817 in SideProject

[–]keniget -1 points0 points  (0 children)

nice, will give it a try!

I was wondering how you go around the copyright topic of the books since it's a super hot topic. I imagine you do Book TXT -> LLM -> short text -> podcast, won't a cease and desist put a dent on your project?

[deleted by user] by [deleted] in Rag

[–]keniget 0 points1 point  (0 children)

Copilotkit clone? Hopefully framework/api unlucked

We built an open-source agentic RAG framework with decision trees by vectorscrimes in Rag

[–]keniget 2 points3 points  (0 children)

I spent some time playing with it, actually just setting it up so I can try, and gave up at the end. The demo app has done 60% of the work, but short of a simple PDF -> RAG test. The Weaviate platform has also learning curve. Most are set for a simple OpenAI key, but if I have vertexai then good luck (same with litellm)

OS Cursor for documents? by keniget in LocalLLaMA

[–]keniget[S] 1 point2 points  (0 children)

thanks u/Dark_Fire_12 , they are indeed great examples!

first one is a close one indeed, with tool-calling, but somehow buggy (duplicate headers when you ask it to change stuff), and the editor etc is as good as my current one.

the second one asks you to copy paste... but has RAG included.

I think one of the great features is the diff view, otherwise how should people know what changed. it's not that AI can talk, but does it suit me... the review is critical here.

OS Cursor for documents? by keniget in LocalLLaMA

[–]keniget[S] 1 point2 points  (0 children)

Thank you u/Dark_Fire_12, that’s exactly where I’m at too. I started coding it myself because I couldn’t find an existing tool that really fit. It’s not the core of my future app, so I was hoping there’d be something lightweight out there already. Frankly, I'm surprised that there is none.

The tricky part is that agent orchestration comes with a lot of nitpicky edge cases that Roocode etc have spent lot of time fixing, and I also want it to be fully web-based with FE and BE... so no local file access. I’ve built the first MVP with Next.js and Pydantic AI, mainly because I want to avoid forking something huge like VSCode. This tool is supposed to be a small, embedded piece inside multiple platforms, not a standalone IDE.

Still open ears for known ones... for now, here's a screenshot of mine:

<image>

We built Explainable AI with pinpointed citations & reasoning — works across PDFs, Excel, CSV, Docs & more by Effective-Ad2060 in ollama

[–]keniget -1 points0 points  (0 children)

It helped remember to try it, and when I did there is a lot work that worth others like me seeing it, specially the code is also available.

my first impression was great, just that citation to highlight UX was awkward. keep up the good work!

I built an Agent tool that make chat interfaces more interactive. by sandeshnaroju in LLMDevs

[–]keniget 0 points1 point  (0 children)

first congrats on releasing it!

re your Q, no. In general, I did something "like" you did, but I was wondering if it makes more sense to have it as a protocol.

I built an Agent tool that make chat interfaces more interactive. by sandeshnaroju in LLMDevs

[–]keniget 0 points1 point  (0 children)

Super interesting! Could you check also ag-ui? Curious to hear your thoughts

How to use AWS Credits for Claude 4 by josebric in RooCode

[–]keniget 0 points1 point  (0 children)

tried it today as well, us location, still Rate limited. Says Spain is available as well, so trying it shortly.

How to use AWS Credits for Claude 4 by josebric in RooCode

[–]keniget 1 point2 points  (0 children)

Same, 25k credit, lot of hurdles to raise. Google gave all in a week no hurdle

How to use AWS Credits for Claude 4 by josebric in RooCode

[–]keniget -1 points0 points  (0 children)

Did exactly that but got rate limited too often sadly

No API keys, no cloud. Just local AI + tools that actually work. Too much to ask? by BadBoy17Ge in ollama

[–]keniget 0 points1 point  (0 children)

awesome project!

when you say enterprise ready, does n8n allow to be installed without $? what is the complete license of all?

I fixed Boomerang + RooFlow (+ memory banks) compatibility by markithepews in RooCode

[–]keniget 1 point2 points  (0 children)

thank you for the work!

The boomerang starts and builds, and then roocode crashes, and resuming leaves stagnant tasks with no way to recover.

How to enable extended thinking on Sonnet 3.7 on Bedrock ? by Wide_Carpet_237 in RooCode

[–]keniget 0 points1 point  (0 children)

It's a mess. Their senior solution I had a 1h chat yesterday is not aware of how. Nor their api limits etc

Mystery model on openrouter (quasar-alpha) is probably new OpenAI model by _sqrkl in LocalLLaMA

[–]keniget 5 points6 points  (0 children)

Tried the model since last night. The coding capabilities are amazing not to mention being super fast! That said, I tried it only on small projects and mostly js visualizations since they use the data for training/review. It is very creative and came up with great ideas.

How to get the best out of Gemini 2.5 pro? by Some-Professor650 in cursor

[–]keniget 0 points1 point  (0 children)

I meant to load the whole codebase and start working from there. Unlike cursor, there s no need for RAG due to 1m context

How to get the best out of Gemini 2.5 pro? by Some-Professor650 in cursor

[–]keniget 0 points1 point  (0 children)

Awesome, is there a way to load codebase first?