frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Code Claude Code

https://github.com/RVCA212/codesys
117•sean_•1y ago
In the nature of Open Source, I am releasing something I'm actively working on but is insanely simple and will likely be made anyways.

It is an SDK for scripting Claude Code.

It's a lightweight (155 lines) and free wrapper around claude code

This is a big deal because it seems that using claude code and cursor has become largly repitive. My workflow typically goes like this:

Plan out my task into a file, then have claude code implement the plan into my code.

I'm actively building a product with this, but still wanted to make it OSS!

Use it now with `pip install codesys`

Comments

tarboreus•1y ago
I was thinking about doing something like this. I write a lot of boilerplate about "ok we need to discuss before you implement, ask clarifying questions" so it doesn't go rushing ahead.
sean_•1y ago
yea this boilerplate is super simple and effective. It's essentially mimicing how I use claude code and cursor, but with low level control.

A very cool thing I'm working on in this space is having an llm code with the codesys sdk, then run the code.

So imagine cursor coding a codesys file instead of doing the task directly so that it instead scripts claude code to do a sequence of actions and allows cursor/the user to simply analyze the results.

this also enables parralel claude code sessions which is super cool!

ramoz•1y ago
same but the interaction between me and Claude is too dynamic, and my planning framework is more robust than single files. If anything I could speed my workflow up but writing a bash script that calls gemini for my plans - i feed entire codebases or parts of a large codebase (using Prompt Tower) to gemini for the planning - Claude Code isnt as reliable. But even that is iterative with Gemini.
RVRC•1y ago
I haven’t used Gemini as much but it doesn’t seem as smart as Claude, especially at exploring the codebase.

I’ve never heard of prompt tower either, so definitely something to look into!

justanotheratom•1y ago
Is "Code Claude Code" a play on "Bob Loblaw"?

https://arresteddevelopment.fandom.com/wiki/Bob_Loblaw

fny•1y ago
I’d guess Run Forest Run.
conception•1y ago
I was on Go Dogs Go!
mmoustafa•1y ago
Ha! I prefer this one
frank_nitti•1y ago
Or for the younger generation Go Diego Go
sean_•1y ago
I never heard of Bob Loblaw, so no.

It's more a play on the phrase 'Code the thing that Codes the thing'

edmundsauto•1y ago
If anyone else was curious to see the source, it’s hard to find due to the name collision on Google.

Here it is - https://github.com/RVCA212/codesys

divan•1y ago
Is it the same lines of RooCode task orchestrator [1] or claude-task-master[2] ?

[1] https://www.reddit.com/r/ChatGPTCoding/comments/1k8641f/roo_...

[2] https://github.com/eyaltoledano/claude-task-master

Seems like this task orchestration is the next must-have thing for every agentic AI solution and it makes perfect sense.

sean_•1y ago
same idea, yes

this seems simpler and more straight forward though

ramoz•1y ago
also MCP bloat - I prefer my Claude Code agent raw. It has it's own capable tools and plans development with task lists now - works really well with a greater meta-level tasking and context orchestration.
anotherpaulg•1y ago
Fun project with a nice compact code base. Agreed that ad-hoc scripting agents can be very powerful.

Aider has had support for scripting [0] in python or via the command line for a long time.

I made a screencast [1] recently that included ad-hoc bash scripting aider as part of the effort to add support for 130 new programming languages. It may give a flavor for how powerful this approach can be.

[0] https://aider.chat/docs/scripting.html

[1] https://aider.chat/docs/recordings/tree-sitter-language-pack...

RVRC•1y ago
Paul!!!

I first made a scripting tool of aider that I didn't open source: (https://cloudcoding.ai)

Scripting with aider gives lower level control but this is also its shortcoming to why I prefer scripting Claude code.

Claude code is like a better architect mode and people want higher and higher levels of abstraction away from the coding and more towards the vibing.

Terretta•1y ago
Adding Swift (and 129 others) in March was a big deal, thank you.
ramoz•1y ago
Building a product brewed in the alchemy of current-day LLMs is how we end up with new langchains.
RVRC•1y ago
Very true!

This isn’t the product I’m building which is why i opened sourced it, but it allows for my product to be made

I’m sure Anthropic will release this exact sdk in a week or two

gitroom•1y ago
This is a cool little project, and honestly, pushing out simple tools early always gets my gears turning - now Im sitting here thinking about what tiny scripts in my setup could use a little love.
Jimmc414•1y ago
I have been creating a change document as Claude.md and asking Claude Code to implement it. It was been working very well. Hire is this different?
user3939382•1y ago
A little tangential but, I can’t get any LLMs to write a codepen for a parallel parking animation.

Show HN: Homebrew 6.0.0

https://brew.sh/2026/06/11/homebrew-6.0.0/
787•mikemcquaid•8h ago•188 comments

