Viewing profile — arkonrad
arkonrad
HN member- Joined
- Thu, Jul 31, 2025, 11:28 AM UTC
- HN karma
- 1
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About arkonrad
Recent public activity
-
comment
Comment #45424699
Early stage with ARK Cloud API & Stateful LLM sessions without input token costs. Conversation history is kept server-side, so you only send new messages. Demo and docs: https://ar…
- story
-
comment
Comment #45037462
A great map showing how governments/armies interfere with navigation systems — and the regions they target are no coincidence.
- comment
- story
-
comment
Comment #44941475
On cookies: we use an HTTP cookie (ark_session_id) purely as an opaque session identifier. The cookie is how the client ties subsequent requests to the same pinned session/worker/G…
-
story
Show HN: Stateful LLM inference (no cost for input tokens, not prompt-caching)
Hi HN, I’ve been frustrated for a while with how LLM inference works in the cloud today. Every API call starts from scratch: you resend your entire prompt + conversation history, a…
- story
-
comment
Comment #44812124
Do you have your own platform to run inference?
-
comment
Comment #44812105
I’ve been leaning more toward open-source LLMs lately. They’re not as hyper-optimized for performance, which actually makes them feel more like the old-school OpenAI chats-you coul…
-
comment
Comment #44744590
Whisper Large V3 Turbo
-
story
Show HN: Stateful AI API with OS Models
We just launched ARK Cloud API: OpenAI‑compatible, stateful AI inference service that keeps context across calls to slash token spend (0.01 USD / 1M input tokens), spins up in 10 s…