Hacker News

2
discussion I don't think AI will make your processes go faster

Debate around the assumption that AI accelerates processes; argues that AI tooling may not meaningfully speed up existing workflows and may introduce new bottlenecks or overhead instead.

↑ 555 💬 384 posted 12:13 UTC
workaround Show HN: Semble – Code search for agents that uses 98% fewer tokens than grep

AI coding agents (e.g. Claude Code) fall back to grep and full-file reads on large codebases when they can't find relevant code, consuming excessive tokens and still missing results. Existing code search tools are too slow, require API keys, or have poor retrieval quality for agent use.

↑ 283 💬 96 posted 15:37 UTC

GitHub

3
wishlist Proposal: Tier-aware tool definitions for capability-heterogeneous models

LangChain tool definitions are model-agnostic, causing small local models (1.5B params) to waste thousands of prompt tokens on tool schemas they can't effectively parse, achieving only ~50% tool selection accuracy across large toolsets. Proposal requests tier-aware tool definitions that adapt descriptions and parameter sets based on model capability.

↑ 0 💬 3 posted 05:08 UTC
complaint tool invocation fails to correctly recognize Pydantic v2 schema

When binding tools with nested Pydantic v2 model schemas in LangChain, the tool invocation fails to correctly parse the schema, resulting in arbitrarily generated args in `AIMessage.tool_calls` rather than following the defined model structure.

↑ 0 💬 3 posted 09:30 UTC

Lobsters

2
discussion Native all the way, until you need text

Text rendering and handling is a persistent pain point when building native applications, creating a gap where native tooling is otherwise sufficient but text layout forces compromises or alternative approaches.

↑ 52 💬 20 posted 12:57 UTC
discussion Coding on Paper

Developer reflects on coding on paper as a deliberate practice, implying that digital dev tooling encourages shallow thinking and that the friction of pen-and-paper aids deeper design reasoning.

↑ 38 💬 2 posted 15:28 UTC

Stack Exchange

0

no items

Reddit

0

no items