Meta's AI support bot was manipulated by hackers to facilitate Instagram account takeovers, exposing a serious security gap where AI-powered support systems can be social-engineered to override account ownership controls.
Tuesday 2 June 2026
Hacker News
2Stanford CS336 course has published explicit behavioral guidelines for AI coding agents (Claude), reflecting that AI agents require careful constraint and instruction to behave appropriately in academic/assignment contexts — indicating a gap in default agent guardrails for constrained environments.
GitHub
3LangChain's `convert_to_openai_function()` raises a `TypeError` when converting a `TypedDict` containing `NotRequired` fields, because the internal type-rewriting logic incorrectly passes a tuple of types to `NotRequired` instead of a single type, breaking a standard Python typing pattern.
LangChain tool definitions are model-agnostic, causing small local models (1.5B) to waste thousands of prompt tokens on tool descriptions and parameters they cannot effectively use, resulting in ~50% tool selection accuracy; the proposal requests tier-aware tool metadata so schemas and descriptions are automatically simplified for lower-capacity models.
When binding tools with nested Pydantic v2 model schemas in LangChain, the tool invocation layer fails to correctly recognize the Pydantic v2 schema, causing `AIMessage.tool_calls` to contain arbitrarily generated argument schemas rather than the defined ones.
Lobsters
1Post argues that GitHub's dominance and platform lock-in has caused structural harm to open-source software development, centralizing critical infrastructure on a proprietary platform and eroding decentralized collaboration norms.
Stack Exchange
0no items
no items