Feed aggregator
Where We Are Headed
Article URL: https://www.hyperdimensional.co/p/where-we-are-headed
Comments URL: https://news.ycombinator.com/item?id=43660064
Points: 3
# Comments: 0
Wi-Fi Giant TP-Link's US Future Hinges on Its Claimed Split from China
Air Travel Set for Biggest Overhaul in 50 Years With UN-Backed Digital Credentials
I'm building a tool to unblock creativity when you feel stuck
Article URL: https://creact.ai/
Comments URL: https://news.ycombinator.com/item?id=43660027
Points: 1
# Comments: 1
Slopsquatting: AI Hallucinations Fuel New Class of Supply Chain Attacks
Article URL: https://socket.dev/blog/slopsquatting-how-ai-hallucinations-are-fueling-a-new-class-of-supply-chain-attacks
Comments URL: https://news.ycombinator.com/item?id=43660012
Points: 1
# Comments: 0
Show HN: HelixDB – Native Graph and Vector Types for RAG and Retrieval
Hey HN! I’m building HelixDB with a college friend – a database that natively supports both graph and vector types.
It’s designed for AI-driven apps like RAG, vector search, code indexing, and agent frameworks where you need both explicit relationships and similarity.
Over the past week we've expanded our query language, released vector types, and two SDKs (Python & TypeScript), making it easy to insert and query data. HelixDB is open source, super easy to self-host, and we offer a managed service.
If you're building anything involving retrieval, we’d love your feedback!
How We Built HelixDB:
We came up with the idea for Helix while building a graph database as a side-project in Rust. Reading some research papers on RAG setups, I realised there was a lot of infrastructure setup to get started. You need your own server, a graph database, a vector database and then some bespoke middleman software to link them together.
After looking into how vectors work I discovered you can (kind of) abstract it into a graph. The vectors are just nodes with coordinates! And edges represent neighbour links. I realised I could link this up to the current graph infrastructure, allowing traversals in conjunction with similarity searches.
The way Helix works, from a low level, is you have four main types in respective tables. You have graph nodes, graph edges, vector nodes, and vector edges. The vector edges are irrelevant to developers (they just store the neighbour link for the similarity algorithm). The vector nodes work in the same way you'd use vectors in Pinecone or Qdrant by utilising HNSW. Likewise, the graph nodes work the same as they would in Neo4J or Neptune. The graph edges, however, are where things get interesting; you are able to define relationships between graph nodes, but also vectors, meaning you can have explicit dependencies between vectors and nodes or vice versa.
So, you can run a similarity search, then walk the graph to get more structured context. Or the other way around.
How Helix Works:
When you run Helix, it spins up as its own server (like a Docker container). To query it, you hit an auto-generated API endpoint.
Out of ignorance, I used to think databases compiled their queries and ran them like functions — like in normal programming. Turns out they don’t, and I never understood why that wasn’t the norm. So, like with what SpaceTimeDB is doing, we made Helix queries deployable. You write a query, and it gets built directly into the database as its own endpoint. This avoids the overhead of sending entire query strings over the network and cuts latency down a lot (and also prevents injections).
I've put an awful lot of work into this so if you could please star the Github and share it around I'd be very grateful
Comments URL: https://news.ycombinator.com/item?id=43659999
Points: 1
# Comments: 0
MCP: Additional context has a cost, a reminder that data beats vibes
Article URL: https://www.twilio.com/en-us/blog/twilio-alpha-mcp-server-real-world-performance
Comments URL: https://news.ycombinator.com/item?id=43659989
Points: 1
# Comments: 0
New video of unidentified flying object recorded near California released
Containers are coming to Cloudflare Workers in June 2025
Article URL: https://blog.cloudflare.com/cloudflare-containers-coming-2025/
Comments URL: https://news.ycombinator.com/item?id=43659934
Points: 1
# Comments: 0
China has a weapon that could hurt America: rare-earth exports
Israeli Envoy Slams South Korea Nazi Bar
Article URL: https://www.jpost.com/jewish-world/jewish-news/israeli-envoy-slams-south-korea-nazi-bar
Comments URL: https://news.ycombinator.com/item?id=43659906
Points: 2
# Comments: 1
China Admitted to Volt Typhoon Cyberattacks on US Critical Infrastructure
Article URL: https://www.securityweek.com/china-admitted-to-us-that-it-conducted-volt-typhoon-attacks-report/
Comments URL: https://news.ycombinator.com/item?id=43659894
Points: 4
# Comments: 1
Founder of e-commerce firm hit with fraud charge for lying about AI tech
Article URL: https://www.scworld.com/news/founder-of-e-commerce-firm-hit-with-fraud-charge-for-lying-about-ai-tech
Comments URL: https://news.ycombinator.com/item?id=43659893
Points: 1
# Comments: 0
Dev Tools Honeytrap: Why We Can't Stop Building Tools Nobody Buys
Article URL: https://substack.com/home/post/p-161145826
Comments URL: https://news.ycombinator.com/item?id=43659876
Points: 1
# Comments: 0
Noem's Rifle Pointing at Agents Face Broke Major Safety Rule Wyoming Experts Say
Washington Post created a website to discourage its tech workers from unionizing
Article URL: https://bsky.app/profile/jamieson.bsky.social/post/3lmktpiaavs2h
Comments URL: https://news.ycombinator.com/item?id=43659846
Points: 2
# Comments: 0
Evaluating AI Use and Its Psychological Correlates via Web Browsing Data
Article URL: https://osf.io/preprints/psyarxiv/mrhyq_v1
Comments URL: https://news.ycombinator.com/item?id=43659832
Points: 2
# Comments: 0
The Ford Executive Who Kept Score of Colleagues' Verbal Flubs
Article URL: https://www.wsj.com/lifestyle/ford-motor-mike-obrien-malaprops-6e560520
Comments URL: https://news.ycombinator.com/item?id=43659814
Points: 1
# Comments: 0
Umberto Eco's List of the 14 Common Features of Fascism
Article URL: https://www.openculture.com/2024/11/umberto-ecos-list-of-the-14-common-features-of-fascism.html
Comments URL: https://news.ycombinator.com/item?id=43659804
Points: 13
# Comments: 1
Last week Meta shipped new models – the biggest news is what they didn't say
Article URL: https://blog.kilocode.ai/p/llama-4-one-week-after
Comments URL: https://news.ycombinator.com/item?id=43659801
Points: 2
# Comments: 0