Live data from Hacker News

Building a native C# implementation of CEL engine

bsid.io

11–15 of 15 posts

Re: Building a native C# implementation of CEL engine

#11
post #6

I'm surprised (without any particular positive/negative valence) that the article doesn't mention using AI to write the port - especially since both CEL and protovalidate have fairly extensive conformance testing harnesses. The project should be right in the sweet spot for today's tools. The omission is especially striking since most of the article sounds AI-authored to me. (Pangram agrees, for what that's worth.)

The code is also clearly all vibecoded. I think this is the usual we get these days: "Show HN: I built..." where in fact author did write neither the code nor the writeup.

Is the "chore" commit subject prefix an AI thing? I've started seeing that at work too...

Re: Building a native C# implementation of CEL engine

#12
post #11
post #6

Earlier quoted context omitted.

The code is also clearly all vibecoded. I think this is the usual we get these days: "Show HN: I built..." where in fact author did write neither the code nor the writeup.

Is the "chore" commit subject prefix an AI thing? I've started seeing that at work too...

Not an AI thing per-se [1] but may be pushed by or increased in usage by the agents.

[1] https://www.conventionalcommits.org/en/v1.0.0/#summary

Re: Building a native C# implementation of CEL engine

#13
post #11
post #6

Earlier quoted context omitted.

The code is also clearly all vibecoded. I think this is the usual we get these days: "Show HN: I built..." where in fact author did write neither the code nor the writeup.

Is the "chore" commit subject prefix an AI thing? I've started seeing that at work too...

Semantic git commits have been a thing for years - https://www.conventionalcommits.org/en/v1.0.0/

I've always liked them and tried to convince others to use them

AI models seem to like them as well

Re: Building a native C# implementation of CEL engine

#14
post #11
post #6

Earlier quoted context omitted.

The code is also clearly all vibecoded. I think this is the usual we get these days: "Show HN: I built..." where in fact author did write neither the code nor the writeup.

Is the "chore" commit subject prefix an AI thing? I've started seeing that at work too...

This was a thing before LLMs, but you’d frequently see it in open source repos. So LLMs are just regurgitating what they saw.

Re: Building a native C# implementation of CEL engine

#15
post #11
post #6

Earlier quoted context omitted.

The code is also clearly all vibecoded. I think this is the usual we get these days: "Show HN: I built..." where in fact author did write neither the code nor the writeup.

Is the "chore" commit subject prefix an AI thing? I've started seeing that at work too...

Used it for years in part because of https://git-cliff.org/
Post reply on HN