HackerLangs
TopNewTrendsCommentsPastAskShowJobs

juunge

111 karmajoined vor 4 Jahren

Submissions

Capitalism Gone Wrong

kasperjunge.com
32 points·by juunge·vor 10 Stunden·42 comments

We Don't Have to Be This Bad at Improving Society

kasperjunge.com
65 points·by juunge·vor 9 Tagen·110 comments

An Early Example of Super Bad AI Governance

computerlove.tech
2 points·by juunge·vor 24 Tagen·0 comments

Everyone got excited they can suddenly code, and missed the point

kasperjunge.com
2 points·by juunge·letzten Monat·0 comments

Share AI Agent Skills Across Your Team

kasperjunge.github.io
2 points·by juunge·vor 4 Monaten·0 comments

Ralph.md: A Markdown format for autonomous coding-agent loops

ralphify.co
1 points·by juunge·vor 4 Monaten·1 comments

Skills Are Replacing Commands, Rules, and Subagents

kasperjunge.com
1 points·by juunge·vor 6 Monaten·0 comments

Show HN: NPM/uv for Claude Code – install skills from GitHub with one command

github.com
1 points·by juunge·vor 6 Monaten·1 comments

Show HN: Skill-Add – Share and Install Claude Code Skills from GitHub

github.com
2 points·by juunge·vor 6 Monaten·0 comments

comments

juunge
·vor 4 Monaten·discuss
RALPH.md is a skill-like format for reusable agent loops. It defines the outer loop around an agent run: the agent command, the commands to run between iterations, the arguments for steering, and the prompt body. That makes it possible to package and share loops that run repeatedly until stopped. I’ve been writing down example patterns and use cases in the cookbook as I learn what works well: https://ralphify.co/docs/cookbook/
juunge
·vor 5 Monaten·discuss
That would be great! And thanks for your take on this problem, I love to see others take on solving it
juunge
·vor 5 Monaten·discuss
I really like the idea of an agent package manager! I built something similar aiming to be like uv but for AI agents https://github.com/kasperjunge/agent-resources