Back to News
Advertisement

Ask HN: What are your best Claude hacks?

aakashwadhwani35 about 7 hours ago 3 comments

ZH version is available. Content is displayed in original English for accuracy.

One workflow I like: collecting high-quality research papers on a topic, uploading them to Claude, and turning it into a temporary expert on that domain.
Advertisement

⚡ Community Insights

Discussion Sentiment

50% Positive

Analyzed from 155 words in the discussion.

Trending Topics

#things#claude#worked#wrong#skill#always#gets#few#normal#software

Discussion (3 Comments)Read Original on HackerNews

danschullerabout 4 hours ago
A few things that have worked well for me:

  - Like normal software engineering - building small parts in isolation, verifying they work and then bringing them together to make the whole.

  - Asking Claude to do things using sub-agents to keep the parent context clean. i.e. reviewing plans, research, code reviews
  
  - If there's ever something you can have verification on - a test suite, a screenshot with pixel reading, a certain output to match. Then with `/goal` it tends to work very well with little guidance (in my experience)
  
  - If it keeps getting things wrong, then I make it write a skill. i.e. for some reason it always had errors running playwright but would get there in the end, and it would always have trouble with auth on my NAS but with the skill it can follow the path that's worked for it in the past and not burn tokens
Fotis-Karmpasabout 1 hour ago
I do the same i would add sometimes when it gets stuck and gets things wrong i go to chatgpt to figure out the issues then go back to claude and it agrees and self correct. i have used claude to help me launch my project [https://thrivez.io].
Avery29about 2 hours ago
Real-time web data access capability.