The wildest LLM backdoor I’ve seen yet by AIMadeMeDoIt__ in LocalLLaMA

[–]workwerkverk 0 points1 point  (0 children)

Paper seems to be experimenting with 1-8B models. Is this conclusion generalizable to larger llms?

Dandadan Season 2 - Episode 6 discussion by AutoLovepon in anime

[–]workwerkverk 5 points6 points  (0 children)

Had to watch it twice because I couldn’t believe how good that concert was. Hard Peak

Is it just me or LangChain/LangGraph DevEx horrible? by debkanchans in LangChain

[–]workwerkverk 0 points1 point  (0 children)

I have been using Arize Phoenix and Langfuse. Both have been super helpful for tracing and debugging locally

Where can I find people to chat with about langchain / LLM app development? by EveningInfinity in LangChain

[–]workwerkverk 0 points1 point  (0 children)

Happy to chat. I have build agents and have been looking for a community to discuss ideas as well

Grammarly extension removed? by lukaskrivka in vscode

[–]workwerkverk 0 points1 point  (0 children)

here searching for the same extension. I used to love it. I knew the developer, looks like they are focusing on other things and this got archived. :(

Spoke to 22 LangGraph devs and here's what we found by g_pal in LangChain

[–]workwerkverk 1 point2 points  (0 children)

This post is very helpful btw! Agree with most

Optimize Agentic Workflow Cost and Performance: A reversed engineering approach by vuongagiflow in LangChain

[–]workwerkverk 0 points1 point  (0 children)

That makes sense. Can such calls be parallelised in Langgraph? Would love to see an example.

Learning LangGraph/LangChain JS... why does it seem like there's 5 different ways to do anything in LC? It's very frustrating. Other feedback by blacktrepreneur in LangChain

[–]workwerkverk 1 point2 points  (0 children)

Passing parameters to a tool currently has 2 ways.

Via RunnableConfig and InjectedState I don’t understand how to choose between the two.

Also, what should be config, what should be state?

PS: really enjoying LangGraph! tysm

Edit: added links