HackerLangs
TopNewTrendsCommentsPastAskShowJobs

juunge

111 karmajoined 4 ปีที่แล้ว

Submissions

Capitalism Gone Wrong

kasperjunge.com
32 points·by juunge·10 ชั่วโมงที่ผ่านมา·42 comments

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

kasperjunge.com
65 points·by juunge·9 วันที่ผ่านมา·110 comments

An Early Example of Super Bad AI Governance

computerlove.tech
2 points·by juunge·24 วันที่ผ่านมา·0 comments

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

kasperjunge.com
2 points·by juunge·เดือนที่แล้ว·0 comments

Share AI Agent Skills Across Your Team

kasperjunge.github.io
2 points·by juunge·4 เดือนที่ผ่านมา·0 comments

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

ralphify.co
1 points·by juunge·4 เดือนที่ผ่านมา·1 comments

Skills Are Replacing Commands, Rules, and Subagents

kasperjunge.com
1 points·by juunge·6 เดือนที่ผ่านมา·0 comments

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

github.com
1 points·by juunge·6 เดือนที่ผ่านมา·1 comments

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

github.com
2 points·by juunge·6 เดือนที่ผ่านมา·0 comments

comments

juunge
·4 เดือนที่ผ่านมา·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
·5 เดือนที่ผ่านมา·discuss
That would be great! And thanks for your take on this problem, I love to see others take on solving it
juunge
·5 เดือนที่ผ่านมา·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