标签:#hackernews
找到 10370 篇相关文章
Show HN: Hitoku Draft – Context aware local assistant
Hi guys. I have been working on Hitoku Draft, an open-source, voice-first AI assistant that runs entirely locally. I posted about it already, and now it has also transcription with voice editing. Looking for feedback, as I found that outside tech circles other people still do not use this tech much. It's context-aware, in the sense that it reads your screen, documents, and active app to understand what you're working on. You can ask about PDFs, reply to emails, create calendar events, use web se
Airlines Uses AI to Fake Empathy Rather Than Fix Problems: Passenger Sent Prompt
The desperation of NYTimes
Fedora 43 Upgrade revealed 20 years old Outlook Security Bug
12,060 piece, $799.99, Sagrada Família is the largest Lego building set to date
When AI Builds Itself: Our progress toward recursive self-improvement
Do the Hardest Thing
Dreaming: Better memory for a more helpful ChatGPT
Retro-Tech Parenting
Several Injured in Boeing 787 Nose-Gear Collapse in Frankfurt
Speculative KV coding: losslessly compressing KV cache by up to ~4×
Show HN: I embedded 685M public texts in 32 minutes (on 8x A100, Rust, TensorRT)
Quick note on how it works and how I've done my batch embedding engine IgniteMS. The whole thing runs as one process using Rust, reading input, tokenizing, packing batches, keeping the queue full. TensorRT handles inference. Python is only as a wrapper. I built it this way because when you use more than couple of GPUs, the GPUs stop being the problem. CPU cannot feed them fast enough. One A100 can go through batches faster than Python can tokenize and feed, so the GPU just sits there idle waitin
KVarN: Native vLLM KV-cache quantization back end by Huawei
Ask HN: Why is it still so hard for LLMs to query NoSQL databases?
LLMs are good at SQL. It's precise, expressive, and unambiguous. If you connect an MCP server to Postgres, then the agent can query it directly. The same cannot be said for NoSQL, and given how many people use NoSQL databases, I’m surprised there isn’t more discussion about it. Part of the problem is diversity. MongoDB, DynamoDB, Cassandra, Redis, and Neo4j all have different query models. There's no shared interface for an LLM to reason about. So instead of writing a query, the agent has to wri
AI, Ashby Engineering, and the future
Notepad++ v8.9.6.4 Tiananmen Massacre Commemoration
Show HN: Boxes.dev: ditch localhost; run Claude Code and Codex in the cloud
Hi HN, we’re Nick and Drew, and we’re building boxes.dev – the first cloud-only agentic dev environment (ADE) that gives every Codex and Claude Code agent its own cloud computer. We’re two engineers who previously built Gem (co-founder/CTO and first hire), and we spent the last year coding almost exclusively using Codex and Claude Code. It’s been a huge change to how we code, and it’s been exhilarating seeing the models keep getting better – but we eventually realized that developing on localhos