The older I get, the more I realize what a critical component of personal and social relationships it is, and how deeply it reinforces virtually everything good in society. There's never a good reason to forgo it, and never a good reason to accept spending time with people who don't have it. It only leads to trouble.
I started my career in ad tech and it was often such abject misery because of this. I couldn't put my finger on it at the time, but a large part of the problem was working with people who had very little integrity. They were great at masking it and presenting a different persona, but ultimately, we did bad things to people and made filthy money. I don't miss anything about it.
Not in a "new-grad or corporate PR appropriating meaningless platitudes" kind of way. But in a "I have seen multiple times how one untrustworthy person can easily wreck all the work of a team or organization, and make their lives miserable, so averting that is a high priority" kind of way.
Lately, in business context, I tend to characterize what I seek from people as "alignment". I think that many (not all) business people are still willing to buy in on that.
And it will just have to be a given that the company and team goals with which people are aligned are respectable.
What seems to be getting more difficult in the last few years is finding companies with respectable goals. Of course you knew to avoid any company in crypto. But now, with with a new VC gold rush of AI (often involving the same people who were happy to run crypto scams), there aren't a lot of startups that look respectable.
Not all AI companies, nor all companies doing AI, are bad. But how do you find a respectable one, in a gold rush?
Look for those who are trying to serve established respectable professions, ideally have already done so for many years or decades. Accounting, Legal, Healthcare, Journalism (in the ideal sense).
Then look at their own mission. Then look at their own work. Do they show their work? Are they open? Do they willingly allow their customers to audit their work product? Does how they talk about their work match the work product itself? Does the thing do what it says on the tin? Are they hypocrites with respect to those they serve or those they manage?
These are my strategies and I’ve found they lead to working almost exclusively with people who have high Integrity.
I get a real joy out of developing software. I have, for all my adult life. The fact that it paid well, was gravy.
I do feel that I was incredibly fortunate to have landed into a field that I already loved. I guess that my loving it, made me much better at it.
Of course, there were lots of "friction points," along the way. Working for myself, in retirement, has removed all of them. The one thing that I miss, is working in a team.
Same. Claude/Gemini/DeepSeekV4/Qwen3.6 are enabling me to do way more experimentation than I could do on my own. 10X at least. Not getting paid for any of it, but that's OK, getting paid imposes limitations on what you can work on and imposes responsibilities that I don't care to have anymore. There's a certain kind of integrity in that as well.
I use the standard $20/ChatGPT Pro sub, and run Thinking 5.5 as a chat interface.
I use it like a "trusted personal advisor," as opposed to a "black box employee."
I'm intimately involved in almost every step of the development process. Most of what I ask from the LLM, is function-length snippets.
It's made a huge difference in the velocity and scope of my work.
I have learned that I need to be very careful, though. The LLM sometimes really borks things, and I have to rip out the garbage, and rewrite the code, myself. I can't even imagine the quality of "vibe-coded" software.
Maybe I'm wrong, but these comments sound more and more advertising than personal experience.
I didn't see any reason for you to type the whole LLM version following the casing so precisely, why would it matter?
I love this place, I really do, but this stuff gets a bit tiresome.
No intention to disrespect anyone, I said what the comment felt like.
But hey, maybe I'm really over-thinking, so I'll go off.
It is not a common theme. However, when I do post something like this, I find a lot of kindred spirits, so I guess we are the "quiet ones."
Most people -the vast majority- use agents and IDE integrations; sometimes, in amazing ways. It's a very different way of using LLMs from the way that I do. Maybe the way I use it is considered "quaint," and people don't want to admit it, because they are afraid folks will make fun of them. I don't really give a rat's buttocks. I'm retired, and long past the need to feed my insecurity by accepting the judgment of others.
I am big on checking out people's profiles, when I am interacting with them. Sometimes, it makes a big difference in the way that I approach them. That's why my own profile is packed full of information. I'm not showing off -many folks here, are a lot more impressive than I am- I just want people to know who I am.
But that doesn't prevent the usual Internet Ready, Fire, Aim approach.
And one habit that I deliberately foster, is not engaging folks that want to attack me, beyond one or two mild responses. Once I say "Have a Great Day!", we're done. You can add whatever last word gives you good feelz. I won't respond.
I also don't attack. I respect this community, and engaging in troll-battles, just makes it ugly. And I could be really good at trolling; I just feel as if you can't shovel shit, without getting it on you.
But true, I didn't check your profile initially, so, my conclusion was uncalled for, and wrong.
So, really, was not trolling, and no attacks intended.
We probably have a lot more in common, than differences. I'm always glad to find people to interact with.
I know that my HN persona is a bit "stuffy," because I'm going out of my way, not to be abrasive, and to contribute to the community, but there are folks that absolutely hate me -in a Commissioner Dreyfus kind of way-, and I'm not really sure why. Maybe it's the Apple thing.
Eh, whatevs. I'm "on the spectrum," and got used to people disliking me for no reason that they can even articulate. It used to really bother me, but these days, it's just background noise. I'm actually a fairly decent chap, and probably worth getting to know.
And, I really believe you are, and glad for having this conversation, This is something, I believe we all fell in love with the internet heh. As I'm going through a bad patch of life, this made me smile. Thank you.
Hopefully, it’s a short patch.
I sincerely wish you the best.
No stranger to bad patches, myself, but overall, I feel blessed.
But if you are using AI to write all your code, I think you are missing a lot. It is like when you use LLMs to write your whole paper for you, rather than to check your grammar or offer critique of something you actually wrote.
All of those elements are present for me while using AI to augment my output. I have started using voice to interact with my coding harness though and I think that has maybe influenced my opinion. I also don't let things go fully autonomously and look at the diffs along the way.
I asked for examples of how the algorithm worked. I asked for examples of how to call the code. I asked for a happy-path unit test and a simple error-handling unit test. I asked it to rewrite something as a pure function. I pointed out an obvious race condition and told it to guard against that issue. I asked it to rewrite a function in the style of this other function. I told it to separate one function into two separate functions that handle the first step and the second step separately.
Etc etc.
If you don't understand it, ask for more or better comments, or better variable names, or cut down the scope into a smaller section, or more examples.
Edit: also I almost entirely leave the LLM in read only mode... I tell it to make the smallest change possible, and tell it I will only copy paste it in its proposed change when I understand the change and where it needs to be made. That way it's my hands on the keyboard, interacting with the code by making recommended changes... 80% of the code is touched by me (via copy-paste) most-of-the-way before I will 'git commit'.
Sure, there was one recursive folder descent function that found the most recent file modification time that I didn't fully understand, but it's self-contained in a function, I don't care to learn every corner of file modification times, and it appears to work, so I left it as is for my static site generator.
Integrity is great. Their dapp is solid and currently offers 2,000 free prediction market tokens when signing up with your biometric data.
If you haven't signed up yet hit me up for my rec code: you'll get an extra 1,000 tokens and I get 5x credits!