HN user

thecopy

2,051 karma

Building https://www.gatana.ai - secure agentic communications platform

Posts26
Comments465
View on HN
news.ycombinator.com 10mo ago

Ask HN: GitHub Copilot down?

thecopy
58pts20
en.wikipedia.org 2y ago

Maxwell's Demon

thecopy
1pts0
www.svt.se 2y ago

Swedish higher court rejects Tesla's appeal to release license plates

thecopy
18pts7
www.svt.se 2y ago

Norway Joins Denmark in Swedish Tesla Strike/Blockade

thecopy
215pts347
www.transport.se 2y ago

Swedish Ports Block Teslas from Entering the Country

thecopy
12pts1
www.economist.com 2y ago

A refresher on business air-travel etiquette

thecopy
3pts1
twitter.com 2y ago

LK-99: Team of Southeast University observed zero resistance below 110 K

thecopy
640pts341
www.youtube.com 3y ago

Cities: Skylines II [video]

thecopy
124pts91
www.theverge.com 4y ago

SpaceX fires employees who wrote open letter complaining about Elon Musk

thecopy
13pts18
www.economist.com 5y ago

House prices in the rich world are booming

thecopy
3pts1
www.mirror.co.uk 6y ago

Passenger Jet Crashes in Karachi

thecopy
1pts0
reorg.github.io 6y ago

Pg_repack 1.4.5

thecopy
1pts0
www.macrumors.com 6y ago

New 13.2 Update Bricking Some HomePods

thecopy
3pts0
daringfireball.net 6y ago

Idle Speculation on Whether Apple Is Going to Hold Another Keynote Event This Yr

thecopy
1pts0
github.com 6y ago

Securing Software, Together

thecopy
1pts0
prometheus.io 6y ago

Prometheus – Monitoring system and time series database

thecopy
2pts0
www.google.com 7y ago

Google Search Is Down

thecopy
1pts4
news.ycombinator.com 7y ago

Ask HN: Which news papers do you subscribe to and why?

thecopy
6pts7
news.ycombinator.com 7y ago

Ask HN: Would an autonomous car keep driving into a loop or a horizontal spiral?

thecopy
1pts0
www.deepl.com 8y ago

DeepL Translator

thecopy
2pts0
news.ycombinator.com 9y ago

Ask HN: Uber wont answer my tickets and my account is hacked and being used

thecopy
1pts12
news.ycombinator.com 10y ago

Ask HN: Cloning Prod DB for Acc-Testing Environment?

thecopy
5pts4
www.npr.org 11y ago

How Well Can You Hear Audio Quality?

thecopy
4pts0
github.com 11y ago

Apiary2postman: A tool for converting Apiary.io/Blueprint API specs to Postman

thecopy
1pts0
erikfromsweden.org 12y ago

Data Mining 101: Comparing Objects

thecopy
3pts0
erikfromsweden.org 12y ago

Data Mining 101: Map Reduce

thecopy
1pts0

When DeepSeek was released, it had an immidiate and significant impact on the US stock-market. Now when its becoming common knowledge that China is almost at parity with US SOTA models with good momentum, why is there no sentiment change on the market?

MCP is dead? 2 months ago

Every mature MCP gateway solution should implement Code Mode (e.g. https://docs.gatana.ai/code-mode/) - it circumvents all the arguments.

In the end MCP is just a protocol for discovering tools. And agents _need_ to do stuff with tools.

Super interesting idea! Congrats on the launch. Context is definitely something that is lacking in my experience. Im always frustrated when an agent cannot answer business-related questions, and i compare them to coding agents which seem to be able to answer everything. The difference is that coding agent has the context right there at the fingertips, while for business its gated behind a bunch of services and custom data models. Context is king :)

How do you handle encryption and confidentiality? Im building in this space too (MCP gateway https://www.gatana.ai/) which already have semantic search for tool outputs, and ensuring encryption and confidentiality is not trivial.

Building Gatana, a platform for securely connecting an organizations agents to their services, with very flexible credential management and federated IDP trust.

Currently my mini-projects includes:

* 0% USA dependency, aim is 100% EU. Currently still using AWS SES for email-sending and GCP KMS for customer data key encryption for envelope encryption.

* Tool output compression, inspired by https://news.ycombinator.com/item?id=47193064 Added semantic search on top of this using a local model running on Hetzner. Next phase is making the entire chain envelop encrypted.

* "Firewall" for tool calls

* AI Sandboxes ("OpenClaw but secure") with the credential integration mentiond above

https://www.gatana.ai/

I implemented this as well successfully. Re structured data i transformed it from JSON into more "natural language". Also ended up using MiniLM-L6-v2. Will post GitHub link when i have packaged it independently (currently in main app code, want to extract into independent micro-service)

You wrote:

A search for “review configuration” matches every JSON file with a review key.

Its good point, not sure how to de-rank the keys or to encode the "commonness" of those words

Very interesting, one big wrinkle with OP:s approach is exactly that, the structured responses are un-touched, which many tools return. Solution in OP as i understand it is the "execute" method. However, im building an MCP gateway, and such sandboxed execution isnt available (...yet), so your approach to this sounds very clever. Ill spend this day trying that out

Super timely - thank you! Im in the process of moving the entire stack of my SaaS* fully in EU as well. Hetzner bare-metal, Talos k8s, OVH Object Storage for backups, self-hosted (for now) image repo. For now im still on Cloudflare for CDN, but bunny looks interesting. Using GitOps (FluxCD) as deployment strategy enables no dependencies on e.g. GitHub Actions.

For one thing running on bare-metal @ Hetzner is insane value for money versus GCP GKE. Im a third of the running costs and get ~50x resources.

The only aspect im struggling with is full-disk encryption. Although customer data is still encrypred with envelope encryption in the database, i want to migrate to fully encrypted disks (LUKS + TPM) sooner rather than later. If anyone has any resources and/or experience with this, please let know :)

* Gatana AI MCP gateway: https://www.gatana.ai/