<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: ziyasal</title><link>https://news.ycombinator.com/user?id=ziyasal</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 03 Jul 2026 13:21:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ziyasal" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ziyasal in "The Token Compression Illusion: Why I'm Skeptical of RTK"]]></title><description><![CDATA[
<p>> Mainstream CLIs and developer tools can easily ship a native --compact or --json-stream flag tailored for LLM consumption.<p>Until they do, they won't soon , rtk, caveman, ponytail and many others are just trying to address every growing costs (for 2K org, its around 2.5M, for now), so these are trade-offs we are all know and adjusting, but unlike the author claims we know the trade-off well and forking these tools, benchmarking, verifying the output quality matches our needs and so on to make it work for us, so no blindly.<p>For solo devs, yes, they might not really need it, self hosting another model to save would be better option. But for orgs thats a spicy part.<p>Yes, its good that we see these articles are shedding some light but like we do with these tools, lets also consume these articles with a grain of salt.</p>
]]></description><pubDate>Thu, 18 Jun 2026 20:40:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48591228</link><dc:creator>ziyasal</dc:creator><comments>https://news.ycombinator.com/item?id=48591228</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48591228</guid></item><item><title><![CDATA[New comment by ziyasal in "AI IDE Plugin: Did you get it?"]]></title><description><![CDATA[
<p>Quietly fixes messy prompts — typos, dropped words, thumb-typed, half-awake —
so Models gets it the first time.<p>Supports: Claude Code, Cursor, OpenCode</p>
]]></description><pubDate>Mon, 01 Jun 2026 14:59:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48357701</link><dc:creator>ziyasal</dc:creator><comments>https://news.ycombinator.com/item?id=48357701</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48357701</guid></item><item><title><![CDATA[AI IDE Plugin: Did you get it?]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/bugthesystem/dygit">https://github.com/bugthesystem/dygit</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48357700">https://news.ycombinator.com/item?id=48357700</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 01 Jun 2026 14:59:37 +0000</pubDate><link>https://github.com/bugthesystem/dygit</link><dc:creator>ziyasal</dc:creator><comments>https://news.ycombinator.com/item?id=48357700</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48357700</guid></item><item><title><![CDATA[Show HN: Agentjail – Self Hosted Freestyle.sh]]></title><description><![CDATA[
<p>Minimal Linux sandbox for running untrusted code. Built for AI agents, build systems, and any scenario where you need to execute code you didn't write.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47827862">https://news.ycombinator.com/item?id=47827862</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 19 Apr 2026 21:39:00 +0000</pubDate><link>https://github.com/bugthesystem/agentjail</link><dc:creator>ziyasal</dc:creator><comments>https://news.ycombinator.com/item?id=47827862</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47827862</guid></item><item><title><![CDATA[New comment by ziyasal in "Agentjail: Minimal Linux sandbox for running untrusted code/apps/agents"]]></title><description><![CDATA[
<p>Minimal Linux sandbox for running untrusted code. Built for AI agents, build systems, and any scenario where you need to execute code you didn't write.</p>
]]></description><pubDate>Sun, 12 Apr 2026 18:17:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47742666</link><dc:creator>ziyasal</dc:creator><comments>https://news.ycombinator.com/item?id=47742666</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47742666</guid></item><item><title><![CDATA[Agentjail: Minimal Linux sandbox for running untrusted code/apps/agents]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/bugthesystem/agentjail">https://github.com/bugthesystem/agentjail</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47742665">https://news.ycombinator.com/item?id=47742665</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 12 Apr 2026 18:17:40 +0000</pubDate><link>https://github.com/bugthesystem/agentjail</link><dc:creator>ziyasal</dc:creator><comments>https://news.ycombinator.com/item?id=47742665</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47742665</guid></item><item><title><![CDATA[New comment by ziyasal in "Ask HN: What are you working on? (January 2026)"]]></title><description><![CDATA[
<p>I've been building a platform that lets you describe a multiplayer game idea in natural language and generates full-stack code for it—frontend (PixiJS, Phaser, Babylon, or Three.js) plus backend (KaosEngine real-time multiplayer framework). You can iterate via chat, preview live, sync to GitHub, and deploy.<p><i>Stack overview:</i><p><i>Networking</i> — Rust-powered WebSocket + RUDP with fast ring buffers — <a href="https://github.com/bugthesystem/Kaos" rel="nofollow">https://github.com/bugthesystem/Kaos</a><p><i>Game Server Framework</i> — Rust-powered Matchmaking, Lua runtime with hot-reload, leaderboards, storage, chat, rooms, social features (friends, etc.)<p><i>SDKs</i> — Rust, TypeScript/JavaScript, Unity, Godot, Defold<p><i>Game Studio</i> — AI-assisted builder (similar to Lovable.dev), Monaco-based Lua/HTML IDE, live preview with hot-reload for both backend and frontend, one-click deploy<p>Early results are promising. Would love feedback from folks who've worked on similar problems or have thoughts on the approach.<p>Planning to spin up a Discord and public playground in a week or two for anyone interested in early access.<p>– Sia</p>
]]></description><pubDate>Mon, 12 Jan 2026 12:29:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46587549</link><dc:creator>ziyasal</dc:creator><comments>https://news.ycombinator.com/item?id=46587549</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46587549</guid></item><item><title><![CDATA[New comment by ziyasal in "Ask HN: How can we make our AI/MCP Security product reach audiences?"]]></title><description><![CDATA[
<p>Hey thanks for the reply, standalone would be an option noted, also we have audit logs, and Splunk integration support but we will improve "auditability", thanks for the suggestions.</p>
]]></description><pubDate>Sat, 20 Dec 2025 20:08:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46339137</link><dc:creator>ziyasal</dc:creator><comments>https://news.ycombinator.com/item?id=46339137</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46339137</guid></item><item><title><![CDATA[Ask HN: How can we make our AI/MCP Security product reach audiences?]]></title><description><![CDATA[
<p>We've been building with AI tools and noticed there wasn't a good way to manage MCP servers across a team or see what's actually flowing to LLM providers. Who's running what? Which tools are approved? What data is going where or whats shared on AI websites?
So we built CyberCage (<https://cybercage.io>).<p># What it does:<p>- MCP Management — Auto or manual discovery of MCP servers, with approval workflows. Manage allowed MCP servers org-wide (down to individual tools). Secure MCP catalog (integrates with GitHub's MCP Catalog).<p>- Operations — Manage allowed AI applications org-wide. Full audit logs (Splunk integration available). Notifications via Slack, Teams, Webex, webhooks.<p>- Network inspection for configured AI domains (but not limited to) to have PII detection, private data exfiltration, de-anonymization and masking<p># Works with:
AI IDEs: Claude Code, Cursor, VS Code, Windsurf, Antigravity. Low-code platforms: n8n (native integration).<p># In private beta:<p>On-device network agent for configured AI domains. Content inspection for PII and sensitive data. Packet metadata anomaly analysis.<p># Coming soon:<p>BYOLLM (bring your own models for inspection). Browser extensions.<p>See it in action: <https://youtu.be/Zy7XhkQkUlk><p>We built this for visibility and control over AI tooling without slowing teams down.<p>P.S. We're planning to open source CyberSmol v1.0 — a small model fine-tuned for AI threat detection — once it's ready.<p>Happy to answer questions ♥</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46330830">https://news.ycombinator.com/item?id=46330830</a></p>
<p>Points: 1</p>
<p># Comments: 2</p>
]]></description><pubDate>Fri, 19 Dec 2025 20:57:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46330830</link><dc:creator>ziyasal</dc:creator><comments>https://news.ycombinator.com/item?id=46330830</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46330830</guid></item><item><title><![CDATA[New comment by ziyasal in "Show HN: CyberCage – Security platform for AI tools and MCP servers"]]></title><description><![CDATA[
<p>Thanks for the comment, the inspection coverage going to be available all network interactions with AI domains (in private beta) not only MCPs in a few weeks.</p>
]]></description><pubDate>Sat, 13 Dec 2025 10:37:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=46253602</link><dc:creator>ziyasal</dc:creator><comments>https://news.ycombinator.com/item?id=46253602</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46253602</guid></item><item><title><![CDATA[New comment by ziyasal in "Show HN: CyberCage – Security platform for AI tools and MCP servers"]]></title><description><![CDATA[
<p>Here is the full list of supported AI Assistants and IDEs: Claude Desktop, Claude Code, VS Code, Cursor, Windsurf, Zed, Kiro, Codex CLI, Antigravity, IntelliJ IDEA, and n8n (<<a href="https://www.npmjs.com/package/@cybercage/n8n-nodes-mcp-tool" rel="nofollow">https://www.npmjs.com/package/@cybercage/n8n-nodes-mcp-tool</a>>).<p>More: <a href="https://docs.cybercage.io/" rel="nofollow">https://docs.cybercage.io/</a></p>
]]></description><pubDate>Thu, 11 Dec 2025 18:54:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46235451</link><dc:creator>ziyasal</dc:creator><comments>https://news.ycombinator.com/item?id=46235451</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46235451</guid></item><item><title><![CDATA[Show HN: CyberCage – Security platform for AI tools and MCP servers]]></title><description><![CDATA[
<p>We've been building with AI tools and noticed there wasn't a good way to manage MCP servers across a team or see what's actually flowing to LLM providers. Who's running what? Which tools are approved? What data is going where or whats shared on AI websites?<p>So we built CyberCage (<<a href="https://cybercage.io" rel="nofollow">https://cybercage.io</a>>).<p><i>What it does:</i><p>MCP Management — Auto or manual discovery of MCP servers, with approval workflows. Manage allowed MCP servers org-wide (down to individual tools). Secure MCP catalog (integrates with GitHub's MCP Catalog).<p>Operations — Manage allowed AI applications org-wide. Full audit logs (Splunk integration available). Notifications via Slack, Teams, Webex, webhooks.<p><i>Works with:</i><p>AI IDEs: Claude Code, Cursor, VS Code, Windsurf, Antigravity. Low-code platforms: n8n (native integration).<p><i>In private beta:</i><p>On-device network agent for configured AI domains. Content inspection for PII and sensitive data. Packet metadata anomaly analysis.<p><i>Coming soon:</i><p>BYOLLM (bring your own models for inspection). Browser extensions.<p>See it in action: <<a href="https://youtu.be/Zy7XhkQkUlk" rel="nofollow">https://youtu.be/Zy7XhkQkUlk</a>><p>We built this for visibility and control over AI tooling without slowing teams down.<p>P.S. We're planning to open source CyberSmol v1.0 — a small model fine-tuned for AI threat detection — once it's ready.<p>Happy to answer questions ♥</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46235072">https://news.ycombinator.com/item?id=46235072</a></p>
<p>Points: 6</p>
<p># Comments: 5</p>
]]></description><pubDate>Thu, 11 Dec 2025 18:29:15 +0000</pubDate><link>https://cybercage.io/</link><dc:creator>ziyasal</dc:creator><comments>https://news.ycombinator.com/item?id=46235072</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46235072</guid></item><item><title><![CDATA[New comment by ziyasal in "Ask HN: What are you working on? (July 2025)"]]></title><description><![CDATA[
<p>I'm working on this, improving in every iteration. (Documentation needs to be updated as well)<p><a href="https://github.com/bugthesystem/Flux">https://github.com/bugthesystem/Flux</a><p>Flux is a high-performance message transport library for Rust that implements patterns inspired by LMAX Disruptor and Aeron. It provides lock-free inter-process communication (IPC), UDP transport, and reliable UDP with optimized memory management for applications with low latency requirements.</p>
]]></description><pubDate>Sun, 27 Jul 2025 20:01:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=44704194</link><dc:creator>ziyasal</dc:creator><comments>https://news.ycombinator.com/item?id=44704194</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44704194</guid></item><item><title><![CDATA[New comment by ziyasal in "Flux is a high-performance, zero-copy message transport library for Rust"]]></title><description><![CDATA[
<p>Ahaha, yeah it fails to align thats true, but still not that bad on documenting<p>(BTW documentation needs to be updated, I already put a note for this concern in the Readme ..)</p>
]]></description><pubDate>Sun, 20 Jul 2025 17:36:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=44627379</link><dc:creator>ziyasal</dc:creator><comments>https://news.ycombinator.com/item?id=44627379</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44627379</guid></item><item><title><![CDATA[New comment by ziyasal in "Flux is a high-performance, zero-copy message transport library for Rust"]]></title><description><![CDATA[
<p>Flux is a high-performance, zero-copy message transport library for Rust, designed for ultra-low-latency applications requiring maximum throughput. It is built on patterns & practices inspired by LMAX Disruptor and Aeron, with modern Rust optimizations.</p>
]]></description><pubDate>Sat, 19 Jul 2025 15:44:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=44616473</link><dc:creator>ziyasal</dc:creator><comments>https://news.ycombinator.com/item?id=44616473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44616473</guid></item><item><title><![CDATA[Flux is a high-performance, zero-copy message transport library for Rust]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/bugthesystem/Flux">https://github.com/bugthesystem/Flux</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44616472">https://news.ycombinator.com/item?id=44616472</a></p>
<p>Points: 21</p>
<p># Comments: 3</p>
]]></description><pubDate>Sat, 19 Jul 2025 15:44:29 +0000</pubDate><link>https://github.com/bugthesystem/Flux</link><dc:creator>ziyasal</dc:creator><comments>https://news.ycombinator.com/item?id=44616472</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44616472</guid></item><item><title><![CDATA[New comment by ziyasal in "PhantomGPU: GPU performance emulator to benchmark ML models on virtual GPUs"]]></title><description><![CDATA[
<p>Please bear in mind: Its still in development to increase accuracy and cover more models but could be useful for research purposes.</p>
]]></description><pubDate>Mon, 07 Jul 2025 10:49:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=44488845</link><dc:creator>ziyasal</dc:creator><comments>https://news.ycombinator.com/item?id=44488845</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44488845</guid></item><item><title><![CDATA[New comment by ziyasal in "PhantomGPU: GPU performance emulator to benchmark ML models on virtual GPUs"]]></title><description><![CDATA[
<p>PhantomGPU is an -experimental- GPU performance emulator that lets you benchmark ML models on virtual GPUs with validated accuracy. Compare performance across different GPUs and estimate costs without access to physical hardware.</p>
]]></description><pubDate>Mon, 07 Jul 2025 10:48:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=44488835</link><dc:creator>ziyasal</dc:creator><comments>https://news.ycombinator.com/item?id=44488835</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44488835</guid></item><item><title><![CDATA[PhantomGPU: GPU performance emulator to benchmark ML models on virtual GPUs]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/bugthesystem/PhantomGPU">https://github.com/bugthesystem/PhantomGPU</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44488834">https://news.ycombinator.com/item?id=44488834</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Mon, 07 Jul 2025 10:48:24 +0000</pubDate><link>https://github.com/bugthesystem/PhantomGPU</link><dc:creator>ziyasal</dc:creator><comments>https://news.ycombinator.com/item?id=44488834</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44488834</guid></item><item><title><![CDATA[Show HN: Fast thread-safe in-memory cache that supports big number of entries Go]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/ziyasal/distrox">https://github.com/ziyasal/distrox</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=25073669">https://news.ycombinator.com/item?id=25073669</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 12 Nov 2020 19:15:50 +0000</pubDate><link>https://github.com/ziyasal/distrox</link><dc:creator>ziyasal</dc:creator><comments>https://news.ycombinator.com/item?id=25073669</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25073669</guid></item></channel></rss>