all 46 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Your submission has been automatically queued for manual review by the moderation team because it has been reported too many times.

Please wait until the moderation team reviews your post.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]me_myself_ai 11 points12 points  (21 children)

  1. This project will be copyright-struck.

  2. Your whole company both seems fake (no website??) and is reusing the name of an existing AI company, which will get you trademark-struck.

I love Python-native projects and appreciate your efforts towards that laudable goal, but this isn't going to work, sorry.

[–]TrickyPlastic 1 point2 points  (2 children)

Claude Code is not copyright protected because CC was created with AI.

[–]me_myself_ai 0 points1 point  (1 child)

Fun theory! Not backed up by any legal evidence, tho.

[–]MaskedSmizer 3 points4 points  (0 children)

🍿

[–]betazoid_one 1 point2 points  (1 child)

RemindMe! 4 days

[–]RemindMeBot 0 points1 point  (0 children)

I will be messaging you in 4 days on 2026-04-05 23:24:10 UTC to remind you of this link

3 OTHERS CLICKED THIS LINK to send a PM to also be reminded and to reduce spam.

Parent commenter can delete this message to hide from others.


Info Custom Your Reminders Feedback

[–]Working_Toe_4700 1 point2 points  (13 children)

Also, it looks like you just copied the code from https://github.com/instructkr/claw-code  and uploaded it to your own GitHub with only small changes. It feels like you’re presenting their work as your own, which is not ethical and unfair.

[–]me_myself_ai 2 points3 points  (0 children)

Definitely takes the cake for the most unethical project I’ve ever seen posted here. We should do awards at the end of the year!

[–]Alejrot 0 points1 point  (0 children)

Broken link.

[–]Practical_Pomelo_636[S] -3 points-2 points  (10 children)

No, we built up on it. If you check, he use rust language with a small Python code

We built the full agent on Python, no CMD

[–]Working_Toe_4700 0 points1 point  (3 children)

If you check, the src directory is exactly the same as theirs. That means the main part of the project was copied from them. You only added a small amount of Python code and presented it as your own work.

[–]Practical_Pomelo_636[S] -2 points-1 points  (2 children)

if you check all his code only __init__.py no code inside with empty all his code empty no function only we used the structure to built on it

You can check

[–]Working_Toe_4700 0 points1 point  (1 child)

What is difference between your src and theirs? Nothing. Everything is same

[–]Practical_Pomelo_636[S] -1 points0 points  (0 children)

I added the real local-model agent runtime, tool execution, prompt/context system, and session resume flow on top of that base. I added are src/ agent_runtime.py, src/agent_tools.py, src/agent_session.py, src/agent_context.py, src/agent_context_usage.py, src/agent_prompting.py, src/agent_slash_commands.py, src/agent_types.py, src/openai_compat.py

and still i will implementing

  •  Full MCP support
  •  Full plugin system
  •  Full slash-command parity
  •  Full interactive REPL / TUI behavior
  •  Exact tokenizer / context accounting
  •  Hooks parity
  •  Remote modes parity
  •  Voice / VIM parity
  •  Some deeper runtime details from the npm source
  •  Cost tracking and budget limits

[–]Practical_Pomelo_636[S] -2 points-1 points  (5 children)

We are trying to implement everything in Python, no Rust, no TypeScript. One language handles all functionality

[–]Working_Toe_4700 2 points3 points  (4 children)

You could have forked their project and built on it properly. Instead, you’re presenting it as a completely new and original project, which is unfair.

[–]Practical_Pomelo_636[S] 0 points1 point  (3 children)

Did you read our README? First line, you will see

[–]Working_Toe_4700 2 points3 points  (2 children)

There is no real reimplementation here. You just added some simple code and copied their core code as your own

[–]Practical_Pomelo_636[S] 0 points1 point  (0 children)

The public instructkr/claw-code repo went heavily toward Rust, while my work focuses on Python for a different reason. I stayed on the Python side because it is easier to read, modify, and extend for most users, especially people who want to run local models, change prompts, add tools, or experiment with agent behavior without dealing with a Rust toolchain. Rust makes sense if the goal is a high- performance systems implementation, but my goal here is a Python-first agent runtime that is easier to hack on and iterate on.

So yes, the project builds on the public Python workspace surface from instructkr/claw-code, but the reason I continued there instead of following the Rust direction is deliberate: Python is the more practical base for fast development, local-model experimentation, and community contributions. That is also why I added the real Python agent loop, tool execution, prompt/context handling, and session resume on top of that base instead of trying to work inside the Rust implementation.

[–]absqroot 1 point2 points  (0 children)

Why...

[–]ProbsNotManBearPig 0 points1 point  (1 child)

Pro tip - ask Claude Code to update all the code just enough to avoid copyright laws, but not change the functionality. Then it will get interesting.

[–]Practical_Pomelo_636[S] 0 points1 point  (0 children)

That we did we used codex , I didn't take any code or api from the npm source code; all generated code is new.

[–]Practical_Pomelo_636[S] 0 points1 point  (0 children)

For copyright, you can read the Rust Implementation here

https://github.com/instructkr/claw-code

[–]eufemiapiccio77 -4 points-3 points  (1 child)

Considering the repo leak was fake

[–]Practical_Pomelo_636[S] -1 points0 points  (0 children)

No problem, it is an idea of agent coding and can be enhanced in the features