HackerTrans
TopNewTrendsCommentsPastAskShowJobs

yamarldfst

no profile record

Submissions

[untitled]

1 points·by yamarldfst·vor 30 Tagen·0 comments

Ask HN: Agentic search vs. RAG – what's your production experience?

1 points·by yamarldfst·vor 5 Monaten·1 comments

[untitled]

1 points·by yamarldfst·vor 5 Monaten·0 comments

[untitled]

2 points·by yamarldfst·vor 5 Monaten·0 comments

Show HN: AgentDX – Open-source linter and LLM benchmark for MCP servers

github.com
1 points·by yamarldfst·vor 5 Monaten·0 comments

comments

yamarldfst
·vor 4 Monaten·discuss
The framing of "constraints over instructions" at Level 6 is the most underrated point here. In my experience, the reliability jump from telling an LLM "always output valid JSON" vs. giving it a typed schema with static validation is night and day — especially with smaller models. I'd argue that levels 3-5 deserve more weight than the post gives them. The gap between someone who has internalized context engineering and someone who hasn't is larger than the gap between levels 7 and 8. Most failures I see in agentic systems aren't from insufficient autonomy — they're from poorly structured prompts and tool descriptions that compound errors downstream. The foundation work is less glamorous but it's where the leverage is.The "decouple the implementer from the reviewer" principle is spot on. Same model reviewing its own output is basically asking someone to proofread their own essay.
yamarldfst
·vor 4 Monaten·discuss
what is the meaning of this!??
yamarldfst
·vor 4 Monaten·discuss
interested, keep us posted!