Readit News logoReadit News
stpedgwdgfhgdd commented on Writing a good Claude.md   humanlayer.dev/blog/writi... · Posted by u/objcts
johnsmith1840 · 18 days ago
I don't get the point. Point it at your relevent files ask it to review discuss the update refine it's understanding and then tell it to go.

I have found that more context comments and info damage quality on hard problems.

I actually for a long time now have two views for my code.

1. The raw code with no empty space or comments. 2. Code with comments

I never give the second to my LLM. The more context you give the lower it's upper end of quality becomes. This is just a habit I've picked up using LLMs every day hours a day since gpt3.5 it allows me to reach farther into extreme complexity.

I suppose I don't know what most people are using LLMs for but the higher complexity your work entails the less noise you should inject into it. It's tempting to add massive amounts of xontext but I've routinely found that fails on the higher levels of coding complexity and uniqueness. It was more apparent in earlier models newer ones will handle tons of context you just won't be able to get those upper ends of quality.

Compute to informatio ratio is all that matters. Compute is capped.

stpedgwdgfhgdd · 18 days ago
The comments are what makes the model understand your code much better.

See it as a human, the comments are there to speed up understanding of the code.

stpedgwdgfhgdd commented on Writing a good Claude.md   humanlayer.dev/blog/writi... · Posted by u/objcts
dimitri-vs · 18 days ago
Correct me if I'm wrong but I think the new "skillss are exactly this, but better.
stpedgwdgfhgdd · 18 days ago
Indeed, the article links to the skill documentation which says:

Skills are modular capabilities that extend Claude’s functionality through organized folders containing instructions, scripts, and resources.

And

Extend Claude’s capabilities for your specific workflows

E.g. building your project is definitely a workflow.

It als makes sense to put as much as you can into a skill as this an optimized mechanism for claude code to retrieve relevant information based on the skill’s frontmatter.

stpedgwdgfhgdd commented on Claude Advanced Tool Use   anthropic.com/engineering... · Posted by u/lebovic
notpublic · 24 days ago
Instead of including all these instructions in CLAUDE.md, have you considered using custom Skills? I’ve implemented something similar, and Skills works really well. The only downside is that it may consume more tokens.
stpedgwdgfhgdd · 24 days ago
The matching logic for a skill is pretty strict. I wonder whether mentioning ‘git’ in the front matter and using ‘gitlab’ would give a match for a skill to get triggered.
stpedgwdgfhgdd commented on Claude Advanced Tool Use   anthropic.com/engineering... · Posted by u/lebovic
theknarf · 24 days ago
We should just build more CLI tools, that way the agentic AI can just run `yourtool --help` to learn how to use it. Instead of needing an MCP-server to access ex. Jira it should just call a cli tool `jira`. Better CLI tools for everything would help both AI and humans alike.
stpedgwdgfhgdd · 24 days ago
All for CLI tools, but they have their limits. Another party can update their mcp server and you get the new tools without a sweat.

E.g. with a Jira cli tool I have to write the skill and keep it up to date. With a MCP server I can delegate most of the work.

stpedgwdgfhgdd commented on Iran president says capital move now a necessity as water crisis deepens   iranintl.com/en/202511209... · Posted by u/DrierCycle
stpedgwdgfhgdd · a month ago
And why?

Climate change (no rain) but especially bad water mgt.

stpedgwdgfhgdd commented on Netherlands returns control of Nexperia to Chinese owner   bloomberg.com/news/articl... · Posted by u/boovic
stpedgwdgfhgdd · a month ago
Headline should be:

The intervention by the Dutch government at the Nijmegen-based chipmaker Nexperia is being suspended.

stpedgwdgfhgdd commented on Show HN: Continuous Claude – run Claude Code in a loop   github.com/AnandChowdhary... · Posted by u/anandchowdhary
anandchowdhary · a month ago
It sends a flag that dangerously allows Claude to just do whatever it wants and only give us the final answer. It doesn't do the back-and-forth or ask questions.
stpedgwdgfhgdd · a month ago
Iteratively working is a MUST for more than trivial fixes. This continuous loop could work for trivial refactorings / maintenance tasks.
stpedgwdgfhgdd commented on Show HN: Continuous Claude – run Claude Code in a loop   github.com/AnandChowdhary... · Posted by u/anandchowdhary
jes5199 · a month ago
can it read code review comments? I've been finding that having claude write code but letting codex review PRs is a productive workflow, claude code is capable of reading the feedback left in comments and is pretty good at following the advice.
stpedgwdgfhgdd · a month ago
I’m letting Claude Code review the code as part of a gitlab CI job. It adds inline comments (using curl and the http API, nightmare to get right as glab does not support this)

CC can also read the inline comments and creates fixes. Now thinking of adding an extra CI job that will address the review comments in a separate MR.

stpedgwdgfhgdd commented on Adk-go: code-first Go toolkit for building, evaluating, and deploying AI agents   github.com/google/adk-go... · Posted by u/maxloh
elzbardico · a month ago
Why doing agents with go?

Python is way more ergonomic when dealing with text than go. Go's performance advantages are basically irrelevant in an AI agent, as execution time is dominated by inference time.

stpedgwdgfhgdd · a month ago
Because Go has stronger compile-time type safety than Python. And of course concurrency.

Fwiiw I noticed that colleagues using other languages like Java and JS with Claude Code sometimes get compile errors. I never get compile errors (anymore) with Go. The language is ideal for LLMs. Cant tell how CC is doing lately for Python.

stpedgwdgfhgdd commented on Vibe Code Warning – A personal casestudy   github.com/jackdoe/pico2-... · Posted by u/jackdoe
stpedgwdgfhgdd · a month ago
Vibe coding sucks at this moment in time. On the other hand, when was the last time you looked at assembler code and thought, mmmm, I do not like the style? There is also room for optimization. If i would have written this myself, it would be way faster.

l'histoire se répète

u/stpedgwdgfhgdd

KarmaCake day121May 29, 2017
About
14bijenwas.kweeperen@icloud.com
View Original