11 points, 6 comments on Hacker News
Source: [Hacker News](https://openai.com/index/introducing-gpt-live-1-in-the-api/)
Developing story — details emerging. Check the source link for the latest updates.
Developing story — details emerging. Check the source link for the latest updates.
AI coding tools have made it easy to go from an idea to working code. You describe what you want, send the prompt, and a few moments later you have files, components, logic, and sometimes an entire working app. That speed is great until the prompt leaves something important unsaid.
I was on-call for a service once and got paged at 2am for a Kubernetes cluster that was falling apart in three different ways simultaneously. I spent 45 minutes running kubectl commands to understand what was happening before I could even start fixing it. InfraOS AI is my answer to that problem .
1 points, 0 comments on Hacker News
Most retrieval stacks start with a vector index, and for good reason: "find me things that look like this" is the single most common question an agent asks. But a meaningful slice of agent questions aren't about similarity at all. They're about connection — what depends on this, who touched it,...