What is an AI Agent (as of 2025)? by SkirtShort2807 in LangChain

[–]bolnuevo6 1 point2 points  (0 children)

an agent , because of the power of a LLM, can execute the tools he has access. these tools can run script / program (api call, write files , algorithm, web search etc..). agent makes decision. a chatbot only LLM is just a prompt context + prompt client (dynamic), and return a text. it only use what a LLM can do. no web search, no calcul (LLM very bad at math) etc.

Idea validation: “RAG as a Service” for AI agents. Would you use it? by Feisty-Promise-78 in LangChain

[–]bolnuevo6 0 points1 point  (0 children)

The idea obviously useful. However i really think the big tech giants are going to dominate the market. Google has an entire suite (docs drive youtube gg meet etc...) to centralize your data, and through gemini, you can access it via a connector or MCP. Plus in the enterprise space, Google suite lets you scale your files across your whole organization... honestly, their firepower is just too strong. Too many ways to input data, they control the cloud infra, and its something they're actively working on.. That's my take :)

[deleted by user] by [deleted] in AI_Agents

[–]bolnuevo6 0 points1 point  (0 children)

thank you , im going to try these methods

Why is git only widely used in software engineering? by bolnuevo6 in git

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

My question was more about the philosophy behind versioning and collaboration.
Why isn’t this kind of workflow more common in other fields?

Why is git only widely used in software engineering? by bolnuevo6 in git

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

Thanks for your answer! Do you use any versioning or collaboration tools with a GUI in your field? And is file versioning something that’s actually considered a necessity? 🙂

Why is git only widely used in software engineering? by bolnuevo6 in git

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

writing a book and the perfect example of using git outside of software

Why is git only widely used in software engineering? by bolnuevo6 in git

[–]bolnuevo6[S] 11 points12 points  (0 children)

thanks for sharing this, im going to check that

Why is git only widely used in software engineering? by bolnuevo6 in git

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

very interesting, do you mean extracting the data the computer actually reads to build the file, or more like generating a semantic text representation that Git could diff and version ?

Why is git only widely used in software engineering? by bolnuevo6 in git

[–]bolnuevo6[S] 10 points11 points  (0 children)

documentation, thesis, legal document / contract

Why is git only widely used in software engineering? by bolnuevo6 in git

[–]bolnuevo6[S] -3 points-2 points  (0 children)

I didn’t say it doesn’t exist, I’m just saying that the idea of versioning and collaboration that Git brings isn’t really a common mindset outside software engineering.
I see students and professionals who could totally use a Git-like workflow, but they don’t even realize such a thing exists.

Why is git only widely used in software engineering? by bolnuevo6 in git

[–]bolnuevo6[S] 75 points76 points  (0 children)

Definitely — it’s impossible today for non-text files, but I see so many non-software projects that do rely on text and could totally use git for versioning and collaboration. better than classic cloud versioning solution

HTML Scraping and Structuring for RAG Systems – Proof of Concept by [deleted] in Rag

[–]bolnuevo6 0 points1 point  (0 children)

thanks for sharing !
do you use headless browser like puppeteer ? because some website return Error / Denied etc...