<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: k9294</title><link>https://news.ycombinator.com/user?id=k9294</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 18 Aug 2026 13:22:23 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=k9294" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by k9294 in "Launch HN: Speko (YC S26) – OpenRouter for Voice AI"]]></title><description><![CDATA[
<p>Gemini 3 flash series is quite good, also elevenlabs scribe v2</p>
]]></description><pubDate>Mon, 17 Aug 2026 18:51:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=49335820</link><dc:creator>k9294</dc:creator><comments>https://news.ycombinator.com/item?id=49335820</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49335820</guid></item><item><title><![CDATA[New comment by k9294 in "Writing by hand is good for your brain"]]></title><description><![CDATA[
<p>I'm a huge fan of fountain pens, it's a very satisfying experience to write with a nice pen on a proper paper.<p>I use platinum 3776, it's quite expensive one, but it's just amazing. I originally bought it for sketches, but ended up using it for journaling.<p>Ended up buying one to my wife, she said I'm crazy to spend so much on a pen (200$) but few weeks after the gift she said that it's amazing and she enjoys it a lot.</p>
]]></description><pubDate>Thu, 23 Jul 2026 21:53:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=49028554</link><dc:creator>k9294</dc:creator><comments>https://news.ycombinator.com/item?id=49028554</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49028554</guid></item><item><title><![CDATA[New comment by k9294 in "Speech Recognition and TTS in less than 500kb"]]></title><description><![CDATA[
<p>I'm founder of ottex.ai, I use stt pretty much all the time when work with AI and quite often for communications to draft emails and chat messages.<p>I started ottex half a year ago after I tested gemini 2.5 flash native audio support. I was blown away by the quality of transcripts and decided to built an app to use it myself.<p>Currently the default model in the app is Gemini 3 flash, but you can connect to 9 providers and God knows how many models to play with.<p>I would suggest you to try this models for ai prompting:<p>- Gemini 3 / 3.5 flash
- Soniox rtt v5
- Mistral transcribe v2
- assembly 3.5 pro</p>
]]></description><pubDate>Sun, 19 Jul 2026 06:42:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48965542</link><dc:creator>k9294</dc:creator><comments>https://news.ycombinator.com/item?id=48965542</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48965542</guid></item><item><title><![CDATA[New comment by k9294 in "We're extending access to Fable 5 on all paid plans through July 12"]]></title><description><![CDATA[
<p>Meh... Waiting for OpenAI models without this 5 more days subscription bullshit.<p>It looks like Anthropic baiting people into Max subscriptions before turning the model off. No thank you.</p>
]]></description><pubDate>Wed, 08 Jul 2026 07:57:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48828938</link><dc:creator>k9294</dc:creator><comments>https://news.ycombinator.com/item?id=48828938</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48828938</guid></item><item><title><![CDATA[New comment by k9294 in "Maybe you should learn something"]]></title><description><![CDATA[
<p>What are some cool random things you've learned?<p>// you == the reader of this comment</p>
]]></description><pubDate>Sat, 04 Jul 2026 20:51:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48788960</link><dc:creator>k9294</dc:creator><comments>https://news.ycombinator.com/item?id=48788960</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48788960</guid></item><item><title><![CDATA[New comment by k9294 in "Show HN: Smart model routing directly in Claude, Codex and Cursor"]]></title><description><![CDATA[
<p>What about request caching? If you swap to a cheaper model mid execution it might cost more that to make multiple requests to the already cached provider?</p>
]]></description><pubDate>Fri, 26 Jun 2026 17:58:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48689778</link><dc:creator>k9294</dc:creator><comments>https://news.ycombinator.com/item?id=48689778</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48689778</guid></item><item><title><![CDATA[New comment by k9294 in "If AI writes your code, why use Python?"]]></title><description><![CDATA[
<p>+1 for Go! it's my go-to language for any new project at the moment. It's simple, idiomatic, has no awaits, fast compile times, static typing, and it is very opinionated, which helps a lot because agents "subconsciously" follow these standards. Comparing it to TS, it's like day and night; a TS codebase rots at the speed of light...<p>I also created a guardrails library (inspired by Java's ArchUnit) to prevent code rot - <a href="https://github.com/ksanderer/goarch" rel="nofollow">https://github.com/ksanderer/goarch</a>. It helps enforce code standards, decouple the codebase, prevent cross-module imports and crashes builds with concise error messages for agents to fix problems early, very nice experience</p>
]]></description><pubDate>Tue, 12 May 2026 18:14:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48112077</link><dc:creator>k9294</dc:creator><comments>https://news.ycombinator.com/item?id=48112077</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48112077</guid></item><item><title><![CDATA[New comment by k9294 in "Ask HN: What are you working on? (May 2026)"]]></title><description><![CDATA[
<p>Working on <a href="https://ottex.ai" rel="nofollow">https://ottex.ai</a> - voice ai for busy professionals.<p>Think wisprflow + granola with 30+ top STT models under single login and pay as you go billing model with 25% markup over API.</p>
]]></description><pubDate>Sun, 10 May 2026 20:44:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48087791</link><dc:creator>k9294</dc:creator><comments>https://news.ycombinator.com/item?id=48087791</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48087791</guid></item><item><title><![CDATA[New comment by k9294 in "Specsmaxxing – On overcoming AI psychosis, and why I write specs in YAML"]]></title><description><![CDATA[
<p>What is yours agentic development experience with elixir? I used to like elixir a lot during a pre agentic era, but with coding agents it feels like the language isn't the best choice - slow compile time, weak type system (at least it was a year ago, I know there is work on that front), small ecosystem...</p>
]]></description><pubDate>Sun, 03 May 2026 09:51:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47995293</link><dc:creator>k9294</dc:creator><comments>https://news.ycombinator.com/item?id=47995293</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47995293</guid></item><item><title><![CDATA[New comment by k9294 in "Specsmaxxing – On overcoming AI psychosis, and why I write specs in YAML"]]></title><description><![CDATA[
<p>Small advice - make one repo “main” and link to it from the website instead of an organisation.<p>I wanted to star the project to track the progress but it feels a bit weird.. Which repo shall I track? Server? Cli? Sounds like a  misc repos.</p>
]]></description><pubDate>Sun, 03 May 2026 09:40:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47995219</link><dc:creator>k9294</dc:creator><comments>https://news.ycombinator.com/item?id=47995219</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47995219</guid></item><item><title><![CDATA[New comment by k9294 in "I am building a cloud"]]></title><description><![CDATA[
<p>That's really cool!<p>One thing I'm confused with is how to create a shared resources like e.g. a redis server and connect to it from other vms? It looks now quite cumbersome to setup tailscale or connect via ssh between VMS. Also what about egress? My guess is that all traffic billed at 0.07$ per GB. It looks like this cloud is made to run statefull agents and personal isolated projects and distributed systems or horizontal scaling isn't a good fit for it?<p>Also I'm curious why not railway like billing per resource utilization pricing model? It’s very convenient and I would argue is made for agents era.<p>I did setup for my friends and family a railway project that spawns a vm with disk (statefull service) via a tg bot and runs an openclaw like agent - it costs me something like 2$ to run 9 vms like this.</p>
]]></description><pubDate>Thu, 23 Apr 2026 06:53:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47872872</link><dc:creator>k9294</dc:creator><comments>https://news.ycombinator.com/item?id=47872872</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47872872</guid></item><item><title><![CDATA[New comment by k9294 in "Dropping Cloudflare for Bunny.net"]]></title><description><![CDATA[
<p>Nope, but I will think about this, thank you for the idea. Maybe it's time to start a technical blog for ottex</p>
]]></description><pubDate>Wed, 08 Apr 2026 09:04:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47687392</link><dc:creator>k9294</dc:creator><comments>https://news.ycombinator.com/item?id=47687392</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47687392</guid></item><item><title><![CDATA[New comment by k9294 in "Dropping Cloudflare for Bunny.net"]]></title><description><![CDATA[
<p>There is no cold starts at all. It’s running non-stop.<p>Bunny bills per resource utilization (not provisioned) and since we run backend on Go it consumes like 0.01 CPU and 15mb RAM per idle container and costs pennies.</p>
]]></description><pubDate>Tue, 07 Apr 2026 19:49:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47680475</link><dc:creator>k9294</dc:creator><comments>https://news.ycombinator.com/item?id=47680475</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47680475</guid></item><item><title><![CDATA[New comment by k9294 in "Dropping Cloudflare for Bunny.net"]]></title><description><![CDATA[
<p>We at ottex.ai use bunny.net to deploy globally an openrouter like speach-to-text API (5 continents, 26 locations, idle cost 3$).<p>Highly recommend their Edge Containers product, super simple and has nice primitives to deploy globally for a low latency workloads.<p>We connect all containers to one redis pubsub server to push important events like user billing overages, top-ups etc. Super simple, very fast, one config to manage all locations.</p>
]]></description><pubDate>Tue, 07 Apr 2026 16:24:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47677724</link><dc:creator>k9294</dc:creator><comments>https://news.ycombinator.com/item?id=47677724</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47677724</guid></item><item><title><![CDATA[New comment by k9294 in "Issue: Claude Code is unusable for complex engineering tasks with Feb updates"]]></title><description><![CDATA[
<p>Anecdotally, I’ve been seeing a lot of weird behavior from Opus when it decides, mid-execution, to switch to a different "simpler" solution, and that really pissed me off.<p>At one point, I carefully designed a spec document, forced Opus to reread it, create a plan with the planning tool that followed the spec, and use the task tool to track the implementation... AND AFTER OPUS READS THE FIRST FUCKING FILE, it says, "Oh, there are missing dependencies in project X. It’ll be hard to add them, so I’m going to throw away the whole plan and just do a simple fix..."<p>After that, I canceled my $200 Max plan, which I’d been subscribed to since June 2025, and decided to check out Codex</p>
]]></description><pubDate>Tue, 07 Apr 2026 11:21:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47673482</link><dc:creator>k9294</dc:creator><comments>https://news.ycombinator.com/item?id=47673482</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47673482</guid></item><item><title><![CDATA[New comment by k9294 in "Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS"]]></title><description><![CDATA[
<p>Try ottex.ai - it has an OpenRouter like gateway with most STT models on the market (Gemini, OpenAI, Groq, Deepgram, Mistral, AssemblyAI, Soniox), so you can try them all and choose what works best for you.<p>My favorites are Gemini 3 Flash and Mistral Voxtral Transcribe 2. Gemini when I need special formatting and clean-up, and Voxtral when I need fast input (mostly when working with AI).</p>
]]></description><pubDate>Tue, 07 Apr 2026 07:54:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47672002</link><dc:creator>k9294</dc:creator><comments>https://news.ycombinator.com/item?id=47672002</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47672002</guid></item><item><title><![CDATA[New comment by k9294 in "Gemini 3.1 Flash-Lite: Built for intelligence at scale"]]></title><description><![CDATA[
<p>It's actually a nice idea - an always-on micro AI agent with voice-to-text capabilities that listens and acts on your behalf.<p>Actually, I'm experimenting with this kind of stuff and trying to find a nice UX to make Ottex a voice command center - to trigger AI agents like Claude, open code to work on something, execute simple commands, etc.</p>
]]></description><pubDate>Tue, 03 Mar 2026 18:27:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47236578</link><dc:creator>k9294</dc:creator><comments>https://news.ycombinator.com/item?id=47236578</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47236578</guid></item><item><title><![CDATA[New comment by k9294 in "Gemini 3.1 Flash-Lite: Built for intelligence at scale"]]></title><description><![CDATA[
<p>I've been experimenting with Gemini 3.1 Flash Lite and the quality is very good.<p>I haven't found official benchmarks yet, but you can find Gemini 3 Flash word error rate benchmarks here: <a href="https://artificialanalysis.ai/speech-to-text/models/gemini" rel="nofollow">https://artificialanalysis.ai/speech-to-text/models/gemini</a> — they are close to SOTA.<p>I speak daily in both English and Russian and have been using Gemini 3 Flash as my main transcription model for a few months. I haven't seen any model that provides better overall quality in terms of understanding, custom dictionary support, instruction following, and formatting. It's the best STT model in my experience. Gemini 3 Flash has somewhat uncomfortable latency though, and Flash Lite is much better in this regard.</p>
]]></description><pubDate>Tue, 03 Mar 2026 18:20:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47236467</link><dc:creator>k9294</dc:creator><comments>https://news.ycombinator.com/item?id=47236467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47236467</guid></item><item><title><![CDATA[New comment by k9294 in "Gemini 3.1 Flash-Lite: Built for intelligence at scale"]]></title><description><![CDATA[
<p>You can test Gemini 3.1 Lite transcription capabilities in <a href="https://ottex.ai" rel="nofollow">https://ottex.ai</a> — the only dictation app supporting Gemini models with native audio input.<p>We benchmarked it for real-life voice-to-text use cases:<p><pre><code>                <10s    10-30s   30s-1m    1-2m    2-3m
  Flash         2548     2732     3177     4583    5961
  Flash Lite    1390     1468     1772     2362    3499
  Faster by    1.83x    1.86x    1.79x   1.94x   1.70x

  (latency in ms, median over 5 runs per sample, non-streaming)
