Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. After AI models escaped testing environments,Irregular seeks $1.5B valuation(calcalistech.com)
    discuss
  2. "Can Jev Emulate a CPU?"(agihunt.info)
    discuss
  3. Go System One(rcarmo.github.io)
    discuss
  4. Jensen Huang says the junior developer problem ends in two years(thenewstack.io)
    discuss
  5. Physical Self-Play(skild.ai)
    discuss
  6. Ask HN: Can you suggest an interesting skill?
    5comments
  7. LensVLM-9B by Apple(huggingface.co)
    discuss
  8. Agent Etna – Automated staging environment and regression compiler for AI agents(agentetna.com)
    discuss
  9. WebGPU-Bench: A WebGPU Microbenchmark(ben3d.ca)
    discuss
  10. Realtime Raytracing in Bevy 0.20 (Solari)(jms55.github.io)
    discuss
  11. AI can never produce sublime art(hilariusbookbinder.substack.com)
    discuss
  12. ALP: Adaptive Lossless Floating-Point Encoding in Apache Parquet(apache.org)
    discuss
  13. Show HN: Lifeboat, 2-6x more concurrent agent sessions per GPU, no quantization(github.com/iterateai)
    discuss
  14. Why Omarchy Exists(pika.page)
    discuss
  15. The Python documentation is now available in Persian(python.org)
    discuss
  16. An LLM Beat NetHack(kenforthewin.github.io)
    discuss
  17. The Most Important Market in AI Is the Middle(tomtunguz.com)
    discuss
  18. Cursor Introducing Projects(cursor.com)
    discuss
  19. Immigration changes are driving foreign researchers to leave the U.S.(statnews.com)
    discuss
  20. Are we going to use the same Desktop UX forever? [video](ccc.de)
    discuss
  21. How the pro-nicotine 'wellness' movement rebranded an addictive drug(theconversation.com)
    discuss
  22. Empire of Grift(theatlantic.com)
    discuss
  23. CP/M-80 2.2 Compilers. (Update from June 19, 2026: Dave Glover – by David Lee(medium.com/davidly_33504)
    discuss
  24. Signature 27 is likely Motorola's first smartphone with GrapheneOS support(heise.de)
    discuss
  25. Ten thousand magnets later – CERN Courier(cerncourier.com)
    discuss
  26. Developers Song (2011) [video](youtube.com)
    discuss
  27. What are passkeys? A simple guide for friends and family(whatarepasskeys.info)
    1comments
  28. Show HN: QBasic 1.1 in the Browser(vahidyousefzadeh.com)
    1comments
  29. How can this Amazon scammer keep going, not shipping any goods?(amazon.de)
    15comments
  30. The Cloudflare error page X icon is not centered(infosec.exchange)
    discuss

Show HN: Varkos – a local AI pet that can talk, interact, and play small games

1 pointsby 1h agovarkos.party
1 comments
46m agoHN ↗

Hey HN,

This is a follow up from a post of a few weeks ago about an AI gaming companion (an intelligent dog companion for Skyrim). I decided to double down on the local AI approach and package it as a self-contained creature, and try to broaden the types of hardware it can run on to.

I know it's a large ask to ask somebody to download a 9gb mystery executable, so I don't expect many to check it out. But in case you are curious.

It uses: - Optimized qwen-3-asr which has been converted for voice streaming (will open source this). - Quantized gemma4 models with custom megakernel inferrence + speculative decoding as the brain (I have a finetuned version for skyrim but gemma empirically worked better as generalzed) - Pocket-tts with added vector embeddings for emotion, optimized for CPU inf (https://pantel.is/projects/pocket-tts-raven/?b=1). - Threejs for the rendering of the terrarium/jar and the 2 sample game demos that come with it

At this stage it's more of an experiment art project local inference and intelligent NPCs than a polished product (especially with the whole gimmick of summoning him by speaking out an invocation during the intro. It’s still early alpha, but the idea was to make something you can spend a little time with, then leave to his own devices while you go about your day.