frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Show HN: Code Claude Code

https://github.com/RVCA212/codesys
117•sean_•2mo 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•2mo 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_•2mo 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•2mo 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•2mo 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•2mo ago
Is "Code Claude Code" a play on "Bob Loblaw"?

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

fny•2mo ago
I’d guess Run Forest Run.
conception•2mo ago
I was on Go Dogs Go!
mmoustafa•2mo ago
Ha! I prefer this one
frank_nitti•2mo ago
Or for the younger generation Go Diego Go
sean_•2mo 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•2mo 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•2mo 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_•2mo ago
same idea, yes

this seems simpler and more straight forward though

ramoz•2mo 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•2mo 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•2mo 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•2mo ago
Adding Swift (and 129 others) in March was a big deal, thank you.
ramoz•2mo ago
Building a product brewed in the alchemy of current-day LLMs is how we end up with new langchains.
RVRC•2mo 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•2mo 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•2mo 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•2mo ago
A little tangential but, I can’t get any LLMs to write a codepen for a parallel parking animation.

Show HN: I built a toy music controller for my 5yo with a coding agent

https://github.com/jeffmccune/sonoserve
5•JeffMcCune•3d ago•1 comments

Show HN: RULER – Easily apply RL to any agent

https://openpipe.ai/blog/ruler
61•kcorbitt•13h ago•11 comments

Show HN: Interactive pinout for the Raspberry Pi Pico 2

https://pico2.pinout.xyz
135•gadgetoid•4d ago•28 comments

Show HN: Pangolin – Open source alternative to Cloudflare Tunnels

https://github.com/fosrl/pangolin
466•miloschwartz•1d ago•114 comments

Show HN: Vibe Kanban – Kanban board to manage your AI coding agents

https://github.com/BloopAI/vibe-kanban
155•louiskw•16h ago•101 comments

Show HN: Open source alternative to Perplexity Comet

https://www.browseros.com/
276•felarof•1d ago•113 comments

Show HN: Transition – AI Triathlon Coach

https://www.transition.fun/
3•awormuth•5h ago•0 comments

Show HN: VibeKin – Gated Discord Tribes via Personality Matching

https://tgc.fly.dev
2•madebywelch•5h ago•0 comments

Show HN: Cactus – Ollama for Smartphones

https://github.com/cactus-compute/cactus
215•HenryNdubuaku•1d ago•81 comments

Show HN: CXXStateTree – A modern C++ library for hierarchical state machines

https://github.com/ZigRazor/CXXStateTree
47•zigrazor•5d ago•35 comments

Show HN: I built a playground to showcase what Flux Kontext is good at

https://fluxkontextlab.com
70•Zephyrion•2d ago•16 comments

Show HN: OffChess – Offline chess puzzles app

https://offchess.com
366•avadhesh18•3d ago•164 comments

Show HN: FlopperZiro – A DIY open-source Flipper Zero clone

https://github.com/lraton/FlopperZiro
353•iraton•2d ago•73 comments

Show HN: MCP server for searching and downloading documents from Anna's Archive

https://github.com/iosifache/annas-mcp
251•iosifache•2d ago•78 comments

Show HN: Director – Local first, open source MCP Gateway

12•bwm•16h ago•5 comments

Show HN: Typeform was too expensive so I built my own forms

https://www.ikiform.com/
181•preetsuthar17•1d ago•93 comments

Show HN: asyncmcp – Run MCP over async transport via AWS SNS+SQS

https://github.com/bh-rat/asyncmcp
31•bharatgel•1d ago•4 comments

Show HN: BreakerMachines – Modern Circuit Breaker for Rails with Async Support

https://github.com/seuros/breaker_machines
44•seuros•5d ago•19 comments

Show HN: An Improvisational Web Server

https://github.com/jasonthorsness/ginprov
4•jasonthorsness•14h ago•1 comments

Show HN: Helices Create a New Model of Deterministic Computation [pdf]

https://lambdalord.github.io/Twin-Helix-Geometric-Computation/TwinHelix_rough_fin.pdf
2•bkaminsky•15h ago•1 comments

Show HN: Petrichor – a free, open-source, offline music player for macOS

https://github.com/kushalpandya/Petrichor
196•kushalpandya•2d ago•105 comments

Show HN: NYC Subway Simulator and Route Designer

https://buildmytransit.nyc
197•HeavenFox•4d ago•32 comments

Show HN: Multiple barcodes can be generated on single page

https://ddddddo.github.io/barcode/
2•ddddddO•18h ago•0 comments

Show HN: NodeLoop – Hub for electronics design knowledge and tools

https://nodeloop.org/
5•eezZ•18h ago•0 comments

Show HN: Ten years of running every day, visualized

https://nodaysoff.run
29•friggeri•1d ago•10 comments

Show HN: TUI personal monthly budget planner

https://github.com/eliasdorneles/moomoolah
3•eliasdorneles•20h ago•0 comments

Show HN: I wrote a "web OS" based on the Apple Lisa's UI, with 1-bit graphics

https://alpha.lisagui.com/
513•ayaros•5d ago•141 comments

Show HN: Jukebox – Free, Open Source Group Playlist with Fair Queueing

https://www.jukeboxhq.com/
121•skeptrune•3d ago•43 comments

Show HN: A decentralized command line key-value store on Nostr

https://github.com/chr15m/nkv
2•chr15m•22h ago•0 comments

Show HN: AI Movie Finder – I created a way to find movies by describing

https://www.aimoviefinder.com
4•mosbyllc•23h ago•1 comments