Shall we play a game? – LLMs use tactical nukes in 95% of simulations

https://www.kennethpayne.uk/p/shall-we-play-a-game
78•nick238•2h ago•59 comments

MiMo Code is now released and open-source

https://mimo.xiaomi.com/mimocode
375•apeters•7h ago•207 comments

Show HN: FablePool – pool money behind a prompt, and Fable builds it in public

https://fablepool.com
20•matthewbarras•39m ago•8 comments

Petition to Withdraw Canada's Bill C-22

https://www.ourcommons.ca/petitions/en/Petition/Sign/e-7416
278•hmokiguess•6h ago•99 comments

The RCE that AMD wouldn't fix

https://mrbruh.com/amd2/
182•MrBruh•5h ago•67 comments

Ear Training Practice Exercises

https://tonedear.com/
89•mattbit•3d ago•57 comments

Emacs appearances in pop culture

https://ianyepan.github.io/posts/emacs-in-pop-culture/
191•ggcr•1d ago•36 comments

Travel Locally, Where You Are

https://www.ssp.sh/brain/travel-where-you-are/
45•zazuke•1h ago•24 comments

Software Is Made Between Commits

https://zed.dev/blog/introducing-deltadb
168•jeremy_k•5h ago•107 comments

Waymo Premier

https://waymo.com/blog/2026/06/waymo-premier/
121•boulos•5h ago•307 comments

Developer gets Half-Life running at 30 FPS on a Nokia N95

https://www.tomshardware.com/video-games/handheld-gaming/developer-gets-half-life-running-at-30-f...
172•ljf•3d ago•46 comments

macOS 27 Beta breaks the ability to boot Asahi Linux

https://www.phoronix.com/news/macOS-27-Beta-Breaks-Asahi
181•josephcsible•2d ago•83 comments

Show HN: Boo – screen-style terminal multiplexer built on libghostty

https://github.com/coder/boo
15•kylecarbs•1h ago•1 comments

Pokémon Go Scans Trained the Navigation Tech for Military Drones

https://dronexl.co/2026/06/09/pokemon-go-scans-niantic-vantor-military-drone-navigation/
669•vrganj•15h ago•302 comments

Open Reproduction of DeepSeek-R1

https://github.com/huggingface/open-r1
176•yogthos•8h ago•16 comments

Claude Fable 5: mid-tier results on coding tasks

https://www.endorlabs.com/learn/claude-fable-5-mythos-grade-hype
142•bugvader•5h ago•50 comments

Lines of code got a better publicist

https://curlewis.co.nz/posts/lines-of-code-got-a-better-publicist/
328•RyeCombinator•9h ago•234 comments

Apple didn't revolutionize power supplies; new transistors did (2012)

https://www.righto.com/2012/02/apple-didnt-revolutionize-power.html
43•geerlingguy•4h ago•4 comments

Solar generates more energy in US than coal for first time

https://www.theguardian.com/us-news/2026/jun/11/solar-energy-us-coal
359•neilfrndes•5h ago•175 comments

Discovery of Cold War-era rare Eastern Bloc computers in a German hangar

https://computerhistory.org/stories/explorers-of-the-lost-computers/
84•andrewstuart•5d ago•19 comments

The Dynamo and the Computer: The Modern Productivity Paradox (1989) [pdf]

https://www.almendron.com/tribuna/wp-content/uploads/2018/03/the-dynamo-and-the-computer-an-histo...
33•simonpure•1d ago•3 comments

Who Runs the Ransomware Group 'The Gentlemen?'

https://krebsonsecurity.com/2026/06/who-runs-the-ransomware-group-the-gentlemen/
35•Bender•2h ago•2 comments

FPS.cob: A first person shooter in COBOL

https://github.com/icitry/FPS.cob
86•MBCook•6h ago•53 comments

Fully autonomous drones have killed human soldiers for the first time

https://www.newscientist.com/article/2529849-fully-autonomous-drones-have-killed-human-soldiers-f...
168•deadgopher•1d ago•136 comments

Programming a GBA Game on an iPhone

https://blog.adamledoux.net/posts/2026-06-08-programming-a-gba-game-on-an-iphone.html
34•akkartik•1d ago•5 comments

Doing nothing at work

https://www.seangoedecke.com/doing-nothing-at-work/
307•Sukram21•3d ago•108 comments

Show HN: Claw Patrol, a security firewall for agents

https://github.com/denoland/clawpatrol
71•rough-sea•2d ago•24 comments

A new era for software testing

https://antirez.com/news/168
97•Chrisszz•4d ago•35 comments

I stopped tracking my time. Now I can't focus

https://newsletter.masilotti.com/p/i-stopped-tracking-my-time-now-i
38•joemasilotti•1h ago•40 comments