releaseMar 29, 2026ยท 1 min read

Show HN: I made a "programming language" looking for feedback

Article URL: https://github.com/alonsovm44/glupe Comments URL: https://news.ycombinator.com/item?id=47565831 Points: 3 # Comments: 2

glupe is a command-line interface tool that acts as a constraint layer for ai code generation. it allows developers to define specific areas in their code where ai can generate code, while keeping the rest of the codebase unchanged. this is designed to prevent issues that arise from unrestricted ai modifications, such as accidental changes to working code or difficulties in reviewing changes.

for indie game developers, glupe can help maintain the integrity of your codebase while leveraging ai for code generation. you can write your code structure and allow the ai to fill in specific implementation details without risking unintended alterations to your existing code. this makes it easier to integrate ai into ongoing projects while ensuring that your code remains stable and reviewable.

glupe is not a replacement for traditional programming languages or compilers. it is meant to be a tool for gradual adoption of ai in real projects. it is important to note that while glupe can help manage ai-generated code, it does not guarantee perfect results, as the quality of the output still depends on the prompts given to the ai.

to get started with glupe, you can download the pre-compiled binaries for your operating system from the project's GitHub page. this will allow you to implement glupe in your development workflow and take advantage of its constraint features.

vibe check
someone on show hn made a programming language which means they're either about to change the world or learn why everyone uses python, no in between
sources