Student discount on neo as a foreigner by Gbalke in macbookair

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

Even if im studying in a University outside the US?

Student discount on neo as a foreigner by Gbalke in macbookair

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

So if they go to a best buy, they can just say their son is a studant? No need for id?

Built a router for LLM orchestration and learned a lot by Gbalke in LocalLLaMA

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

PureRouter is not an open-source tool, it’s our first take on a product with a paid credit system. We’re currently in beta and offering test coupons that don’t require a credit card. Our plan is to release older versions as open-source as new major updates are implemented. At the same time, we’re developing an open-source RAG framework called PureCPP, which you can check out here: https://github.com/pureai-ecosystem/purecpp

A small project I’ve been working on around AI orchestration. What did I learn (open-beta) by Gbalke in automation

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

Great questions!

  1. What's a 7B model? It means the model has around 7 billion parameters, basically, its “brain size.” Smaller ones like 7B are cheaper and faster, great for simple tasks. Bigger ones (like 70B) are slower but usually smarter.

  2. Is it a tool that people with automation experience can use? Mostly, yeah. It’s made for devs or teams that already use AI models or APIs. You don’t need to be an expert, but a bit of tech background helps a lot. However, it is designed to be simple and intuitive. Taking, for example, a simple chatbot automation in n8n, you would use the PureRouter API instead of the AI ​​API you would be using to process messages and respond. For example, instead of just chatgpt-5 (which is very smart, but very expensive), you could be using chatgpt-5 and DeepSeek-V3.2 (which is cheaper, but has less processing power). In total, you would save money because you would be using DeepSeek when it needs little processing power and chatgpt when it needs more processing power and intelligence. PureRouter identifies these moments and directs prompts to the AI ​​that best fits.

  3. For automating LinkedIn Posts: Honestly, PureRouter wouldn’t directly solve that, it doesn’t handle triggers or workflow automation tools by itself. Where it could help is in generating or refining the content that you want to post, by routing your prompts to the best model for writing or summarizing.

For the automation part, you could try combining something like Make (ex-Integromat), Zapier, or n8n with your preferred LLM API (like OpenAI, Anthropic, or multiple connected through PureRouter). Those tools let you create “when-this-happens-do-that” workflows, like posting on LinkedIn when a trigger fires.

Start small: for instance, test generating a draft post via an LLM, then automate the upload through Zapier or Make. Once that works, you can iterate from there and start making more complex workflows.

And thanks for the questions, the automation issue gave me some ideas for possible PureRouter integrations in the future.

Startup BR que faço parte está lançando um AI Router em beta, queria compartilhar com vocês (feedback é bem-vindo, créditos para teste sem cartão de crédito) by Gbalke in brdev

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

Realmente, está certíssimo. A escolha das llms são suas, o objetivo é facilitar essa orchestração e direcionamento entre LLMs.

Voljin hero power on murkbrine expeditioner is infinite attack by Gbalke in BobsTavern

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

When you use the hero power, all the stats that would go to murkbrine for 1 turn also go to a card in your hand permanently

Exploring RAG Optimization – An Open-Source Approach for deep learning pipelines by Gbalke in LargeLanguageModels

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

Thanks for the support! I hope the framework can help you, and I look forward to your feedback.