frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

ChatGPT vs. Google Gemini: A Hands-On Review from a Real User

https://www.gexos.org/chatgpt-vs-google-gemini-a-hands-on-review-from-a-real-user/
1•gexos•1m ago•0 comments

Why do some ethical hackers say using pre existing tools are for script kiddies?

1•junebuggerz•2m ago•0 comments

Hackers breach Norwegian dam, open valve at full capacity

https://energiteknikk.net/2025/06/hackere-apnet-ventil-pa-fullt-ved-dam-anlegg/
1•ropable•2m ago•0 comments

Tyler Cowen: Does AI Make Us Stupid?

https://www.thefp.com/p/tyler-cowen-does-ai-make-us-stupid
1•paulpauper•2m ago•0 comments

Cekura

https://www.cekura.ai/
1•handfuloflight•5m ago•0 comments

AI Is About to Get Physical [video]

https://www.youtube.com/watch?v=3WZNxNr7kS8
1•mgh2•6m ago•0 comments

Ask HN: How to read two column papers on mobile?

1•rienbdj•12m ago•1 comments

Bartz vs. Anthropic PBC: "Training Use Is Fair Use"

https://www.courtlistener.com/docket/69058235/231/bartz-v-anthropic-pbc/
1•arberavdullahu•15m ago•0 comments

Gemini CLI: your open-source AI agent

https://blog.google/technology/developers/introducing-gemini-cli/
20•meetpateltech•23m ago•12 comments

The Illusion of the year contest is going on Please vote

https://www.youtube.com/watch?v=qk0L6LT_ivo
1•sircalvin•24m ago•1 comments

Q Value

https://rohitgupta.in/blog/2025/06/25/q-value/
1•gogo61•26m ago•0 comments

Ask HN: What useful AI tools do you use every day?

3•rajkumarsekar•30m ago•0 comments

Navigating the AI Trust Journey

https://embedsecurity.com/blog/navigating-the-ai-trust-journey/
1•gk1•32m ago•0 comments

How the Supreme Court paved the way for ICE's lawlessness

https://www.vox.com/scotus/417612/supreme-court-bivens-ice-law-enforcement-donald-trump
5•rawgabbit•36m ago•0 comments

LLMs Are Simulators

https://www.alignmentforum.org/posts/vJFdjigzmcXMhNTsx/simulators
1•msvana•40m ago•0 comments

Columbia University Is Still Discriminating

https://www.cremieux.xyz/p/columbia-is-still-discriminating
2•TMWNN•43m ago•1 comments

Affiliate Programs for Webmasters

https://reg2dep.net/casino-affiliate-programs
1•shon_marshall•43m ago•0 comments

Fraudulent/bait-and-switch Facebook Group

https://www.facebook.com/groups/3626505844264009
1•nightfly•45m ago•1 comments

Frequent persons on Canada's street signs

https://mihaiolteanu.me/ulitza/country/canada
2•colinprince•48m ago•0 comments

Ask HN: How do you keep your SWE skills sharp outside of work?

1•myanonymousacct•49m ago•0 comments

The Language of Form: Lothar Schreyer's Kreuzigung (1920)

https://publicdomainreview.org/collection/kreuzigung/
1•prismatic•51m ago•0 comments

Apple Hit with Class Action Lawsuit over iCloud Backups

https://www.macrumors.com/2025/06/18/apple-hit-with-lawsuit-over-icloud-backups/
1•colinprince•54m ago•0 comments

NTSB faults Boeing for lack of safety protocols in 737 MAX door plug blowout

https://text.npr.org/nx-s1-5442564
2•colinprince•56m ago•0 comments

The Computational Limits of Pattern Matching: Why LLMs Can't Think

https://github.com/austengary33/austengary33.github.io/blob/main/blog/expansions/consciousness-post-v1.md
3•austengary2•1h ago•2 comments

Community Is Motivation on Tap

https://alanwu.xyz/posts/community/
1•lunw•1h ago•0 comments

Marble Blast Gold – Webapp

https://marbleblastgold.randomityguy.me/
1•Bondi_Blue•1h ago•2 comments

The Labor Market for Recent College Graduates

https://www.newyorkfed.org/research/college-labor-market#--:explore:outcomes-by-major
2•consumer451•1h ago•0 comments

Show HN: A Post-Trust Vulnerability Disclosure Platform

https://blog.aud1t.xyz/manifesto
1•g1raffe•1h ago•0 comments

Zohran Mamdani Shocks the World on a Hot Primary Day

https://prospect.org/politics/2025-06-25-mamdani-shocks-the-world-on-hot-primary-day/
7•donsupreme•1h ago•1 comments

Magellan Expedition

https://en.wikipedia.org/wiki/Magellan_expedition
1•downboots•1h ago•0 comments
Open in hackernews

Lessons from LangChain and Slack and MCP Integration

https://medium.com/@valliappanr/what-i-learned-integrating-langchain-with-slack-via-mcp-and-why-ai-code-isnt-enough-3e72248b96b1
1•valliappanr•8h ago

Comments

valliappanr•8h ago
I recently built a system where an LLM agent posts messages to Slack via a remote MCP (Managed Control Plane) server using LangChain. At first, I let an AI code generation model write the integration code. While the AI generated code fast, getting it to actually work reliably took several frustrating iterations.

Key challenges included:

    Incorrect async function binding (func vs coroutine parameters in LangChain’s Tool class)

    Schema validation errors caused by the LLM generating malformed JSON inputs

    Version mismatches and evolving library APIs causing subtle bugs