5 ms·
Ask HN: How are you staying productive using LLMs?
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.
- pintayo 2mo ago[flagged]
- bamei2ai 2mo ago[dead]
- blinkbat 2mo agoI use it for work, is that productive?
- AlexSGlife 2mo ago[flagged]
- agentduel 2mo ago[dead]
- bjourne 2mo agoI use the bot for lookups: "numpy, one hot, eye", "python, partition sequence, which lib?", "bash, safe test unset variable for equality".
- kkjh0723 2mo ago[flagged]
- blnlx 2mo ago[flagged]
- cpnwaugha 2mo agoSirus (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 https://sirus.veedo.ai
- chrisadam 2mo ago[flagged]
- stefanhoelzl 2mo agoFor 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 https://github.com/stefanhoelzl/codehydra
- tallyassistant 2mo ago[flagged]