</code></pre>
Key takeaways:<p>- 1.8x faster than Gemini 3 Flash on average<p>- ~1.4 sec transcription time for short to medium recordings<p>- ~$0.50/mo for heavy users (10h+ transcription)<p>- Close to SOTA audio understanding and formatting instruction following<p>- Multilingual: one model, 100+ languages<p>Gemini is slowly making $15/month voice apps obsolete.</p>
]]></description><pubDate>Tue, 03 Mar 2026 17:40:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47235912</link><dc:creator>k9294</dc:creator><comments>https://news.ycombinator.com/item?id=47235912</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47235912</guid></item><item><title><![CDATA[New comment by k9294 in "Gemini 3.1 Flash Lite Preview"]]></title><description><![CDATA[
<p>Gemini 3.1 Flash-Lite is our most cost-efficient Gemini model, optimized for low latency use cases for high-volume, cost-sensitive LLM traffic.<p>It provides a significant quality increase over Gemini 2.0 Flash-Lite and Flash-Lite models, matching Gemini 2.5 Flash performance across key capability areas:<p>Improved response quality: Aims to match 2.5 Flash performance and align with target Flash-Lite use cases.<p>Improved instruction following: Targeted improvements to serve as a reliable migration path for complex chatbot and instruction-heavy workflows.<p>Improved audio input: Improved audio-input quality for tasks like Automated Speech Recognition (ASR).<p>Expanded thinking support: You can control how much reasoning the model performs by choosing from minimal, low, medium, or high thinking levels. This feature lets you balance response quality and speed for your specific use case.<p>---<p>Already available in Google AI Studio and OpenRouter<p><a href="https://openrouter.ai/google/gemini-3.1-flash-lite-preview" rel="nofollow">https://openrouter.ai/google/gemini-3.1-flash-lite-preview</a></p>
]]></description><pubDate>Tue, 03 Mar 2026 16:29:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47234850</link><dc:creator>k9294</dc:creator><comments>https://news.ycombinator.com/item?id=47234850</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47234850</guid></item></channel></rss>