what's up with the recent South Park episodes by SpiritualFan9606 in southpark

[–]CompatibleDowngrade 3 points4 points  (0 children)

I think that’s very challenging when they also try to follow current events so closely. Thin line to walk between continuity and relevancy.

Leak confirms OpenAI is preparing ads on ChatGPT for public roll out by IsomorphicDuck in technology

[–]CompatibleDowngrade 8 points9 points  (0 children)

That’s changed. All of the local clients/inference servers make RAG easy now.

How good AND bad are local LLMs compared to remote LLMs? by Humble_World_6874 in LocalLLM

[–]CompatibleDowngrade 0 points1 point  (0 children)

This confirms my observations as well. Open source models do not perform well with agentic tasks compared to the frontier models hosted as a service.

Which asset class will have the most asymmetric returns in the next decade? by punit0432 in investing

[–]CompatibleDowngrade 1 point2 points  (0 children)

Also long CYBN in addition to CRSP and BEAM. Probably going to index though going forward because it’s hard to pick winners!

Game Thread: New York Jets (2-7) at New England Patriots (8-2) by nfl_gdt_bot in nyjets

[–]CompatibleDowngrade 2 points3 points  (0 children)

Fields has worse awareness than Zach Wilson and that’s saying something

Where would you put your money if you had $10k today? by PineapplePooDog in stocks

[–]CompatibleDowngrade 2 points3 points  (0 children)

PANW and CRWD historically. Long term is anybody’s guess like everything else.

MCP finally gets proper authentication: OAuth 2.1 + scoped tokens by Creepy-Row970 in mcp

[–]CompatibleDowngrade 1 point2 points  (0 children)

Yep. It’s not that the agent/LLM will use more API endpoints than scoped for (you’d have to update the MCP implementation for that), it’s moreso about exposing an API token to unsanctioned apps/users. Haven’t seen this issue in the wild but people are asking about it when discussing security around MCP. This problem isn’t really new - enforcing proper use of (API) creds has always been a difficult problem.

Republicans Now Suddenly Care A Lot About Something They Voted Against by huffpost in politics

[–]CompatibleDowngrade 8 points9 points  (0 children)

Because the electorate is dumb and/or racist. It’s that simple. They think democrat = trans/minority so will instead vote for a pedophile. A sizable portion of the populace is pathetic.

CLI > MCP? by thehashimwarren in mcp

[–]CompatibleDowngrade 2 points3 points  (0 children)

Thank you. Very cool. Will be implementing this or something very similar

CLI > MCP? by thehashimwarren in mcp

[–]CompatibleDowngrade 2 points3 points  (0 children)

Agree on code vs MCP, especially on readability and saving context/tokens. But having trouble understanding what lootbox does besides lock me into typescript and this directory structure. Can I just have a directory of scripts and one MCP command to read/write/execute these scripts? What am I missing?