Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

Our open-source RAG app, Verba, can now run Ollama models locally to embed documents into Weaviate and generate answers without your data leaving your device! I tested it with Llama3, and it works great + super quickly on my M2; In this recording, I'm doing a little Verba-ception, asking...

125,582 Aufrufe • vor 2 Jahren •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

New open-source agent harness just landed! I got early access to TrueForge by TrueFoundry and have been running it locally for the past few days. The harness layer deserves as much attention as the model, and open source matters here because you can inspect the loop, run it on your own infrastructure, and swap to the latest or cheaper models. TrueForge handles the runtime work that makes an agent reliable. It drives the tool-calling loop, manages context, coordinates subagents, and executes code in a sandbox, with any model you choose. Every tool call re-sends the growing context to the model, so in practice the harness controls most of what an agent costs to run. A few things stood out from my testing and their published benchmarks. Vendor-Neutral by design. It runs OpenAI, Anthropic, and Google models alongside open-weight models like Kimi, GLM, and DeepSeek. Model routing is a setting, and you can send each task to the model that fits it. On a 14-task enterprise agent benchmark, it matched the accuracy of Claude Managed Agents running the same Opus 4.8 model at roughly 30% lower cost per run (3.8M tokens vs 10M for the same answers). Routing the same tasks to GLM-5.2 held accuracy and brought cost down by about 75%, around $3 per run instead of $12. Fully self-hosted and Open Source (MIT License). I had it running locally with one command, with sandboxed code execution working out of the box. It's time to own your agent harness. Thanks to TrueFoundry for partnering on this post.

elvis

11,303 Aufrufe • vor 11 Tagen

1. Start by training ChatGPT as an academic writing assistant. You can do this with Custom Instructions. Open ChatGPT, click on your profile photo, and select Custom Instructions. Paste the following Custom Instructions in ChatGPT: What would you like ChatGPT to know about you to provide better responses? Introduction: I am an [experienced academic /scientist] with a PhD in [your field]. I work as a [your current academic status] at the [name of your university]. Research Interests: My current research project looks at [details about your project]. I also teach undergraduate and graduate courses on [details about the courses you teach]. In the past, I have published work on [a few details about your published work]. You: You are going to act as my research assistant. You will help me with brainstorming research questions, simplifying complex topics, mock peer review, and polishing academic prose. You will help me with critiquing drafts of the papers I am working on. You will also engage with me in a Socratic dialog and challenge my opinions so that I am aware of any blind spots I may have. Based on our conversations, you will suggest new and exciting directions that I can develop my work in. How would you like ChatGPT to respond? You will respond like an academic colleague. Any claims, opinions, or figures that you cite in your responses must be cited with reference to an authentic and published source. You will never make up any sources of your own. If you are unsure about a source, you will say that you don’t know. You will never say you are an AI model since I already know that. Repeating it is a waste of both time and resources. Your responses should be clear and precise, and you will never use more words than are necessary. You will always be very economical with words, but you will not compromise on clarity and precision of your answers. You will follow my instructions strictly. If I ask you to limit your answer to two sentences, your answer must be two sentences only.

Mushtaq Bilal, PhD

113,257 Aufrufe • vor 2 Jahren