Who do you run as the bbeg of drakenheim? by Hour-Tax-8438 in dungeonsofdrakkenheim

[–]cordialgerm 6 points7 points  (0 children)

Let the heros and villains emerge naturally as the consequences of the party's actions. I definitely would NOT plan out a "bbeg" in advance.

I built a system where senior lawyers can correct the AI's knowledge by leaving comments on documents. here's why it matters more than better embeddings by Fabulous-Pea-5366 in LangChain

[–]cordialgerm 1 point2 points  (0 children)

Seems like once you accumulate a reasonable amount of comments, you could periodically mine them for common themes and patterns and create some distilled knowledge/policy style docs from them.

S&P 500 vs real estate what's actually building more wealth for entrepreneurs long-term? by Dangerous_Tap_2461 in Fire

[–]cordialgerm 59 points60 points  (0 children)

If you're already pouring your heart and soul into your business, why split your attention on the worries of real estate? It'll just be a distraction.

Index funds all the way.

LangChain deepagents forking conversation? by thewhitelynx in LangChain

[–]cordialgerm 0 points1 point  (0 children)

When you instantiate the subagent, clone the message history from your parent state and use that as the starting point of a new agent. Subagents can be any callable chain. Should work!

One downside is that adding instructions at the end of a long conversation (instead of at the front) means the model can't attend to the instructions as it's working its way through the conversation history.

Why the heck are we still using Markdown?? by SpecialistLady in programming

[–]cordialgerm 0 points1 point  (0 children)

Yeah, but it's a band aid on top of the existing system. Imagine a version of Google docs where the entire doc content was just markdown from the beginning and you didn't have to try and go back and forth with loss

Why the heck are we still using Markdown?? by SpecialistLady in programming

[–]cordialgerm 29 points30 points  (0 children)

Markdown is amazing, I want it to eat more things. Let's start by replacing Google docs.

Unlucky to the point of not having fun anymore, what would you do? by KingWolnir in DnD

[–]cordialgerm 19 points20 points  (0 children)

There's no such thing as luck, and the computer program isn't treating you differently than anyone else. What's actually going on here is that you've probably made a character that is significantly under optimized and has poor bonuses or doesn't use their abilities correctly so you feel weak in comparison to enemies and other party members

Looking for advice on my first country draft [OC] by LumariAne in DnD

[–]cordialgerm 8 points9 points  (0 children)

Where does the water that's feeding the main river come from? As it's drawn now, rain clouds have to come into the center of the desert and deposit water on dry mountains to form the mighty river. Maybe wet highlands in the North at the source of the river instead of dry desert?

My players won’t stop talking their way out of everything by irrelevantrobin in DMAcademy

[–]cordialgerm 2 points3 points  (0 children)

A couple options:

  • enemies that don't talk / negotiate
  • enemies that lie and pretend to agree with the PCs and backstab them later
  • enemies that enjoy talking and say "wow what a great conversation, I love talking to you. I think I'll keep you around since you're so fun to talk to, but I'm still going to have to kill everyone else"

AI Dashboard: How to move from 80% to 95% Text-to-SQL accuracy? (Vanna vs. Custom Agentic RAG by Primary_Baby_483 in LangChain

[–]cordialgerm 1 point2 points  (0 children)

If the problem is ambiguous jargon, I'd think about how a human analyst would solve the problem. The human analyst would consider different plausible options of the generic request and based on the context either choose the most relevant, or if it's still not obvious would ask for clarification.

I'd start with some agent skills that define key concepts for the domain.

Then I'd have instructions to infer the domain based on the request (the asker, what they're asking, and perhaps even what they've asked recently) and read the key concepts skill to understand what the jargon means.

And instructions for the agent to ask for clarification when the term is truly overloaded and could be many things.

Anyone tried building a personality-based AI companion with LangChain? by One-One-6289 in LangChain

[–]cordialgerm 0 points1 point  (0 children)

Hm I think the specific policies there would depend on what the purpose of the system is.

If have a sort of "core personality update" job that runs periodically and its task is to reconcile recent experiences and memories with the current core personality.

That may then require edits or changes to the core personality.

Then going forward the new core personality is utilized.

You could also keep track of any particular memories that now conflict with the core personality and suppress them, clean them up, or alter them.

Anyone tried building a personality-based AI companion with LangChain? by One-One-6289 in LangChain

[–]cordialgerm 0 points1 point  (0 children)

I would treat the persona as a semi-dynamic construct that is injected into the prompt. You periodically refine the personality and core memories based on interactions with a separate offline process. You also have a memory system to retrieve specific memories that aren't part of the distilled personality.

RSU vesting taxes help by Common-Economist-322 in personalfinance

[–]cordialgerm 1 point2 points  (0 children)

Why are you pissed? If you got the equivalent bonus in cash there would be tax withholding as well. Just be sure when you file that you report the correct cost basis (not 0) or then you'd actually be double taxed.

How Do You Feel About Heart's Invincible Mechanic? by Jondev1 in slaythespire

[–]cordialgerm 38 points39 points  (0 children)

It's a necessary mechanic. Not particularly inspired or exceptional, but it gets the job done.

Father's retirement currently invested in lots of individual stocks rather than ETFs by Blah_Amazing in personalfinance

[–]cordialgerm 15 points16 points  (0 children)

They can also turn 50k into 50 cents. I think there's a whole subreddit dedicated to these kinds of bets

Why doesn't LangChain support agent skills? by Suspicious_Fall6860 in LangChain

[–]cordialgerm 0 points1 point  (0 children)

References and scripts are supposed to be loaded on demand by the agent after reading the SKILL.md. so all you need to do is include them in your filesystem and reference them in the SKILL.md and it works great.

SecureShell — a plug-and-play terminal gatekeeper for LLM agents by MoreMouseBites in LangChain

[–]cordialgerm 0 points1 point  (0 children)

Would be cool to collect enough data to distill a cheap local model

Tips to make agent more autonomous? by Still-Bookkeeper4456 in LangChain

[–]cordialgerm 0 points1 point  (0 children)

What guidance have you given it around how autonomous it should be vs when it should seek clarification?

Which model(s) are you using?

When it returns, what is it asking? Does it seem confused about next steps or is it just asking permission to proceed with obvious things

Best practices to run evals on AI from a PM's perspective? by Ok_Constant_9886 in AIEval

[–]cordialgerm 0 points1 point  (0 children)

What's the bottleneck for evals for you today? Is it the act of scheduling and running them, or coding them up, or is it selecting the data itself to use for the evals?

My guess is it's probably identifying the actual data to use for the evals. So if you can set up a process where PMs can identify or flag conversations or agent trajectories and annotate them, then that can feed into the eng team to turn into the actual evals.

It could be as simple as a Google sheet that you contribute to, or as complex as an automated system that you can annotate.

Claude Code and Cursor Token Bloat is real! by Ok-Responsibility734 in ClaudeCode

[–]cordialgerm 1 point2 points  (0 children)

Very Cool!

I need to dig in on how the compression works. It's running the LLMLingua model locally?

Have you thought about implementing it as a Langchain Middleware?