Earlier quoted context omitted.
Sometimes I don't want creativity though, I'm just not familiar enough with the solution space and I use the LLM as a sort of gradient descent simulator to the right solution to my problem (the LLM which itself used gradient descent when trained, meta, I know). I am not looking for wholly new solutions, just one that fits the problem the best, just as one could Google that information but LLMs save even that searchin…
> I'm just not familiar enough with the solution space Neither is the LLM
Do your own writing
201–210 of 265 posts
Re: Do your own writing
#202I've long considered writing to be the "last step in thinking". I can't tell you how many times an idea, that was crystal clear in my mind, fell apart the moment I started writing and I realize there were major contradictions I needed to resolve. Likewise I also have numerous times where writing about something loosely and casually revealed to me something that fundamentally changed how I viewed a topic and really co…
Re: Do your own writing
#203Re: Do your own writing
#204Earlier quoted context omitted.
Do you use search engines or do you just memorize all the world’s information?
I don't use search engines for much of anything nowadays (does anybody still?) At work I read documentation if I need to learn something.
You dismiss LLMs because of factual inaccuracy, which is fair, but now you're doubling down on an anti search engine stance, which is weird, because the modern substitute is letting LLMs either use search engines on your behalf or learn the entire internet with some error and you've dismissed both.
Yes, I'm the "backwards" guy who still uses search engines. We still exist.
Re: Do your own writing
#205Re: Do your own writing
#206It's basically automating release notes and sprint summary's from existing systems like Jira and Linear. The target user is a product team, the target reader are business stakeholders who want to validate your existence. I've found this process to be stupidly time consuming for both our delivery manager, and whichever Dev they decide to tap on the shoulder to help contextualize tickets.
I feel like LLM's are a really good _summarizer_ and it can easily highlight if your tickets don't have enough context for actual people, if even an LLM can't write a summary with good enough context.
Idk, maybe it's a sensible usecase because you REALLY don't want novel ideas from the LLM in this case. You want it to tell you 1:1 what you did this sprint based on a list of issues.
Re: Do your own writing
#207Re: Do your own writing
#208Re: Do your own writing
#209I wonder if anyone from HN would be willing to input their opinion into some features I'm building, which is really outputting LLM generated writing. It's basically automating release notes and sprint summary's from existing systems like Jira and Linear. The target user is a product team, the target reader are business stakeholders who want to validate your existence. I've found this process to be stupidly time consu…
You mention that the target audience is "stakeholders who want to validate your existence", which makes me think that your target audience doesn't really care about what you actually did but rather about being heard. If that's the case then replacing the Delivery Manager (who is arguably doing a good job) with a machine that screams "I want to think about you as little as possible" is definitely a risk. It may work well to provide the DM with a first draft, though.
Disclaimer: I don't know your team nor stakeholders and I'm probably not in your industry.
Re: Do your own writing
#210I've long considered writing to be the "last step in thinking". I can't tell you how many times an idea, that was crystal clear in my mind, fell apart the moment I started writing and I realize there were major contradictions I needed to resolve. Likewise I also have numerous times where writing about something loosely and casually revealed to me something that fundamentally changed how I viewed a topic and really co…
1. Write down the problem
2. Think really hard
3. Write down the solution
It's a bit tongue-in-cheek, but there is also truth to it. Step 1 is not optional and actually very important.