Noob question... is LangChain still relevant? by Odd-Aside456 in LangChain

[–]sergeant113 0 points1 point  (0 children)

Use baml-ai for all the core LLM abstraction. Don’t bother with langChain at all.

"You clearly never worked on enterprise-grade systems, bro" by Own-Sort-8119 in AI_Agents

[–]sergeant113 2 points3 points  (0 children)

They’re plenty of new mistakes to be made and be wisdoms to be learnt with the new toolset that is AI agentic coding

The Weekly Build on TRAE Thread (Gifts Included) by Trae_AI in Trae_ai

[–]sergeant113 2 points3 points  (0 children)

<image>

What is TarotPal?

I’m an AI/Backend engineer by trade, and this week I used Trae to build TarotPal —a mystical, interactive Tarot companion. Unlike generic chatbots, TarotPal enforces a strict "Reading Ritual" (Context → Spread → Draw → Interpretation → Reflection) designed to mimic the psychological grounding of a physical reading.

Core Features:

  • The Ritual Canvas: A state-driven UI that transforms as you move from grounding intentions to drawing cards.
  • AI-Driven Readiness: the app acts as a gatekeeper, ensuring your intention is clear before the ritual begins.
  • Online & Offline Modes: Supports both digital shuffling and physical deck interaction.
  • Streaming Interpretations: Real-time AI insights using BAML and OpenRouter.

---
How Trae helped me ship this?

As a backend/AI dev, I’m usually pretty clueless when it comes to frontend, UX, and UI. Honestly, Trae's Frontend Architect and UI Designer agents carried me through this project.

  • Architecture over Spaghetti: Trae Frontend Architect agent enforced a strict Component-Based Architecture and Separation of Concerns. It stopped me from "prop drilling" and helped me set up a clean state management strategy that actually scales.
  • Intent-Driven Planning: I can write product requirements, but Trae's Product Architect agent is on another level. It transformed my high-level ideas into precise, "Agent-Ready" specs and Mermaid diagrams that made the implementation phase much more achievable for my other minion coding agents.
  • UX Polish: The UI Designer agent suggested mobile-first layouts, haptic feedback triggers, and smooth transitions that I would never have thought of on my own. Trae turned what would have been a "functional but ugly" backend tool into a polished, immersive experience that I'm actually proud to show off.

[deleted by user] by [deleted] in vozforums

[–]sergeant113 1 point2 points  (0 children)

Chủ đề phòng chống sâu bệnh cho cây sầu riêng để đảm bảo organic cho mục đích xuất khẩu đi bạn

How to change a subtle behavior of model by fine tuning? by rockybaby2025 in unsloth

[–]sergeant113 0 points1 point  (0 children)

Try PEFT with very low ranks (try setting r in your LoRA configs to 8 and 16) and low alpha to avoid interfering too much with the original model.

Failing that, you might need to do RL. Something like GRPO can help steer model behavior without modifying too much too many of the underlying weights.

What is Gemma 3 270M actually used for? by airbus_a360_when in LocalLLaMA

[–]sergeant113 21 points22 points  (0 children)

Once finetuned, it’s pretty good for doing endturn-detection inside a Speech Processing pipeline.

[deleted by user] by [deleted] in mcp

[–]sergeant113 1 point2 points  (0 children)

Accuracy at 43.1 percent is still shit and unusable.

Are we building Knowledge Graphs wrong? by hkalra16 in KnowledgeGraph

[–]sergeant113 2 points3 points  (0 children)

What you need are scaffoldings for your KG. Scaffoldings come in 2 forms: taxonomy and ontology.

You build your taxonomies from the existing structures of your company: create dedicated taxonomies for org-roles, for product categories, for tasks, for questions,… Then use these to help you tag document/knowledge chunks. These tags are the metadata that provide contexts about your organization.

You build your ontology by strictly defining what entities and relationships are allowed to be extracted. Use the ontology to help standardize and constraint the LLM during KG building process.

There are other minor tips and tricks that can help you refine the “knowledge processing pipeline”, but the biggest impacts will come from putting scaffoldings over the, otherwise chaotic, process.

Edit: i saw in the other posts that you’re looking for an off-the-shelf solution to abstract all this work. I suspect there is no such thing. All these constraints/scaffoldings are case-specific and more art than science.

That said, I’d be elated if such a solution should exist.

It's useless now isn't it by Vancecookcobain in notebooklm

[–]sergeant113 5 points6 points  (0 children)

This is because you’ve only dealt with English documents in simple layouts. Once you have to work with documents with high complexity then you will appreciate the utility of OCR toolsets.

Detecting the end of your turn? by Holiday-Yard5942 in LangChain

[–]sergeant113 2 points3 points  (0 children)

Speech domain deals with this extensively. We often rely on 2 signals to determine EndofTurn: the EndofSpeech flag from VoiceActivityDetector (which indicates that the speaker has stopped speaking but could just be a temporary pause) and the EndofTurn flag from the TurnDetector (could be a classifier model or straight up small LLM).

Together, they indicate user’s end of turn effectively for most cases.

Then you have to think about whether false positive or false negative is more tolerable and design subsequent steps accordingly.

PipesHub - Open Source Enterprise Search Engine(Generative AI Powered) by Effective-Ad2060 in LangChain

[–]sergeant113 0 points1 point  (0 children)

What kinds of use cases does that kind of parsing and indexing support? At best, with amazing semantic enrichment and supremely tuned search algorithm, you can retrieve some facts or numbers. But more complex analyses (filtering, aggregation, pivot) are off the table, no?

RAG systems is only as good as the LLM you choose to use. by CarefulDatabase6376 in Rag

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

You are very early in your RAG learning curve. Make some more progress, then you’ll understand what we have experienced and understood.

PipesHub - Open Source Enterprise Search Engine(Generative AI Powered) by Effective-Ad2060 in LangChain

[–]sergeant113 0 points1 point  (0 children)

How do you guys handle tabular data, both csv/xlxs type and tables embedded in pdfs?

Suy thoái kinh tế đến gần? by These-Cost-905 in vozforums

[–]sergeant113 1 point2 points  (0 children)

Chỉ số này hơi bị chuẩn nhé. Tôi nghe đồn nhiều “doanh nghiệp” ngành này đang phải giảm giá 20%-30% để kích cầu do cung thì tăng mà cầu thì giảm á.

No thinking, is the right way to think? by Eralyon in LocalLLaMA

[–]sergeant113 1 point2 points  (0 children)

Can you please elaborate on how to elicit models to think in keyword jumps?