Remix.run Logo
Chu4eeno 3 hours ago

You really should either just write it manually, or at least clean it up, 5kLOC of bash for POSTing and reading/writing files is a bit overkill (the code is extremely repetitive, verbose and just hard to follow).

kamaludu 2 hours ago | parent | next [-]

Yes, the code is big and bulky, i know. But i am a single person, not a team. I write simple and clear for me, because i need to mantain it. Only Bash, zero dependencies, i like this.

thank you for your comment!

Tiberium an hour ago | parent | next [-]

> I write

You mean the LLM writes the code based on your instructions (that's fine, I guess, but 5KLOC is huge for this kind of script).

kamaludu 30 minutes ago | parent [-]

Architecture and structure are my decisions, LLM are instruments, simple executors, today i think are commonly used. Write code with LLM is not "push a button", it's a technical way of work, needs study and practice. 5k lines are months of work, debug, refactor, testing. 5k lines are the result of a long (and difficult) work, but LLM helps your productivity. The most important thing, for the humans, are the architectural decisions, and understanding how your current LLM reasoning and behavior. I decide architecture and structure; LLM only writes code (that need debug and testing), LLM are executors, not automatic. LLM are only software, and are new instruments to learn. Important thing: I use only free plan, of LLMs that have a real free plan.

SupLockDef an hour ago | parent | prev | next [-]

Why are you posting this if you know it is of poor quality then?

It's certainly not because you are proud of yourself, it has been generated.

So I genuinely wonder why?

eeertjoooo 2 hours ago | parent | prev [-]

[flagged]

porridgeraisin an hour ago | parent | prev [-]

I agree. What is with the random precore/core stuff anyways. But on the flip side, this thing seems to be doing a lot. I chugged through a couple thousand lines and there seems to be some amount of context management, I saw mentions of a history file, attachments, etc.