Feed aggregator

Maybe we can keep on coding? pseudo code project

Hacker News - Wed, 03/11/2026 - 12:06am

6 months ago a few people [https://news.ycombinator.com/item?id=44940089] agreed that LLMs are very good at translating Pseudo-code to real code. I agree. Also, writing pseudo code somewhat makes me feel a similar state of flow. Maybe even more, because no compiler/interpreter annoys me about syntax issues. Now, I built this:

https://github.com/HalfEmptyDrum/Pseudo-Code-Flow

It is basically a Claude Code skill. You can call it on a .pseudo text file with /translate. It will obviously translate the pseudo code into your specified language. This would be nice and all, but I included another subtle but useful feature: The LLM will suggest changes (design, architecture, functionality, ...) to your code, but will roughly use your pseudo code style.

I think of pseudo code as the semantic body that is closest to how the code/algorithm is represented in my head. When Claude then answers in my language instead of Python/C++/... (which has lots of boilerplate to make it work), it resonates much easier with me.

Let me know what you think!

Comments URL: https://news.ycombinator.com/item?id=47331647

Points: 2

# Comments: 1

Categories: Hacker News

Ask HN: How are you managing "prompt fatigue" and lazy LLM outputs?

Hacker News - Tue, 03/10/2026 - 11:59pm

I rely heavily on LLMs to help me code side projects and write copy, but lately, I’ve hit a wall with prompt fatigue.

Between my college classes and working my sales shifts, my actual dev time is pretty limited. I started noticing that I was spending 20 minutes just arguing with the models to get what I actually asked for. If I don't write a massive, perfectly structured system prompt every single time, the AI defaults to giving me half-finished code (// insert remaining logic here) or wraps everything in that sterile, generic voice (always using words like 'delve' or 'robust').

I got so tired of keeping a messy Notion doc full of "negative constraints" to copy and paste that I ended up just building my own lightweight wrapper (a constraint engine) to front-load all the formatting rules before it hits the model.

But I'm really curious about how power users here are handling this right now.

Are you guys just keeping massive markdown files of system prompts to copy/paste?

What specific constraints or frameworks are you using to force models to write complete, production-ready code on the first try?

Comments URL: https://news.ycombinator.com/item?id=47331614

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: ClawSoc – Observe Your AI Agent in an AI Society

Hacker News - Tue, 03/10/2026 - 11:58pm

What would happen if your AI Agent met Blackbeard in the wild? What would they talk about? What if they were made to play the prisoner's dilemma. Would your agent beg him to cooperate? Would it work?

What if instead of Blackbeard it was someone's OpenClaw. And instead of one it was many. Would your agent come out on top? Would you meet some interesting people on the way?

Thanks for checking out my pet project ClawSoc. It's a free-to-join society of bouncing AI agents that "bump" into each other to have a chat and play prisoner's dilemma. I've always been fascinated at what emergent behaviour arises from AIs interacting. Currently, it mostly seems degredation into chaos. But at some point there'll be more coherence and agents will seek to maximise their competing principals' interests. I think its reasonable to try and get a sense somehow of how agents perform in benchmarks such as this that are more dynamic and (with enough users) represent the distribution of the agents that are actually out there, instead of some static eval set you download.

As a start to this I have made ClawSoc. It is by no means optimal and the code is open sourced (https://github.com/benjosaur/clawsoc) if you want to run/make/host your own versions. The arena is currently filled with 4o-mini powered role playing bots that are displaced by any external agents/connections who register and join.

Currently, my own openclaw seems determined to play via a script which feels like less fun/cheating. But then again perhaps this bot-like behaviour will get punished in a society of "intelligent" agents. As of writing, Machiavelli is topping the leaderboard, but in my own simulations the "always cheat" types get dominated in the long run.

Any feedback/ideas welcome and would be greatly appreciated. Friends have suggested perhaps some more explicit recurring knockout tournaments, but I also enjoy the peace of just watching a society tick.

Comments URL: https://news.ycombinator.com/item?id=47331606

Points: 3

# Comments: 0

Categories: Hacker News

Promptbuilder Tool

Hacker News - Tue, 03/10/2026 - 11:57pm

Article URL: https://promptengine.business

Comments URL: https://news.ycombinator.com/item?id=47331604

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: CryptoFlora – Visualize SHA256 to a flower using Rose curves

Hacker News - Tue, 03/10/2026 - 11:52pm

I made this side tool to visualize SHA-256 while building a loyalty card wallet application to easily identify if a collected stamp is certified by the issuer by simply seeing it, instead of scanning something like a QR code or matching a serial number.

I think there are more potential use cases, like creating a random avatar based on an email address or something else. Feel free to share your feedback :)

source code: https://github.com/tonytonyjan/crypto_flora

Comments URL: https://news.ycombinator.com/item?id=47331577

Points: 1

# Comments: 0

Categories: Hacker News

Preview a website before DNS changes – etchosts.link

Hacker News - Tue, 03/10/2026 - 11:51pm

Article URL: https://etchosts.link/

Comments URL: https://news.ycombinator.com/item?id=47331573

Points: 1

# Comments: 0

Categories: Hacker News

Geomancy

Hacker News - Tue, 03/10/2026 - 11:10pm
Categories: Hacker News

Pages