Live data from Hacker News

Launch HN: Parity (YC S24) – AI for on-call engineers working with Kubernetes

news.ycombinator.com

71–78 of 78 posts

Re: Launch HN: Parity (YC S24) – AI for on-call engineers working with Kubernetes

#71
post #42

Earlier quoted context omitted.

I understand your sentiment, but I also don't think it's fair to say people are being disingenuous. I don't work for an AI company, I just use it with decent results. My last project needed a way to tag certain types of business activity indicated in 17,000 user reviews. I wrote a prompt with 5 different tags along with descriptions for each business activity, took a few-shot approach by defining 8 different examples…

(Reader beware: basically everything the LLM emits in here is wrong.) I was attempting to find formats that used a particular quoting style — SQL style double-the-character-to-espace — and bizarrely JSON came up. Gemini: > JSON: In JSON, double quotes are used to delimit strings. If a double quote needs to be included within the string itself, it's escaped by doubling it (e.g., "This is a string with a "quote" in it.…

My absolute favorite is when the model will tell you why something should be one way, but in the same message confidently tell you it is the other way.

I had a situation where I was playing around with having it right a quick method for me. I gave it the specs it needed to work with and the other methods it will call.

Basically, it wrote calling one of the methods with the wrong (missing) arguments. When I asked it to fix that call, it first said its current call was right but then when it went to explain it (in the same message), it pointed out that a certain missing argument was required to be passed in.

I have seen similar situations with these models looking at data time and time again. It theoretically sees it, but once that wrong data (the first failed interpretation) is part of its context it's basically all over.

Re: Launch HN: Parity (YC S24) – AI for on-call engineers working with Kubernetes

#72
post #70
post #68

Earlier quoted context omitted.

It's definitely an overblown problem. In practice it's not a big issue.

Yeah.... no it's really not overblown. It is a serious problem when these tools are being pushed as trustworthy when they are anything but. On an almost daily occurrence I deal with some sort of hallucination in code, in summarizing something, we see it constantly on social media when people try to use Google's AI summary as a source of truth. Let's not try to lie to push an agenda about what the capabilities of what…

Yeah.... no it's overblown.

I think you're exaggerating. You're imagining the worst but your argument basically boils down to not trusting that people can handle it, and calling me a liar. Good one.

Re: Launch HN: Parity (YC S24) – AI for on-call engineers working with Kubernetes

#73
Just some feedback on the landing page: ditch the Stanford/MIT/Carnegie Mellon logos. I’m not hating on elite universities or anything, but it has no relevance here (this is not a research project) and I think it detracts from the brand. I don’t associate academia with pager-carrying operators of critical services.

Re: Launch HN: Parity (YC S24) – AI for on-call engineers working with Kubernetes

#74
post #73

Just some feedback on the landing page: ditch the Stanford/MIT/Carnegie Mellon logos. I’m not hating on elite universities or anything, but it has no relevance here (this is not a research project) and I think it detracts from the brand. I don’t associate academia with pager-carrying operators of critical services.

Hard disagree. A solid chunk of the value in attending prestigious universities is being able to to drop names and logos in this exact case.

Like it or not touting that your team has pedigreed educational backgrounds is something you put up front and center.

Re: Launch HN: Parity (YC S24) – AI for on-call engineers working with Kubernetes

#75
post #73

Just some feedback on the landing page: ditch the Stanford/MIT/Carnegie Mellon logos. I’m not hating on elite universities or anything, but it has no relevance here (this is not a research project) and I think it detracts from the brand. I don’t associate academia with pager-carrying operators of critical services.

Hard disagree. A solid chunk of the value in attending prestigious universities is being able to to drop names and logos in this exact case. Like it or not touting that your team has pedigreed educational backgrounds is something you put up front and center.

I think it depends on the project. There is nothing about going to MIT that makes me think you know anything about k8s, openai's API, or running a startup. I would prefer to see what actual work experience the team has(founded company x, veteran PM at FAANG, etc). If they have no experience I wanna see existing customers. If they have none of that I would focus on the product, as this is like a teenager listing their chores as work experience.

Re: Launch HN: Parity (YC S24) – AI for on-call engineers working with Kubernetes

#76

Earlier quoted context omitted.

Hard disagree. A solid chunk of the value in attending prestigious universities is being able to to drop names and logos in this exact case. Like it or not touting that your team has pedigreed educational backgrounds is something you put up front and center.

I think it depends on the project. There is nothing about going to MIT that makes me think you know anything about k8s, openai's API, or running a startup. I would prefer to see what actual work experience the team has(founded company x, veteran PM at FAANG, etc). If they have no experience I wanna see existing customers. If they have none of that I would focus on the product, as this is like a teenager listing their…

> There is nothing about going to MIT that makes me think

That makes you think (no shade)... Question is: does it bother you enough to not proceed in engaging? Likely not. The upside is other audiences that love that kind of stuff - investors, other customers, individuals, etc.

Mostly neutral to positive, little negative.

Re: Launch HN: Parity (YC S24) – AI for on-call engineers working with Kubernetes

#77

Earlier quoted context omitted.

I think it depends on the project. There is nothing about going to MIT that makes me think you know anything about k8s, openai's API, or running a startup. I would prefer to see what actual work experience the team has(founded company x, veteran PM at FAANG, etc). If they have no experience I wanna see existing customers. If they have none of that I would focus on the product, as this is like a teenager listing their…

> There is nothing about going to MIT that makes me think That makes you think (no shade)... Question is: does it bother you enough to not proceed in engaging? Likely not. The upside is other audiences that love that kind of stuff - investors, other customers, individuals, etc. Mostly neutral to positive, little negative.

As noted at the end of my comment, I do think it's negative. If your achievements peaked in undergrad that looks bad. Investors do care about this stuff, but that should be in your pitch to them, on your resume/LinkedIn, etc. Your site should be for targeting customers.

Re: Launch HN: Parity (YC S24) – AI for on-call engineers working with Kubernetes

#78
> using AI agents to execute runbooks

This scares me. If I was confident enough in the runbook steps, they'd be automated already by a program. If it's a runbook and not a program, either it's really new or has some subtle nuance around it. "AI" is cool, and humans aren't perfect, but in this scenario I'd still prefer the judgment of a skilled operator who knows the business.

> our agents exclusively execute read-only commands

How is this enforced?

The RCA is the better feature of this tool, in my opinion.

Post reply on HN