<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: datakazkn</title><link>https://news.ycombinator.com/user?id=datakazkn</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 04 Aug 2026 12:20:36 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=datakazkn" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by datakazkn in "AI is not a coworker, it's an exoskeleton"]]></title><description><![CDATA[
<p>The exoskeleton framing resonates, especially for repetitive data work. Parts where AI consistently delivers: pattern recognition, format normalization, first-draft generation. Parts where human judgment is still irreplaceable: knowing when the data is wrong, deciding what 'correct' even means in context, and knowing when to stop iterating.<p>The exoskeleton doesn't replace instinct. It just removes friction from execution so more cycles go toward the judgment calls that actually matter.</p>
]]></description><pubDate>Thu, 19 Feb 2026 22:35:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47080662</link><dc:creator>datakazkn</dc:creator><comments>https://news.ycombinator.com/item?id=47080662</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47080662</guid></item><item><title><![CDATA[New comment by datakazkn in "Show HN: Micasa – track your house from the terminal"]]></title><description><![CDATA[
<p>The hallucination-in-analysis problem is real and often undersold. Pattern that works well: use the LLM only to structure already-extracted data (parse fields, normalize formats), then apply deterministic logic for anything numerical. That way the LLM is doing classification/extraction where it's reliable, and you're not trusting it to compute or compare values where it isn't.</p>
]]></description><pubDate>Thu, 19 Feb 2026 22:35:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47080649</link><dc:creator>datakazkn</dc:creator><comments>https://news.ycombinator.com/item?id=47080649</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47080649</guid></item><item><title><![CDATA[New comment by datakazkn in "Gemini 3.1 Pro"]]></title><description><![CDATA[
<p>One underappreciated reason for the agentic gap: Gemini tends to over-explain its reasoning mid-tool-call in a way that breaks structured output expectations. Claude and GPT-4o have both gotten better at treating tool calls as first-class operations. Gemini still feels like it's narrating its way through them rather than just executing.</p>
]]></description><pubDate>Thu, 19 Feb 2026 22:34:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47080637</link><dc:creator>datakazkn</dc:creator><comments>https://news.ycombinator.com/item?id=47080637</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47080637</guid></item><item><title><![CDATA[Show HN: Vinted MCP Server – Compare prices across 6 EU countries via AI]]></title><description><![CDATA[
<p>I kept manually checking Vinted prices across EU countries and noticed the same Nike AF1 could be 45 EUR in France but 73 EUR in Germany. So I built an MCP server that lets Claude (or any MCP client) search Vinted across FR, DE, ES, IT, NL, and BE simultaneously.<p>The killer feature is cross-border price comparison. Ask "compare PS5 prices across EU" and get a table showing where to buy cheap and sell high. Real spreads from my testing: PS5 46%, iPhone 162%, Louis Vuitton bags 61%.<p>Tech stack: TypeScript, got-scraping for TLS fingerprinting, residential proxies for Cloudflare bypass. Runs as stdio MCP server locally or as HTTP endpoint on Apify.<p>5 tools: search_items, compare_prices, get_trending, get_seller, get_item.<p>npm: <a href="https://www.npmjs.com/package/vinted-mcp-server" rel="nofollow">https://www.npmjs.com/package/vinted-mcp-server</a>
GitHub: <a href="https://github.com/KinderCN/vinted-mcp-server" rel="nofollow">https://github.com/KinderCN/vinted-mcp-server</a>
Hosted version (no install): <a href="https://apify.com/kazkn/vinted-mcp-server" rel="nofollow">https://apify.com/kazkn/vinted-mcp-server</a><p>Free and open source. Would love feedback on what features to add next.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47014318">https://news.ycombinator.com/item?id=47014318</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 14 Feb 2026 13:18:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47014318</link><dc:creator>datakazkn</dc:creator><comments>https://news.ycombinator.com/item?id=47014318</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47014318</guid></item></channel></rss>