Settings

Theme

Ask HN: How are you staying productive using LLMs?

5 points by thallavajhula a month ago · 12 comments · 1 min read


1. What's your predominantly use-case? Eg: If you're using it for coding, what are you doing to make yourself productive? If you're using it for something else, please share what it is and what you are making doing to make it productive for you

2. Any successful side-projects you've built using LLMs? Success is subjective. You can go with however you define success in your scenario.

cpnwaugha a month ago

Sirus (Qax) is 90% built with LLM coding agents (mix).

I should say that I'm deeply involved in the process - architecting and reviewing (and sometimes revising) to ensure the code is clean and aligned with my preferences.

one approach to ensuring purity of work is staging good changes before asking the agent to make new ones. that way, stashing/deleting poor quality work isn't too expensive and doesn't cost you the current progress.

- https://sirus.veedo.ai

stefanhoelzl a month ago

For me the most important part is to do multiple jobs at once, so while the agent is doing anything I can work with another agent which needs input. For this to work, I must be able to have the complete context for a task in one place, to get a up to date when I switch back to a task. That’s the tool I built helping me to achieve this https://github.com/stefanhoelzl/codehydra

bjourne a month ago

I use the bot for lookups: "numpy, one hot, eye", "python, partition sequence, which lib?", "bash, safe test unset variable for equality".

blinkbat a month ago

I use it for work, is that productive?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection