Do people actually use AI day-to-day, or is it all hype?
Posted by 2butterfree@reddit | AskUK | View on Reddit | 818 comments
Is anyone actually using AI day-to-day, or is it all just hype? I mean stuff like ChatGPT, not work tools. Genuinely curious if it's changed how anyone does normal stuff or if most people still don't really bother with it.
Professional-Test239@reddit
I’m a coder and I’ve started using Claude Code just this very week. And it’s better at my job than me and my 25 years experience. It’s a very weird feeling.
tobiasfunkgay@reddit
Yup I haven’t written code by hand for the last 6 months it’s a totally different job. Say goodbye to ever putting on some headphones and coding again sadly.
christianjwaite@reddit
So like do you ask it specific questions? Open this JSON file and store in a dict with this information…
Or more like “I want to create this whole thing, it should do this this and this, but I’m not telling you how to do it”…
ElBisonBonasus@reddit
From what I gather, plan what you want to achieve and do it in baby steps.
Don't write an essay and expect it to work.
I found some skills for Claude code that will force it to ask follow-up questions, if it's not clear enough what I need it to do.
NodalGuacamole@reddit
Either. Your results for the latter will take a lot of iteration tob et it how you want it though. And it'll likely do a lot of silly/unsafe thing along the way unless you hand hold it a bit. You can enter what's called plan mode and talk about what you want to achieve and the how's, rather than just giving it carte blance to do anything.
Kian-Tremayne@reddit
From what I’ve seen, working with AI to code is very much like being a senior developer coaching a bright, enthusiastic and clueless junior developer. Tell them what you want but you need to check what they come back with.
And what this means is that people who have the skills and mindset to be a senior developer will get much better results working with AI than those who just ‘vibe code’.
Doragan@reddit
This analogy can be applied to other areas with AI tools
Professional-Test239@reddit
Yes. I wouldn't deploy anything Claude writes without reviewing it, understanding it and probably refactoring it a bit.
But I suspect we're entering an overlap period where code-capable devs are at least reviewing if not writing code.
Once the people from the code-writing era get out of the game I worry we're going to have a generation of devs who've never hand tooled anything deploying massive volumes of code that has never been understood or even reviewed by a human pair of eyes.
Kian-Tremayne@reddit
Hopefully by that point the AI will be reliable in the same way that we trust compilers rather than having to check the machine code output.
90210fred@reddit
Serious question: how different is this too when there's been a generational language change? People who used assembler suddenly producing C, then the 4GLs?
catanistan@reddit
The determinism is a big difference. I don't understand the details of how my car works but I don't need to, because I can trust that someone does.
Ok_Farmer9305@reddit
It will never be like that because LLMs are not deterministic.
silentcities@reddit
I wanted to move into web development after teaching myself html and wanted to pay for some training and qualifications to move into the field. But then AI came in. Do you personally feel like its a waste to now pay to train in coding and dev now that AI is so prolific? I'm scared to spend the money for it then to be a waste!
Professional-Test239@reddit
Hopefully.
In the same way they hoped the dinosaurs wouldn't get out of jurassic park.
Kian-Tremayne@reddit
I started out as a COBOL developer. Dinosaurs don’t scare me 😛
Ralphisinthehouse@reddit
Go back to it, you'll make a pissing fortune.
diymuppet@reddit
Pascal and VAX Basic for me.
Digidigdig@reddit
Assembly and Fortran was mine
fuggerdug@reddit
Don't worry, that has a Unix security system so totally safe.
AndyTheSane@reddit
The thing is, compilers are deterministic in a way that AI isn't.
fuggerdug@reddit
Yeah, the two things are incommensurate really.
appletinicyclone@reddit
Haha
flingflangfloder@reddit
Am not a coder. I have, with Geminis help, deployed a few sites now. I started in August last year and have about 6 websites live now. Mostly for my students. Not super polished. Heck it’s all been done in NP++ with drag and drop deployment and local testing. I know it’s basic but this time last year I wouldn’t understand the sentence I’ve just written. I think the future looks strange.
confusedgeekoid@reddit
The thing is, 5 years ago you could have also launched plenty of sites with no coding knowledge.
AI just probably just gave you the confidence to try it, but things like Wix, Squarespace, Webflow have been around for some time now. Launching sites on those platforms is a piece of cake.
Historical_Owl_1635@reddit
Reading this it’s crazy just how ahead of its time Piczo was.
TheCannyLad@reddit
I've written 2 versions of a tablet app, for the first time in my life, the first using ChatGPT and the 2nd using Google AI Studio. I don't mind admitting I don't know what I'm doing really, but I'm learning a little along the way, mainly into how to be more abstract and precise with my prompts rather than actually learning the programming.
I've used Power Apps as my app builder and within the next 3 months it's going to have vibe coding baked in, what I've done in 3 months would probably now take me a couple of weeks tops once that comes out.
I think learning how to manipulate and use AI is probably now the thing to learn about being honest. I use it daily but dare say I haven't scratched the surface, yet, due to my job, I can see me building agents within a year or so.
Universespitoon@reddit
This.
Architecture, outlines, software stack, modules, structure.
Within each layer is a sub, and so in.
It automates this very well as well as skeletons and automation tools (k3's and k8's).
But, garbage in equals garbage out, as with much.
Planning and orchestration is definitely an advantage.
anal_fist_fight24@reddit
I think this was true until about 3-6 months ago, the latest frontier models are more capable than a junior dev in many areas in my experience.
Sapiopath@reddit
My only question is, well, how are we going to create senior developers when none of the junior ones are writing code and have the experience to catch the mistakes?
MinimumSilver5814@reddit
We’re not. People are rushing headlong into making themselves obsolete. They’re not just pulling the ladder up behind themselves, they’re cutting off the rung they’re standing on too.
Madness.
Sapiopath@reddit
We will see. Everyone uses a calculator. But when you’re learning the basics of math, nobody is. Coding could work the same way.
TywinHouseLannister@reddit
That is exactly it... juniors and mids go off on tangental missions all the time; they forget to test stuff; they make enthusiastic claims that can't be corroborated; they forget to document; they forget the processes they're supposed to follow and as a senior you have to control the chaos..
The only difference between claude and an average junior-mid is that I have this dope whip I can use.
I tried that on my colleagues and now HR want to see me on Monday 😅
lj523@reddit
I'd agree with that. To a pretty large extent in my experience the output depends on the experience of the person using it. I'm relatively inexperienced to code and have no development knowledge (I'm an automation tester) and I was asked to build a service monitoring system using our automation frameworks. Out of interest, as an alternative, I asked Claude to create a python framework that could hook into the API endpoints of various systems and check if they responded. It sort of worked but it was pretty shit and literally just returned a yes or no.
On the other hand, one of the senior developers did something similar just to build something for himself to monitor systems (shows how useful ours was that he didn't even know we'd made one). His framework hit every system, provided long term stats, was able to get past some of the security stuff we got stuck on, and had a multi-page web dashboard. And it was all hosted on a virtual machine. He didn't write any of the code, BUT he had the knowledge to be able to get the AI to produce something actually good.
itzzzzmileyyyy@reddit
Won’t it still need you to prompt and engage with it? How many years would you give it before your job becomes obsolete?
No_Atmosphere8146@reddit
The skill now is in prompting. You want to leave as little creative thinking to the AI as possible, you need to be specific about how and why you want it built, which means you need to know how to do it in the first place, but once you get good at curating your prompts, it is frighteningly good.
I spent two hours putting together a five page (in Word) prompt, pasted it in, it thought for about 3 minutes and then gobbed out a few hundred lines of well written, commented and documented code that worked first time.
Only at that point did I allow the AI to make creative suggestions. If you are vague with your prompts and relying on the AI to do the creative work, that's when it ties itself up in knots.
Wise_Advertising_888@reddit
Take today as an example. I'm trying to build a subscription based social media platform and I need a way of moderating new profiles, you know identifying if there is anything controversial/offensive in the free text submissions such as 'About Me'. I crated a soec for an admin console web-based tool that will allow me to vet new profiles and then approve or request some remediation before apprrove. I then used tmux to spin up a 'virtisl development team' - a project manager, a solutions architect, and a couple of devs then asked the PM to coordinate the build. I then went for as shower. When I was done and dressed the app was done. It's just insane.
davorg@reddit
The approach I've been taking is to raise an issue in GitHub and assign that issue to Copilot. Ten minutes later I get a notification that a pull request is waiting for me.
Mithent@reddit
Ideally you give it the sort of direction you'd give a junior engineer - explain what you're trying to achieve, acceptance criteria, important pointers and things to keep in mind, and make sure you've agreed on any important architectural things which are going to be important later.
I don't know how new junior engineers are going to learn this sort of thing though.
dbxp@reddit
You have to craft the context to get the most out of it. So you integrate it with your wiki and codebase first, then you can add general hints to the system, then when crafting a prompt you give it examples and pointers of where to look. It's similar to if you were working with a new developer.
Ok-Middle8656@reddit
I’ve got to the point where I can give it a bug ticket and then just review the fix it submits as a pull request. If I have comments it applies them and updates it. It’s almost always a better and more thorough fix than I would have created.
tobiasfunkgay@reddit
More feature based, you can do planning sessions with it to go through the requirements and then let it loose to implement. That said you can enforce all kinds of standards and checks so it follows your specific style guides etc to avoid any repetition.
Professional-Test239@reddit
Either works. If you want to be technically specific you can be. Or you can let it off the leash.
Cultural-Ambition211@reddit
You’re best being as specific as possible. Use all your engineering experience to figure out the solution you want and then talk CC through it, it’ll check and challenge, and ultimately come up with an implementation plan.
Or you could just say fuck it and tell it in one line what you want to do.
Ok_Farmer9305@reddit
Um. Claude propaganda.
EyeAlternative1664@reddit
Who da fuq was ever writing code? Wasn’t it all just copy paste from codepen?
No_Atmosphere8146@reddit
Stack Overflow. Gone but forgotten.
EyeAlternative1664@reddit
Jeezus, it’s gone?!
coldbeers@reddit
Yes.
I don’t think I’ll ever code again.
Professional-Test239@reddit
Yep
PutAnEggOnIt@reddit
You are so late to the party. Does new tech not interest you??
Having said that you are right, anyone not already established or not senior will be struggling
Appropriate_Trader@reddit
It’s a massive shock to the development teams. Some devs are embracing it wholeheartedly while some are trying to cling to old practices.
My teams have gone from 5 or 6 pull requests per week to doing that before Monday lunch time. Testing is fast becoming a bottleneck because using traditional tests just can’t keep up with a literal 10x increase in work. So the testers need to adapt as well.
Good product owners with a vision are flying because they can prototype and iterate on their own but those who have been glorified backlog managers and yes men are drowning fast.
Grimdotdotdot@reddit
Yeah, things have almost inverted - now planning, QA and PRs take the most time, the coding bit is mad fast.
Sensitive_Guest_5995@reddit
This. Often find myself like a horse stamping waiting for the fucking ticket to come in so I can set codex on it and do my tests.
WillTCuk@reddit
I've started using Claude Code for a side project and damn... Built the first iteration in one evening! I might have been able to get most of the functionality but wouldn't look anywhere near as nice. Think my time will be spent polishing while Claude implements most functionality, at least in the frontend. Not sure how it handles backend code yet. Only thing is it needs some hand holding, e.g. it can hallucinate and dream up new fields you never told it about, or you'll need to explicitly tell it to use a Record or Map instead of an array.
baggsie_42@reddit
I felt like that first - I’ve been using Codex for the last six months and I’m finding I’m doing more and more manual programming. I’m finding it’s great for boilerplate and writing lots of code, prototyping etc but does have a tendency to over complicate things and doing things in weird ways.
Historical_Owl_1635@reddit
Same here, it’s very convincing at looking like it’s doing the right thing but for any complex features I have to intervene and rewrite a lot of it.
Familiar_Tension_831@reddit
I was going to post the same. I only have 8 years of experience and the first weeks were very impressive and then I started to feel the trade-off. Codex is doing in one day what would have taken me a week, but in reality I then spend 2 or 3 days iterating and refining before submitting for review. In the end it probably boost my productivity by 20%, which is quite good to be honest.
MinimumSilver5814@reddit
And soon it’ll do 95% and you’re not needed anymore. Congratulations, you’ve willingly made yourself obsolete.
PenguinKenny@reddit
They're still tools. They need someone suitably knowledgeable controlling them
Also, the changes are coming whether you take part or not
Professional-Test239@reddit
Lots of boiler plate code sounds like something a cut'n'paste developer does, writing the same class 20 times over with one tiny variation each time.
Ok_Farmer9305@reddit
Cut and paste is all it knows… it’s pure theft.
baggsie_42@reddit
Well that’s what AI does so you’ll be right at home I guess…
filbert94@reddit
Best series of The Wire, though. Totally heartbreaking
bengouk@reddit
I literally did the same thing today and i have the same amount of experience as you. The Claude extension in vscode with it having the full context of the code base has really impressed me.
HotNeon@reddit
Hard to get injured if there is no-one working
blue_tack@reddit
The advanced in the last year alone have been absolutely astonishing. I started out as a sceptic but it's just wow at this point not gonna lie.
Ok_Farmer9305@reddit
I’m sorry but this is sensationalist bollocks. You’re in the honeymoon phase. Give it a few more weeks and you’ll realise that “AI” is opportunistic bullshit.
barndawe@reddit
I think it's great for boilerplate and greenfields projects, but not so much for modifying large codebases. I work on a system that's around 25,000 files and it needs help. If you guide it by writing a lot of detail on what needs to be done and how is pretty good, but mostly it needs that guidance.
I've been doing this around 20 years and while my initial thoughts were that I was going to be out of a job in the near future, I think now at most it's a shift in how I work, comparable to the change from writing in assembly to writing in modern languages. It's not a perfect comparison I know, compilers are more deterministic (but not completely), but it's getting closer to it.
VOOLUL@reddit
I've been using AI for a year now.
Claude is good but I wouldn't say it's better than me at my job. It's just able to do things faster. It easily makes mistakes on more complicated software and you have to really steer it in the right direction. If you let it go wild you will get shit and brittle code.
Don't throw away your experience and assume the AI is better. That would only be the case if you were quite a mid dev who didn't learn anything in 25 years.
Professional-Test239@reddit
Fair point. I wouldn't say it was better than me (even though that's exactly what I said) but it's infinitely quicker.
True_Adventures@reddit
I code a little but I'm not a software engineer/dev, but is anyone with less than 25 years' experience really replaceable? Jesus.
What are all the junior coders going to do.
lacb1@reddit
In the most polite and respectful way possible... I wouldn't even trust it to replace a junior. Nevermind a senior. I don't know how the guy you're replying to is using it, but, it really shouldn't be comparable to someone with 25 years in the job. I'm a lead developer and I've seen a lot of crappy pull requests pop up where people have just blindly thrown out whatever the AI suggested and it's just not good enough to be acceptable without extensive rework. So I can see how some devs would end up churning out more code, but, more code != greater productivity. AI is a useful tool, but someone isn't driving it and understanding it's output it can quickly do more harm than good.
coldbeers@reddit
Love the wire and same, I have 25 years Linux experience and was well paid as a Linux sysadmin. AI is so good at configuring systems it’s just embarrassing.
CorpusCalossum@reddit
Which coding agent is Omar?
Ralphisinthehouse@reddit
That makes sense, I mean, realistically, it's... There's only so many configuration options, isn't there, so it's a pretty much known entity. It doesn't need to be creative, does it, I suppose? I'm asking, not telling, by the way.
MedhaosUnite@reddit
I got the same sort of impostor syndrome when I first did it.
Now I kind of work in tandem with it where I do the coding myself and I get Claude to review it and/or help bugfix - make myself more efficient but not lose my proverbial “touch” so to speak
tycho_uk@reddit
My company is putting software on devs machines to monitor how much code they write with AI.
CuppaTeaThreesome@reddit
Wrong take. You've got the experience to communicate what is needed and can drive it with ideas it doesn't offer. Only use it for skill you want to lose. :)
buttflakes27@reddit
I used gemini once at work because i just was lazy and then i used it once or twice more. And now its kinda like once every few days. I feel myself getting lazier, less excited about solving the problem, not wanting to think. It ruined programming in a way.
Which_Performance_72@reddit
Have you considered a job in coding AI?
IntrepidTangerine434@reddit
We’ve fully embraced total sdlc.
Product start with Codex now to create tickets, AI asks them all the questions we would do in refinement, writes the acceptance criteria etc.
As a dev we then receive well refined ticket that are based on the actual code base and we pass that that we to the AI.
We monitor and push Codex in the right direction monitoring for the stupid stuff it does.
MCP server delivers components etc. Playwright does E2E tests and AI code reviews. We basically do the manual CR and then merge.
I have never felt as distant for the code as I do these days …
Dazzling_Theme_7801@reddit
I've been using Claude Code to assist with my code and I feel like a fraud. I need to because my workload is so high and coding is not actually my primary role, are other people in your field using it?
Fit_Implement3069@reddit
Really? It is not good if it is not under control of a good coder. I use codex and Claude, and they both need a good firm hand, and they cant do architecture so your job is safe just easier, ive been coding for over 30 years and I certainly know more, but it is faster at the implementation
dprophet32@reddit
Keep using it and you’ll find it isn’t all that. Unless you set up very specific guardrails it has to follow with every prompt.
It does what we do faster than we can but it is wrong or creeps in scope constantly because it keeps trying to do more than you’ve asked.
It also is causing people to develop code they don’t understand. Not that they can’t understand but that they don’t have knowledge of what it’s done as long as it works.
TheTackleZone@reddit
I think Claude Code is as good as the person using it. You still need to have the vision and the architectural knowledge to properly explain what you want it to do. It then does the more menial part of the job, typing the code.
I've seen people get fantastic results, and I've seen people create a total mess.
What I do expect is that development will become a lot more modular, as AI code seems to work best when you give it smaller specific objectives. That is going to change approach quite a lot, and I think the next bottleneck will be about how to properly co-ordinate it all.
Embarrassed-Zebra224@reddit
Read about a Dark Factory. This is where all it goes and it is already being adapted by Google, Microsoft etc
Citation_needed_m8@reddit
Yes I'm an engineer and use it all the time. It finds me answers and writes code quicker than old tools so why not
_Odaeus_@reddit
Perhaps ethical concerns about funding US oligarchs whose system you are training to replace you, the exorbitant energy cost, the stolen content, and deskilling of programmers might be a reason "why not".
Feema13@reddit
Are you going to live in the woods?
I admire principles but you gotta live them. If you want to genuinely avoid AI, get knocking up that cabin cos if you’re still functioning in the modern world, AI is already a huge part of it and you can’t partake / benefit from it whilst shouting and patronising others on the internet for doing the same thing.
batteredcheesecake@reddit
What’s the alternative?
WankadoodleRex@reddit
Problem is if you refuse, you will struggle to keep up with the rest of your team and may find yourself struggling to get a job in the future. So it's kinda forced on you.
ProtoplanetaryNebula@reddit
I am a heavy Claude user. Apparently mythos is the model that will take it to a whole new level.
antitrollpatrol@reddit
Don’t dismay - they still need QA coders - someone needs to check it and understand it
Embarrassed-Zebra224@reddit
It is done much better by ai itself.
Emergency_Ad_6363@reddit
Yep. Im a bid writer, I built up a set of templates, feed claude or chatgpt the questions and they create a whole tender response in minutes. Better than I could do. I need to check it for the usual made up crap but I am slowly learning how to teach it not to do that. Gives me more time to do other stuff.
d_o_uk@reddit
Wouldn’t class myself as a coder, but I write code every day. AI does most of the leg work these days, it’s better than I am.
Still think it needs someone to ask very specific questions, but it’s pretty frightening how good it is.
useful__pattern@reddit
My friend at Spotify is no longer allowed to write code. All code is written by Ai.
I'm sorry.
Hmitp1@reddit
That’s…kinda depressing
SadSeiko@reddit
Eh I use it day to day and it needs a lot of handholding
Today it put in a pr with a bunch of unnecessary changes that I had to remove because it wouldn’t make it through review otherwise
Houdini23@reddit
We are about to start using it at my company, as a dev I'm apprehensive as I know how powerful it is.
vasior@reddit
Also a Dev, I am in the same boat. Codex does my job faster than me, and my employer values speed over quality.
It is a weird feeling. I get a dopamine hit when it makes a thing still, then feel very replaceable.
richbun@reddit
It's not just the coding, it's the creation of test cases, completing them, doing all the git stuff, raising the changes, documenting it, and everything else. Developers will be out of a job in the very near future.
PharahSupporter@reddit
People don't want to hear this but yeah it's alarmingly good and not going away. Best to embrace it rather than end up being one of those people who refuses to use email or the internet and is a nuisance in 20 years.
lawnmower303@reddit
Ive been using Claude Code for 6 months now. It's ok, but not that good. I work on very large financial systems though. There is a lot that it just can't handle yet - most of the core systems really. They're just too big and complex. Not saying that's easy for humans either, but you have to be slow and methodical with it to make the right changes. The AI can't do that well yet. AI works best to help with some of the analysis stuff I need to do. That's the best use of it I have currently. So I'm using it all the time still, just less for code and more for figuring stuff out.
GamingTitBit@reddit
Yeah I still find there are gaps. It often still chooses the wrong methodology etc. I find I'm often writing the skeleton of the code, then an md describing what it should do, example inputs and outputs for every stage. But yes the actual "I'll sit down and code this while loop" is gone.
What's funny is my codex instance went down, and my company could just not fathom that I couldn't code and be in meetings because that's what Codex allowed, me to be making decisions in meetings and coding. I had to keep reminding them, it will take a week longer now because I only get an hour a day to code because everyone got so used to me being able to do both.
TomfromLondon@reddit
I'm surprised you've only just started, how come?
Professional-Test239@reddit
Cynicism that it can't really be that good.
Reluctance to try it because actually writing code is the bit I enjoy and I'm dreading that going from my job.
Being a bit long in the tooth means I wait for a bit before trying the next big thing because I've seen a lot of stuff not live up to the hype.
But literally today was the first day I've used it in earnest. Claude and myself working together implemented a feature in a typescript component in about an hour, something that would have taken me and Google probably a day.
nikobenjamin@reddit
I've been using Codex. Since the local version was made available, it's been a total game changer.
2butterfree@reddit (OP)
I'm a developer and my biggest problem right now is that I'm using multiple tools like ChatGPT, Claude, and Gemini. Too many subscriptions.
TomfromLondon@reddit
Why on earth would you use chatgpt? Are you sure you don't mean gpt5.5?
Professional-Test239@reddit
Nicky, go to tell the greek my guys aint writing no more prompts without him stumpin' towards our Claude subscription plan.
Least-Entrepreneur23@reddit
That's funny, my grandad's name was Claude Code
pooinyourear@reddit
We used to make shit in this country Brucie. We used to build shit.
Now we just put our hand in the AI’s pocket…
Professional-Test239@reddit
Nicky, go to tell the greek my guys aint writing no more prompts without him stumpin' towards our Claude subscription plan.
derpyfloofus@reddit
I use it every day, I find it much quicker to use than google and easier to find the information I’m looking for.
Of course it gets it’s wrong occasionally but compared to how much misinformation is out there on the rest of the internet it’s far better than that, and if you’re suspicious you can ask it to explain why it thinks that and where it got the information from, if that’s true then why did this happen, etc
I like it, it’s made my life easier and saved me a lot of time money in various ways so far.
wasdice@reddit
Actually use? Not really. Try to wind up with stupid questions for a giggle? All the damn time.
VeeMon21@reddit
Im Sight impaired and use an app called Seeing AI daily to read and see things for me. Its super convenient compared to carrying around various magnifiers or tools ect.
Careful_Garden@reddit
Personally, I don’t even use Siri. I avoid AI as much as I can
BigPhatVideos@reddit
Siri is useless unless you’re setting a timer or alarm - even that I make sure to double check it.
omniwrench-@reddit
It’s good at setting reminders too
“Remind me to ring the pharmacy tomorrow at 10am”
I don’t use the voice promots though cos they’re shite, just hold the button down
I feel like bob fossil with his talk box
Gorilla
rdt01@reddit
On my MacBook I can connect Siri to ChatGPT and it gives better answers. But on my phone I only use it to set timers.
Ralphisinthehouse@reddit
It's pretty good at controlling my Hue lights as well, actually, but for anything else it is honking garbage.
lewisw1992@reddit
You sound like my nana who has refused to use the internet for the past 30 years.
Gotta get with the times.
donaldstinypeepee@reddit
I love technology, but isolated technology, no signing in to Siri, Google, etc, no listening devices. AI is a no from me.
There will come a day when we turn our back on connected things. The death of social media can’t come quick enough (Reddit doesn’t count)
nathderbyshire@reddit
AI can be isolated though, and can do all those other things as well. As usual it'll only get better as well
And why wouldn't Reddit count lol
donaldstinypeepee@reddit
Because I don’t post anything, the info they get from comments isn’t worth anything
peter_nde63h@reddit
it's simply irrational
i never understand what's the big deal to sign in. how does it hurt you?
Tao626@reddit
"Reddit doesn't count" is "it's okay when I do it" energy.
thetrueGOAT@reddit
Reddit absolutely does count and they are selling all your data to help train AI models.
SapphireDingo@reddit
reddit also has generative AI baked into it these days. if you search for something, it will usually provide you with an AI generated result at the top
thetrueGOAT@reddit
Yup, maybe a long time ago reddit was different.
Its the exact same as all other social media now but with ananonymity to other users
No_Atmosphere8146@reddit
If I wasn't a programmer, I couldn't imagine a single use for AI in my day to day life.
tiorzol@reddit
You're on Reddit talking to bots and helping train AI. You canny get away from it
No_Atmosphere8146@reddit
Comments like this will eventually turn chatGPT Scottish
Klakson_95@reddit
Why?
I sort of get the moral stance I guess, but why in general?
Mean-Aside1970@reddit
i am right there with you
marknotgeorge@reddit
I try to use it, but I worry I'm not using it properly, but then I've not really been trained on it particularly well. It's useful for transcribing meetings and summarizing notes, but I'm sceptical about using it for the coding side of what I do. I'm a consultant for a software company and often have to write customisations for specific customer needs. Even when it's connected to MCP servers for our documentation and API, I find it hallucinates too much. It's easier for me to just write the code than it is to write how to write the code.
Chris_358@reddit
Never used it once
DaddyK3tchup@reddit
Never. Actively avoid. It’s the death of creativity and likely freedom ultimately.
suna_mi@reddit
You can still be creative using AI.
inevitablelizard@reddit
No you can't. Because you're not creating anything.
suna_mi@reddit
Yes you can. You can create things with AI.
suna_mi@reddit
AI is a tool. You can use AI to create things... many things.
Blazured@reddit
For DnD it's really cool seeing it create images of the parties characters. Or if you need some ideas for something you're working on to get out of writers block.
Staracacia19@reddit
Commission an artist. Befriend an artist. Become an artist. Literally the best thing about dnd is human creativity
Blazured@reddit
I don't believe art should be restricted to those who can pay for it.
Staracacia19@reddit
Also: -Picrew is a free online platform where you can create characters using art from real artists. There’s dnd versions with fantasy races - make a Pinterest board with not only the likeness but the vibe of the character (much more fun and helps you think about your character more in depth) - photoshop photos together, which doesn’t take much skill Also I know dnd artists who do $5/£5 commissions. Not a massive price for custom art
Staracacia19@reddit
Are you ignoring my other two suggestions or?
Routine_Ad1823@reddit
This what I don't get from some of the replies in this thread. Lots of people seem to think that it entirely replaces uses your brain, rather than just being an extra tool for learning and creating more things.
suna_mi@reddit
Reddit is a very anti AI from what I've seen and a lot of people are driven by the fear of AI replacing them.
DaddyK3tchup@reddit
And rightly so.
suna_mi@reddit
Rightly so? AI itself isn't actually replacing people, the higher ups are using AI as a scapegoat to replace people. AI has personally changed my life for the better so I naturally see the hate towards AI being unwarranted. Hope you can understand.
DaddyK3tchup@reddit
Remind me: 10 years
flargmarge90@reddit
remind you about what? you just stated above you "actively avoid" AI - how can you speak with any authority on whether you can be creative with AI - I would argue I am far more creative with the use of AI, as it has allowed me to do things that were previously impossible
nathderbyshire@reddit
Yeah I agree, all I've used it for is to help me with projects I've thought of, or found naturally and wanted to do myself. I'll give it a good go, and use AI as I get stuck but I'll have searched YouTube, guides, Reddit ect as well. AI has just become another tool in the box really. I've learned a ton along the way still
Yes someone can just blindly copy and paste outputs, but you can also do the same regardless of what tool you use; find a YouTube video for a Ubuntu install, follow it blindy, click random links and paste random code and maybe it'll work maybe it won't but either way you still wouldn't have really learned something unless actively engaging with the task. I really don't see how it's that different to using an AI and how that's sometimes worse.
It only replaces if you let it
thierry_ennui_@reddit
Tell that to the graphic designers being laid off and the artists having their work stolen in order to train AI
CommonSpecialist4269@reddit
“The internet is a waste of time! It’s going to die. What’s the point when I’ve got a yellow pages?”
inevitablelizard@reddit
The internet has been degraded directly because of AI slop content ruining search results.
AI fundamentally alters things in a way even the internet didn't. Destroying the value of video evidence for news reporting and criminal cases, destroying people's ability to research things, destroying the ability to tell reality from fake, all so some companies can make cheaper adverts and so some people don't have to spend as much time with word documents.
Bernardozila@reddit
Are you worried about the risk of being left behind as the world embraces AI?
DaddyK3tchup@reddit
No. I’m worried about us all being out of jobs or in serfdom of some kind to the tech bro neo-feudalists who are hoarding all the money and resources for themselves while AI generates them ever more profit at the expense of the environment and humanity itself.
You?
flargmarge90@reddit
Refuses to use AI, somehow has a PhD in its consequences
TemporaryOrdinary423@reddit
It's called thinking
supomice@reddit
Honestly hope i do
Mr_Bumcrest@reddit
Absolutely. Helps me analyse data quickly and get the tone right of communications for example.
whosUtred@reddit
Don’t know why the downvotes, that’s a really useful way to make the most of it
dontjustexists@reddit
Do you include google ai overview or is this just actively trying to avoid. Its probably quite hard to have never
fungt@reddit
Looking at this thread it seems that most people here have an understanding of AI that stuck in 2024 ...
FUCKFASCISTSCUM@reddit
Tragic replies.
freshsandwiches@reddit
I know. AI is a tool. It's like saying you won't use a calculator for maths.
Odd_Championship7286@reddit
The joke is that people are not using calculators for maths anymore. They’re asking a robot and assuming it’s correct without checking.
Doragan@reddit
People have been doing that with calculators for years. Just on a different scale
Ralphisinthehouse@reddit
I mean, that's arguably no different to a calculator. It's just a very dumb robot that can only spell boobies upside down.
Odd_Championship7286@reddit
Yeah but AI often gives incorrect answers because it doesn’t fully understand the question being asked.
Ralphisinthehouse@reddit
That's why the people who win with AI are the ones that use it to speed up things they would already have done manually but take time. I don't think I've yet to receive a first draft from AI that's good enough to do anything with, but by talking to it a few times, I can get to 90% there and then I can tweak it. What would be a two-hour document gets some being done in 30 minutes tops.
FB15z@reddit
Yes, because they made calculators that can talk
Odd_Championship7286@reddit
Calculators are correct tho. Whatever you ask, the answer is always correct. That’s not the same as AI has been known to totally bullshit people and regurgitate nonsense regardless of actual facts.
nasturshum@reddit
Yes this is exactly it. A calculator never fabricates or hallucinates an answer.
ConversationKey3221@reddit
But then why is the middle ground not acceptable, utilising the robots speed in computation, but checking the answer and steering it when it's wrong
Odd_Championship7286@reddit
If you’re going to have to check it over and steer it to get the answers you want, isn’t it worth it to just do the legwork yourself and not fuck over the environment and actual humans?
_Odaeus_@reddit
Ah yes, while the manufacture of a calculator is potentially problematic, it's not quite in the same league of damage that LLMs are doing to the world and society.
Blazured@reddit
You're going to be out compete by people who use AI as a helpful tool. Even in regular jobs, AI can do things like create a work rota for all the staff in 3 seconds.
bostaff04@reddit
I bet you also buy shitcoins, cause they a great investment
Blazured@reddit
No, I'm just someone who studied software and understood how game changing AI is when I started using it.
Notice that a lot of the top comments from people who admit to using AI are people who also have a background in computers. People who don't want to be like the Boomers before us who don't know how to send an email.
inevitablelizard@reddit
With AI reliance dumbing down the population to the point people are going to become incapable of researching and doing things themselves, AI is going to take us back to that.
BannedBenjaminSr@reddit
People were saying this when btc was $100 lol
mimic@reddit
Anyone can do that in 3 seconds it’s not impressive
Ralphisinthehouse@reddit
said by somebody who doesn't understand what goes into them. I had the same discussion with somebody who told me anybody could write a product roadmap until I pointed out that it's not just things on a page, it's tied into various other things that need to be considered and configured. You know, a rotas, who's on holiday, who's available, who's done the shift before that shift, who's double booked. There's a million factors. I'm not saying it's difficult, but it's certainly an hour or two's work.
mimic@reddit
You still have to put all that into an ai. This isn’t impressive at all. Basic calendar stuff that’s been around for ages.
Blazured@reddit
Yeah you can copy that all into AI, say something like "give each person at least 2 days off in a row", and then it'll create a fair rota for everyone immediately.
A task like that normally takes far longer. Especially when you're having to adjust rotas to take into consideration tons of different things. If you're not using AI to do things like these; you're going to be outcompete by the people who are.
Ralphisinthehouse@reddit
Nobody's saying it's impressive, I'm saying it saves time. That's why it's winning, it's because it saves people time, not because it impresses them in a lot of cases. It just means the shit they used to spend two hours on, they can do in five minutes and get the same result, which is objectively a no-brainer, and anybody who says that isn't must be questioning their sanity.Or just have too little going on in their life to care about the time loss.
bostaff04@reddit
A uni in US used an AI reader to read students names who had graduated and missed quite a few. If it cant even do something simple like that, I think my job is quite safe.
ByEthanFox@reddit
For, like, a week, before their bosses realise those people are just telling AI what to do and could replace them too.
Ralphisinthehouse@reddit
It's not gonna happen. The only way to get good results out of AI is to be competent enough to know what good results look like. So the same competent people will still have jobs, they'll just be able to do the bits that they normally spend two hours on in five minutes.
It's the biggest problem with AI now is people who know fuck all about something getting it to do a job for them.
Fatbollocks1994@reddit
Yeah tell that to my workplace where the amazing ai rota has people doing things they arent even trained for.
Ralphisinthehouse@reddit
Maybe it sees this as on-the-job training.
swampman23512@reddit
Let's see how they cope when these AI companies go bust.
suna_mi@reddit
Is it really the LLMs doing the damage or is it the CEOs that are using LLMs as scapegoats to do damage to the world and the society?
deevo82@reddit
Calculators destroyed the abacus industry.
glasgowgeg@reddit
Calculators don't invent answers out of thin air, or falsely generate "sources" to suit the output a person wants.
They're not the same thing.
TemporaryOrdinary423@reddit
Tragic reply.
bostaff04@reddit
A calculator doesnt suck up all our natural resources. A foolish comparison
FUCKFASCISTSCUM@reddit
Outsourcing the ability to think through something, or write an email, or whatever else is different than using a calculator. For one thing, calculators don't randomly hallucinate the answers, for another, calculators don't rely on big data centres poisoning water.
Ralphisinthehouse@reddit
And this is why most systems that are going to succeed do human in the loop stuff. Because I use AI every day, but I use it for things that I know what a good answer looks like. So what I will do is say to AI, write this document for me, and then I will proofread it and go through 10 or 12 rounds of iteration with AI, and then I'll tweak it at the end of it. That still saves me half the time that I would have normally done it.
JaSfields@reddit
Have you lead teams? When you lead teams you have to delegate responsibility for tasks. You’re not outsourcing your ability to think - you’re achieving something through the combined efforts of specialists. We now have incredibly cheap specialists, who can work without ceasing.
Whoisthehypocrite@reddit
Sshhh, don't bring logic into the luddite discussion
SavlonWorshipper@reddit
Do you use a calculator for everyday maths? Simple addition, subtraction, division, multiplication? I use a calculator maybe once or twice a year. I will use it if I need it, 99% of the time I don't. I have never had a need for AI, and when I am forced to use it (like in a Google search) it is less useful than the old versions were.
AI is a tool for some, but a crutch for many.
romeo__golf@reddit
I sold my car and now I use a horse. Do you know the environmental damage cars do?! Sure, it might save you some time, but it's the death of the farrier! /s
ChocolatePrudent7025@reddit
I don't run a car. And if a car poisoned drinking water every time you drove it an inch, you'd think twice, too.
Grimdotdotdot@reddit
But poisoning the breathing air is fine?
JaSfields@reddit
In terms of AI water usage, you could ask the best models 4 questions a day, every day for a year - or you could eat a single almond, they’d have roughly the same impact.
And then luckily all that water that was used by either endeavour, will continue on its journey in the water cycle, and eventually be rained back down ready for collection in reservoirs.
ChocolatePrudent7025@reddit
And I'd also be training myself out of the habit of thinking, and sharing all my thoughts with the overlords who want an unthinking worker to push buttons. No-one is cheering this except their lackeys.
apple_kicks@reddit
Tbf least calculators don’t give out occasional wrong answer
GrandDukeOfNowhere@reddit
But a calculator is correct 100% of the time, an AI is only correct about 60% of the time, if I'm having to constantly double check everything it says I might as well have done that double checking as my first checking
601929907@reddit
Self-sabotaging cynicism.
ChocolatePrudent7025@reddit
Shackles are also tools, but you don't have to put your hands in them.
Alarmed-Cheetah-1221@reddit
Hark at the philosopher over here
ChocolatePrudent7025@reddit
You use 'philosopher' as an insult. We can tell you're out here shilling for AI. 'Don't think! It's unbecoming! Purchase whatever GPT tells you to!' Good luck with that.
Alarmed-Cheetah-1221@reddit
Tell me more
ChocolatePrudent7025@reddit
Why is it wrong to think about things, in your view? Why is it wrong to philsophize?
Agadoom@reddit
No point arguing with people like alarmed cheetah. They're either being deliberately thick or are actually thick.
Alarmed-Cheetah-1221@reddit
Do go on
Chemical-Grade5137@reddit
or refusing to use traction control, anti-lock brakes or parking assist.
Ok_Farmer9305@reddit
It’s bots and propaganda.
FUCKFASCISTSCUM@reddit
It's not lost on me how many replies were the same thing worded slightly differently, all posted at roughly the same time.
tylerthe-theatre@reddit
This is one of the saddest threads ive ever seen on Reddit, and is a great example of marketing and how you can make people believe they need something that they dont. Consumerism!
Mugweiser@reddit
A lot of people in this thread that are gonna get made redundant lol
WhiskersMcGee09@reddit
You can’t get made redundant at posting bad anime drawings on Deviant Art.
turtleship_2006@reddit
I mean, it's not like that's particularly safe from AI...
EfficientRegret@reddit
Yeh I see a lot of people online saying they refuse to use AI, they’re gonna have a hard time competing against the guy who uses Claude
Staracacia19@reddit
If my job (English related) is going to potentially contain using ai I don’t want it. It defeats the point.
Ratiocinor@reddit
Also a lot of people in this thread who seem weirdly gleefully happy at the prospect of people being made redundant, and thinking they're safe because they fell for and spread the AI CEO propaganda on twitter about how you "need" to adopt this or you're a luddite who'll be "left behind"
Zombie-Andy@reddit
I'm currently writing a book and for the last 6 month or so, I've been having daily conversations with ChatGPT just bouncing ideas off it, letting it help me with prose and structure.
I want to emphasise, I am writing my book and not having AI write it for me, but it is a useful tool.
KhaelonVoss@reddit
I use Copilot at work all the time. At home I use ChatGPT, Grok, Deep Seek, and Copilot to do most things where I would have searched using Google. I rarely use Google nowadays.
anaisa98@reddit
I would say a huge chunk of people I know personally use Chat GPT near enough everyday. It got to the point where I used it probably every other day. It starts to replace Google completely. Sometimes you’ll just open it to have a casual conversation, maybe start the chat with how you’re feeling because it gives advice and great validation. I no longer use it
Anubis1958@reddit
Yes. Senior Engineer, 40+ years of experience. I use Claude, Cursor, Willow, ChatGpt, codex all day, every day. I write spec, test cases, UI requirements and get AI to write the code to these spec.
wiafjskfmsk@reddit
I use it almost everyday as a tool to perform tasks for me like creating complex google sheet formulas that I had no idea how to make myself or I use it to answer questions for me instead of spending 10 minutes surfing the web finding out the answer. Obviously I use my brain to realise if what it's saying is actually true but i usually only use it for blanket non opinion questions or tasks. I think alot of people instantly hate on ai which I understand but it's been nothing but a positive for me, people got mad when the car was invented saying what would happen to horses, then what would happen to mathematicians when the calculator was made and so on.
Ibumkoalas@reddit
I ask my phone how to do things in crusader kings 3 and stellaris
e-pancake@reddit
never touched it and have no need to, if I want info I have the initiative to find it
No-Decision9145@reddit
Exactly. if I want to get somewhere, I can walk. No need for transport
Fatbollocks1994@reddit
What a ridiculous comparison how is that upvoted.
No-Decision9145@reddit
What are your issues with the comparison?
SelectOpportunity518@reddit
A world where the bad faith gang believes one liners beat common sense. What else do you expect from redditors (derogatory) using AI lol
Cold_Philosophy@reddit
And if I want to tell the time, I stick a rod in the ground if it’s sunny.
e-pancake@reddit
wouldn’t really consider that an accurate comparison. anything that ai could do for me I can do for myself while encouraging brain health, can’t very well walk the distance a bus could take me
No-Decision9145@reddit
Or course you could (assuming you can walk), it would just take longer, which is exactly my point. Also, I guarantee AI can do things that you can't do.
Tanadaram@reddit
Think of the exercise you'd get too
Routine_Ad1823@reddit
If you're asking it the right questions then you're helping your "brain health", surely?
sushi_collector12@reddit
You do realise it’s just a tool akin to googling? Even then it’s imperative you double/triple check the sources it brings back. You’re not sounding intelligent here.
Routine_Ad1823@reddit
Same. That's why I keep a room full of Encyclopaedia Britannica. I could use Google but people are too reliant on that there internet.
inevitablelizard@reddit
You say that but online search results have degraded massively over the years and AI slop is a major part of the reason for that. It's a lot more difficult to find actual information now.
Financial_Ad240@reddit
I’m the same. Like, if there’s something I need to know, rather than Google it or, god forbi, use AI, I’ll go to the local library and look it up in the reference section.
WingingItSince87@reddit
I feel like you missed the “/s” on this!
sshiverandshake@reddit
Why though? For context, my undergrad degree was in Literature so I love books, own more than most and read voraciously.
I'm also aware that books are outdated the moment they're printed whereas the internet has access to nearly everything that's ever been written, the latest scholarly articles, papers and research.
So going to the library to look something up rather than checking the internet, is objectively stupid.
This is not am attack on libraries by the way, I think they're great third spaces and incredibly important, just questioning your rationale.
festive_banana@reddit
Think this was a joke that went over your head…
Scottaluss@reddit
Wish I had all the time in the world to wander down to my local library every time I have a hard question like you haha.
microsnakey@reddit
Reading, you don't believe in that do you? If I want to know something it has to be an oral story told from generation to generation.
FB15z@reddit
You are an absolute donkey. "Go to the local library" are you for real
Purple_Kidneys@reddit
Cant believe your using references in the local library, your so new age. I prefer to travel by foot to the local tribespeople and ask them to recount their tales to me
Bernardozila@reddit
I’m afraid you vastly underestimate the power of AI.
e-pancake@reddit
there is nothing in my daily life that requires it. people use it as a search engine or for shopping lists, that’s just mad. maybe it’s powerful for some but it’s nothing for me lol
zeoxzy@reddit
Google gives you an AI answer for most searches now. Almost impossible to avoid
nasturshum@reddit
Swearing (using foul language) in your google searches seems to remove the ai answer 😆
e-pancake@reddit
I add ‘-ai’ to all my google searches so I don’t have to see that nonsense
FB15z@reddit
Its not about whether you need it in your daily work, but whether people need YOU for your daily work.
I work as a journalist, and previously had entire teams to help me create graphics, perform basic analysis I don't have time for etc
I have the subject matter expertise, the contacts, and the skill to find and produce good content.
Essentially, I am the tip of the spear. I have already - via AI - replaced the entire rest of the spear, and can have those results instantly rather than having to schedule around supporting capacities, allowing me to not only multiply my own output, but effectively ENTIRE TEAMS' output entirely on my own.
For the purposes of my company, I have likely cut costs by millions, while multiplying potential revenue.
I still do literally all of the writing (because losing your voice is death) and if anything have more control than I did before. For mine and my company's use case, AI has been absolutely insane.
MoonMouse5@reddit
Interesting that you've been downvoted. The hate for seems to be ideological rather than based on evidence of usefulness.
bright_sorbet1@reddit
I mean, it's really not that different from using Google.
sshiverandshake@reddit
I think if you work in professional services and are not at the end of your career, it's imperative that you learn the capabilities of AI / ML and get well acquainted with writing prompts, otherwise you'll find yourself surplus to requirements.
If you feel it's not relevant to you, I'm assuming neither of those conditions apply to you?
TemporaryOrdinary423@reddit
I'm afraid you vastly overestimate the power of AI.
_Odaeus_@reddit
We underestimate the thrall that it holds over its adherents
Ralphisinthehouse@reddit
You should understand that if you've ever had an X-ray or a medical diagnosis or been prescribed medicine or spent any time in hospital or used YouTube or Netflix or about a billion other things in the world, then you've used AI. Your complaint is really with the hallucinations of ChatGPT and Google Gemini. There are a million things that AI does which are unrelated to those things that gets right every time and is relied on universally and has been for 10 years.
robjwrd@reddit
r/redditmoment
Ralphisinthehouse@reddit
I mean, that's just being stubborn for the sake of it.
koloqial@reddit
Google?
Outside_Distance1565@reddit
Eh I don't even use it to find information, at least not in a googling sense. I use codex to do my boring arse admin for me so I can spend my days making art, it's so nice to not have to do all the boring stuff besides sanity checking the output. I can just make stuff, sculpt and paint and urgh. So good.
Andy_McNob@reddit
I take it you still go to the library to find the information you require from books and you still use paper maps to navigate, right? Your sentiment is exactly what people were saying when the internet/gps blew up.
ranchitomorado@reddit
Congrats
fullwd123@reddit
Honestly I feel like you're missing out on these model's ability to search the web with much more nuanced queries than what a search engine like Google would allow for.
powpow198@reddit
At this point it's a layer above search engines, so you're saving time instead of googling things and sifting through the websites.
Obviously accuracy is still a factor.
IhaveaDoberman@reddit
One of the 20 year olds at work uses ChatGPT as his exclusive search engine. It's depressing cause he doesn't see the point in using anything else, despite us having demonstrated the answer he's been given us utter bullshit on multiple occasions. It has it's uses as a tool, but they're much more limited than he'll except.
If I'm looking up something entirely unimportant or seeking to confirm something I already know, I'll have a quick look at the Google AI answer. But that's the full extent to which by choice I've engaged with AI.
Cadire55@reddit
Outside of coding, which is mostly a fools errand, I have used AI in ways that are actually useful.
My wife's car had an AC failure. I asked Gemini about this, uploaded some photos of components and it guided me through the process of determining what the issue was and how to fix it.
My heating oil boiler stopped working. AI again guided me through the steps to diagnose and ultimately fix the issue.
I wasn't sure what a fixing on my external blinds was called. I took a photo, uploaded it to Gemini and got the answer (I've also done the same for some plants in my garden).
Nothing earth-shaking here but very useful for me - certainly more useful than the torrent of vibe-coded slop that goes nowhere and achieves nothing.
Alone_Ad8571@reddit
I’ve just built an elaborate onboarding and invoice system using all google products. Gemini helped me, but it’s still a lot of work to get it right
ajguk@reddit
Use it daily for coding at work. SQL, python, node.
Just used Gemini tonight to restore a very faded old handwritten postcard for my other half, that I’ve had for about ten years and never fixed. Gemini took about 20 seconds after one prompt and it’s perfect, as good as the original. Printed it off and stuck it in a frame. She was made up! ChatGPT was useless at it a couple of years ago. Gemini today, no problem.
Sensitive-Vast-4979@reddit
I use openai as an equivalent to Google its better since I can ask it questions like id ask a human
Tintedlemon@reddit
Yes I do, it’s effectively replaced google in my life.
sushi_collector12@reddit
I use it as an add on to therapy. Not joking.
Sensitive_Guest_5995@reddit
Every day. Maxing out usage is the aim. Me and my manager. Just non stop. It’s the most worrying thing ever.
ImThatBitchNoodles@reddit
My mum has full on conversations with C-GPT every single day. When it's not C-GPT, it's Gemeni.
I have tried to explain how bad it is for the environment and mental health, but she just brushes me off.
Sometimes we'd be arguing about something or just not seeing eye to eye, and she asks the AI which one of us is right. 🤦🏻♀️
ResidentMix1872@reddit
Simply talking to an LLM really isn’t much worse for the environment than the multiple Google searches you’d have to make to get the same result. Research things before you lecture other people on them.
ImThatBitchNoodles@reddit
So rather than bettering what we have, we create something else on top of it that actually adds to the problem and that somehow is okay, because they are both just as bad for the environment...Yeah, whatever you need to tell yourself.
It's one thing to Google something 4 times in a day and another thing to talk to these things for hours on end every day, like thousands of users do.
I lecture her on it because it's improper and excessive use.
ResidentMix1872@reddit
You’ve probably wasted more resources scrolling and commenting on Reddit today as your mother has talking to an LLM.
Does anyone lecture you when you watch an hour of YouTube or Netflix, which would be equivalent to hundreds of simple LLM responses?
But whatever you need to tell yourself to feel superior I guess.
Routine_Ad1823@reddit
In what way is it bad for mental health?
ImThatBitchNoodles@reddit
Exactly what the other comments said, it reinforces mental illness and negative/pessimistic ideations.
My mum is the sort of person who struggles a lot with depression and an eating disorder (she eats her feelings and then regrets it immediately after), but refuses any sort of help because "it's useless and doesn't ever work" in her own words.
She ends up using ChatGPT as a therapist, she'd say something along the lines of "I woke up feeling shit today and ate a lot." and the chat replies with some stupid reinforcement like "That's okay, eating chocolate when you're sad releases dopamine. I understand how you're feeling."
Inevitable-Parsnip67@reddit
My partner is bipolar and he's started using it after he goes to bed, I can hear him chatting away. Last week he got an end of life planner and started filling it out - I'm convinced this was ChatGPT's idea. It's freaking me out slightly.
mrstickles@reddit
Not sure if this is exactly what the poster is getting at, but a lot of people are trying to use AI as a therapist and the problem is that it will just endlessly validate you rather than giving you the tools to work through your issue. That’s not to mention people literally using AI to simulate friendships/relationships which is crazy harmful
ImThatBitchNoodles@reddit
Yes, it's the therapist thing you've mentioned. That's what I was referring to.
Externalshipper7541@reddit
If you already had pre-existing conditions like depression, it might enable you even more.
Routine_Ad1823@reddit
Ah yeah, fair enough. If you already have mental health issues it might make them worse.
snowyy__@reddit
Ive had clients at work who talk to it like it's a person, asking about it's day and how it's doing etc. - they talk to it a lot
It's getting weird
kateeeliza@reddit
Started a new job a couple months back. Everyone used ChatGPT for everything they posted or thought. I was always pretty against it (I did graphic design my last job) and I got into so much bother for not using AI to make my work faster. I mean literally spending 10 mins on a thorough email was too long.
Unfortunately it’s ruined how I view marketing which was my career for 7 years. It’s a shame because I still have passion for the industry but the cutting of corners by some businesses spoils it for the rest.
badonkadonked@reddit
I’m an in house editor for a company that has adopted AI to produce pretty much all its content. I spend my (numbered) days editing robot slop. It’s driving me slowly insane
Novel-Motor-7608@reddit
Sounds like it's obsolete already
badonkadonked@reddit
I don’t think it quite is yet: AI can’t be trusted 100% yet. But the (robo-)writing is on the wall.
pizaz101@reddit
I'm a keen DIYer, always doing projects. I use AI extensively, daily, for incredibly in depth advice on petty much all aspects from design through to build execution. It's incredible. I'm currently using Gemini as I got a free year of the premium service. So so good.
FairBlueberry9319@reddit
I'm a Software Engineer. I use Copilot all day long to do my job. And I use ChatGPT to help with everyday tasks. If you're not using it you're making life harder for yourself.
Hungry_Cartoonist251@reddit
Yes all the time. Helps with workloads for uni massively by breaking down concepts and providing instant feedback on my writing.
It also gives personalised tuition on just about every topic. I can discuss my art, investment strategy, diet, career plans, living plans whenever I want with an extremely knowledgable , personalised platform.
Chemical-Demand-5741@reddit
Only at work. It can come in handy for what would be very time intensive Photoshop work.
I'm not a fan though. I do feel it's very threatening for my job as an art worker/studio manager.
Charlie_Yu@reddit
My wife works in art. She used AI as a search tool but never in her works directly. AI simply could not make art with quality compared to humans.
markandspark@reddit
Yet
Charlie_Yu@reddit
I don’t see it changing soon. It is still humans deciding what is good art or not, or paying for the products.
markandspark@reddit
Let's hope you're right
SweetenerCorp@reddit
I work in creative industries. I think either you learn how to use the new tools and implement them into your work or you’re just going to fall by the wayside.
My mum was a photographer and so many of her colleges refused to switch from film and learn photoshop ect when digital came in. Then they just lost their jobs to people willing to move with the times.
In 10 years people will probably just look like luddites if they just refuse to use the AI tools that are going to massively speed up their workflows.
Like digital photography doesn’t mean you’re not a real photographer, the technical bar to entry just keeps getting lower, but like buying a digital camera that doesn’t make you a photographer. Even still a lot of digital photographers don’t know how to get the shot they want in their head because they don’t understand how the camera actually works.
livvileo@reddit
An alternate take on this is that you'll be one of the few people who actually retains the real skills needed to do said job. I work in AI enablement, it's not hard to learn how to prompt AI. It is hard to learn highly specific skills for different jobs (regardless of what they are). Many people will lose that core knowledge quickly as they adopt AI instead.
SweetenerCorp@reddit
Possibly. But just because you can make work, doesn’t mean you can make good work.
I think people are competitive enough or just have general interests to want to study. I took courses shooting and editing on 16mm film during university, when I knew I’d probably never use it. I still now read books now on filmmaking, watch more challenging stuff, and have a general interest in art.
It’s like people who want to play the guitar or something. There’s people who like the idea of playing the guitar, but not enough to work hard at it. Then there’s musicians who sit and play scales for 12hrs a day.
People will still want to do creative jobs and there’ll still be competition to do it.
There’s competition to get movies in cinemas or shows on tv, or competition to put out the best advertising. I don’t think it’ll get to a place where people are just pressing the AI button and hoping for the best.
Chemical-Demand-5741@reddit
Aye, there is that. 👍
dinobug77@reddit
The issues as I see it is that AI in our industry is trains on the work that we created. By trial and error error. If we now use ai for the work that we used juniors for and trained them to learn who is going to be there to train the next generation of AI.
But I use ai everyday. If clients what their site to be cited on AI we need to know how AI sees it. Therefore getting ai to review a site will let us know how it sees it.
With that information we can redesign a site that appeals to bot users and AI.
serenitysoars@reddit
i also work in the creative industries and using ai to do a creative job defeats the purpose and i promise you’re losing work by using it (not to mention it’s embarrassing calling yourself a creative but then letting a computer do all of the creative process)
switching from film to digital is a crazy comparison because the process only mildly changed. the creativity stayed the same, which can’t be said for the use of ai
all of this before we even take into account the devastating effects of llm/ai on the environment, all because people have become too lazy to use their brains to do what they were designed to do. it’s sad more than anything
ByEthanFox@reddit
Creative industries are (rightly) divisive for AI though.
I make indie videogames and I kinda can't help but feel, what's the point of making videogames without making them? And if you want to do that... Is it possible you just want to make money and don't actually care or want to make videogames? And, if that's how you are, could you not fuck off from my industry and do something else?
GleefulBadger@reddit
I use it almost exclusively for writing VBA code for excel workbooks. I only have a basic understanding of VBA, and in the old days I would have to try and Google what I needed and then modify the code for my purposes. AI is very good at writing VBA in my experience, but I still have to spend a bunch of time troubleshooting issues.
ChatGPT in particular loathes sending complete macros unless you specifically ask it to, but if you follow along and insert snippets you will inevitably run into issues where it uses the same Dim variables multiple times throughout the complete macro. It also has a nasty habit of recommending loops. Yeah they work but they are incredibly slow with large datasets, there are better solutions and it does provide them when you point out it’s too slow.
My workplace is banning unapproved LLMs soon and making Copilot the only option. Not sure how I feel about that, time will tell!
Similar_Quiet@reddit
I'm a software engineer. I use Claude.ai all day, every day. It writes the code, it reviews the code (then I re-review it), it shares the code, and then another ai reviews the code (and another human).
I've been a software engineer for 20+ years, I've been using ai coding tools for a couple of years, this last six months have been transformative.
MinimumSilver5814@reddit
Congrats, you’re no longer a software engineer and have replaced yourself.
ratttertintattertins@reddit
Eventually maybe, but not yet. Clankers are amazing but the human element is still key for a larger product.
Similar_Quiet@reddit
Not interested in arguing about this. I'll say this and then zip it. Who is going to get laid off first? Myself - a robot enhanced meatbag, or the meatbag luddites I'm out-performing?
TheJesterOfHyrule@reddit
LOL do you think the layoffs at Meta, Cloudflare, and all the others cared that you used AI tools? At least Luddites went down swinging instead of sucking off Sam Altman
boringfantasy@reddit
Probably the guy who let his skills atrophy and is at the behest of models that explode in price and become limited in use.
theotherquantumjim@reddit
Interesting. Have you used Codex? If so how do you think it compares? I’m a music technology lecturer and have had a lot of success using Codex to build software plugins for me. I have zero coding knowledge, but obviously can define exactly what I need functionally in a specific plugin and also identify when features are not behaving as they should. It is wild that if I now want an audio plugin tool I can build it in a couple of days. I have also found that plugin builds are more successful if I tell chat gpt what I want and ask it to build a detailed spec pack for Codex.
ratttertintattertins@reddit
I use Codex and Claude simultaneously. Claude is better at code generation and Codex is better at code review. I always do a quad pass were Claude and codex both review the code with antagonistic purposes.
Similar_Quiet@reddit
I've used codex for trivial coding things (personal , not work) and it's been absolutely fine. One of my team mates has been using codex full time the last few weeks and he rates it.
VeryChineseTime@reddit
At one point I was using it everyday for my Shopify site, AI made it really easy to create the .CSV files of all my stock and edit things in as long as I guided it like a toddler.
_Neurox_@reddit
I use CoPilot at work multiple times each day and occasionally use other AI tools for other larger tasks. It makes a huge difference in productivity. The more data it can access and the more you put effort into prompts and settings, the better it is, but you can use it for simple tedious admin tasks too.
One basic but really handy use is using it to circumvent the notoriously crap Outlook search. I get a lot of emails and rather than trawling through them to refer back to something, I'll ask "what was the latest that xxxx said on xxx" and it'll summarise and cite the email, which is helpful.
It's also incredible handy at transcribing meetings and generating notes and actions that are 90+% accurate. That's probably the biggest help.
It's also a huge time saver for drafting if you prompt it correctly and it has access to the right internal documents. I can get a first cut of something put together far quicker than I could pre-AI and sometimes it'll find source content I wouldn't have thought to look at, or would have spent ages searching for using the content management system's inbuilt search. It's decent at "proof reading" too and catches things I've missed, but does often hallucinate errors that aren't there so isn't perfect.
There are plenty of other uses but those are the ones I find most helpful day to day. In my role it's heavily encouraged that you use it because it's such a time-saver.
Coulstwolf@reddit
I use it multiple times a day, I use it at work, I don’t google things anymore. It’s not a fad, it’s not going away, get involved sooner rather than katerb
DrUltimaMan@reddit
I use AI everyday at work, any software engineer who doesn't use it is soon to be unemployable. I i use it outside of work as it is far better than Googling and manually searching through pages for information. That's not hype, google is a screwdriver and AI is a power tool. Some models are better than others and it does need hand holding sometimes, but it is an undeniable force multiplier for those that embrace it. Refusing to use it may be currently socially fashionable, but those people will be regarded as regressive technophobes in the near future.
the_hair_of_aenarion@reddit
Coder, daily user. My company insists we should all use it extensively and provided access to multiple high end ai products so it can compare each. We've tried various like windsurf, cursor and Claude. Now I daily drive Claude at work and it's pretty damn good.
Highly highly recommend treating it as a fuck up that will happily destroy your entire career if left unchecked. You must read and understand everything it does. Your job becomes a proof reader for an exhausting amount of code that can be wrong in slightly unpredictable ways. It takes the joy out of it.
darybrain@reddit
I use ChatGPT pretty much most days for comment translation. It's context translation is sometimes better than Google Translate although that is much better with images. Unfortunately, for me there are too many times when translations are not shown if they are deemed to break some policy in which case I stick with Google Translate. I may also ask for suggested responses with conversations if I'm struggling with what to say so I have a possible foundation for what I will eventually write although it is a 60/40 split at the moment with responses being batshit.
I haven't tried many other chatbots because most seem to require an account to start and I can't be bothered.
Taucher1979@reddit
I use ai to learn sql and Spanish and it’s great.
Dull-Mathematician45@reddit
All day. I spend £200 per month or more. I even give it some long-running work while I sleep. Just tonight I asked about renter's rights changes around pets, hashing algorithms, telecom data centre strategies, injecting artificial network delays into applications on my computer, compare-and-set algorithms.
ObligationPerfect939@reddit
I used it daily for work and personal DIY ideas
Zossua@reddit
Yeah, its fast and convenient.
Its also fun to use.
I like to use it for cooking and learning about history.
I can use it for work too. Sometimes needing help with some software or leaning new software.
Meowlurophile@reddit
I use it sometimes if might brain wont come up with something but not really day to day
LankyYogurt7737@reddit
I’m a web developer in Canada and have been actively using it in my job for the last 3 years, I also use it multiples times a day to just ask random questions about me health finances or cooking something. It’s basically completely replaced Google for me. I’ve also just launched an app that I built mostly with AI over the last 6 months and already have a contract set up to monetize it .
Old-Communication141@reddit
People most definitely do, even so much that people don’t realise their language is changing. Words like “delve”, “realm”, and “adept” are common words AI like ChatGPT use, and are now a more commonly used word by humans. Which personally I find laughable that it’s gotten to the point where people are unknowingly mirroring the way AI communicates.
Bwilks10@reddit
Business owner here (SaaS). I use it every single day. Multitude of things depending on what I need to do: brainstorming ideas (just about anything), long/short-form content writing and refinement, image generation, scripting with SQL, schemas, business website development, coding, email campaigns, research.
A hugely beneficial way to use it is for workflow automation. Get it to help you design a process to automate repetitive tasks. Then have it build the process…
If I want a list of websites I will still use Google search as I want a search engine to give me the most relevant results... for information search I will use AI (eg I no longer use stack overflow). It’s not replaced Google searches for me but reduced them drastically.
You still need to be fairly technical to do advanced stuff but it has a use in practically every line of work now.
Interesting_Lime1120@reddit
Ive used it to find interesting true crime podcasts, estimate the calories of a kebab and help with mortgage affordability analysis, just a few uses in the last week.
I understand from an artistic perspective not wanting to use it, but theres so many things it actually is good for.
realViewTv@reddit
Yes. Coding is finished
JabbaTheHuttsCock@reddit
Yes and it’s been a complete game changer. I run / own a waste disposal business and using ChatGPT to classify waste via the Environment Agencies WM3 technical guidance has saved me so much time and money.
I am a ‘broker’ so I subcontracted 3rd parties to do this service for me in the past, and this could cost tens of thousands of pounds per year but now it can be done for basically nothing.
I imagine larger firms that employ people to do this in house will be making redundancies. This is but a small tip of the iceberg. I can foresee huge job loses throughout all industries as time goes on.
Just think of every time you login to any service, whether it be a bank, your phone provider, insurance, utilities and you see the ‘chat bot’ you can ‘talk’ too. That was someone’s job previously. From AI receptionist to AI predicting future financial markets, it’s going to get real bad, real fast. And don’t even get me started on STEM jobs.
If you have kids, my advice would be to get them into trades. Look at all the subs talking about how bad the job market is now, can’t imagine what it’s going to be like in ten years time
Important-Light627@reddit
I’m a motion designer, used ai today for the first time in my job, brief was to animate an OOH advert targeting a conference in USA.
I spent £100 on credits on weavy, spent a few hours prompting and trying things, ingot nothing out of it, honestly felt like I was waiting around all day for new renders of the shot.
So I got pretty bored and just did the job how I normally would and got a decent result in 2 hours instead.
Charlie_Yu@reddit
It is a supplementary tool. You’ll use it but eventually you are responsible to check their outputs.
spookyflamingo17@reddit
Some questions are too stupid to ask real people, so I ask chatGPT instead.
hairyhog21@reddit
Work in advisory for big 4 firm. Use it all the time, great for writing emails and letters.
Ok-Breadfruit4837@reddit
The only AI I’ve ever used is Spotify’s AI DJ and AI playlist creator.
I work in customer support and we’re actively not using AI. We don’t even have a chat bot. And customers seem to appreciate that
No_Atmosphere8146@reddit
Man I hate the Spotify AI DJ. He sounds so threatening.
HalfRiceNCracker@reddit
What about surfacing common types of issue and potential kb gaps, or semantic search of previously solved tickets?
Ok-Breadfruit4837@reddit
Everywhere I’ve worked has a ticketing system that slows you to create tags and categories, and report on them.
zagblorg@reddit
The AI DJ is awful. "Let's mix it up a,little with something you wouldn't normally listen to". Proceeds to play whatever generic pop song they've been paid to promote that week when I've been listening to death metal.
Ok-Breadfruit4837@reddit
Honestly I’ve only used it a couple of times for that reason. 😂
suna_mi@reddit
There are customer service AI chatbots that are genuinely really good. First one that comes to mind is the one on Code Hostels' website (even tho I didn't like my stay with them): https://staywithcode.com/
Ok-Breadfruit4837@reddit
I’ll check it out mainly because I am curious ☺️
suna_mi@reddit
Thanks for being open minded unlike a lot of people on this thread.
Alarmed-Cheetah-1221@reddit
These replies are mental 🤣
al3xjones1@reddit
I use it to search for things instead of Google. A lot easier than clicking multiple pages sometimes if you are just looking for stuff.
whitey2048@reddit
I made the mistake of taking a picture of a wall and asking it to show me how it would look with shaker wall panelling, and showed it to the wife, she ordered the stuff for the job the next day, I haven't used it since!
Cultural-Ambition211@reddit
I did this too! It’s a great use case as the end result doesn’t need to be 100% perfect to give you the idea of what it’ll look like.
Sussurator@reddit
It’s great for decorating and gardening too but they’re going to have to come up with better use cases with the billions the megacorps are pumping into AI infra.
Nafepaints@reddit
I asked it if I could fit another display cabinet in my 'office' and it just made my room wider to fit it in lol
MissingLink101@reddit
Yeah I literally did something similar yesterday. My wife wanted to decide between two paint samples so I took a picture of the front of our house, another one of the two patches she'd painted as a test and asked it to mock up the whole wall in those colours. I even specified what section of the wall it should replace.
Worked perfectly.
MissingLink101@reddit
Yeah I literally did something similar yesterday. My wife wanted to decide between two paint samples so I took a picture of the house, another one of the two patches she'd painted as a test and asked it to mock up the whole wall in those colours. I even specified what section of the wall it should replace.
Worked perfectly.
ReiReiWood@reddit
Its both. Its massively useful in the right situation and using it as an assistant to support you instead of to do everything for you and if you fact check it.
Is it something that every industry needs no. Should everyone invest everything into it also no. There is definitely a bubble there in the same way the .com one was. Its big but its still overblown.
Also probably still is a net negative to the human race but what can you do.
raginglovecat@reddit
The people that say "it's just a fad" will be the first to become obsolete. I'm a software engineer and now use it for all aspects of my life both professionally and personally. I'm worried I'll be out of a job in 5 years.
MinimumSilver5814@reddit
You will be, and so will I.
poshbakerloo@reddit
I do, but I never complish anything spectacular or do something I wasn't able to without AI. Its almost always lazily asking Copilot to rewrite an email or asking random questions.
Ok_Farmer9305@reddit
I use it day-to-day but it’s totally unreliable. All it does is predict the most likely next word. It is NOT deterministic. If you know what you’re talking about and how to question things then you are fine. If you don’t know then you’re going in completely blind.
FrostyAd9064@reddit
I don’t work in tech but in my 2025 ChatGPT end of year wrap up it told me we’d exchanged 16,000 messages last year.
WhyIsTheMoonThere@reddit
I use it pretty much every day. It's nice to use it as a jumping off point for ideas or thoughts I want to delve deeper into. Sure, I could Google it, but ChatGPT can pull sources for me and synthesise lots of information quickly in a user-friendly way that Google can't match right now. I enjoy it. It takes some effort to tailor your model to respond the way you need it to, but once you get there it's a very useful tool.
JPKlaus@reddit
I have done five second round interviews this week and 3 of them used an excessive amount of AI to complete the task.
seahorsesaviour@reddit
It does my entire job for me
bllobblong@reddit
I have a friend with severe learnt difficulties and other issues , he uses AI to read for him, to make videos and turn our selfies into weird AI stuff. he has a mini business printing mugs or keychains and often uses ai imagery.
Ive tried telling him before I dont like it, would prefer if they didn't do it to ours photo etc, but there will be no changing him. absolutely uses it in day to day life
MoonMouse5@reddit
I have the full license of Microsoft CoPilot in work and I use it daily for drafting emails, rephrasing reports, summarising documents, and creating/editing Excel spreadsheets that do what I want, without any technical knowledge required.
Outside of work, Google Gemini has basically replaced Google Search for me. And similarly, I use Gemini for drafting important emails.
I used to have ChatGPT Plus for over a year, but I cancelled it due to the rapid improvements to Gemini, which doesn't have as many restrictions on it's free model.
Original_Dream7121@reddit
I find it hugely useful for excel at work. Yes I could write the formulae but it would take me hours longer. I had a colleague who was very dismissive on me when I spoke about using it, then finally understood when I suggested that our joinery team should use power tools. She said they did like I must be mental and I pointed out that that’s what I was doing with ChatGPT - the same thing I could do by hand but much, much quicker. You still need to know what to do, how to explain the situation clearly to it and be able to troubleshoot.
Good-Ad8953@reddit
Those people who use it seems mostly use for work. Apart from work, I use every day to track calories. It's just easier for me to have the same conersation going where I can write "just had a banana and around 50g of green grapes". Or "just had my breakfast - my regular cup of tea, 3 boiled eggs, 74g of ham @ 126kcal per 100g, 5 cherry tomatoes, 1 large teaspoon of horseradish sauce and 2 teaspoons of mayo. And later half a kitkat“. It estimates the calories and keps tally for the day.
ChickenPijja@reddit
Depends what you mean by AI. Technically google translate is a large language model, the same thing as chatGPT, and I use that 3-4 days a week. I also regularly use it at least once a week for work when writing up a powershell script, SQL syntax that I'm not familiar with, those sorts of things. It's also sneaked into many search engines as the first result, and 9 out of 10 its enough to answer my search query.
I don't trust it though, always ask it for sources to back up what it's saying.
Every_Stand4168@reddit
I have 3 close friends who use chat gpt for relationship advice 😭😭😭😭😭 I don't know what to do about it, I hate ai and think we should boycott it
TemporaryOrdinary423@reddit
Everyone using it is OK with copyright theft 👍
Lopsided_Ad_5977@reddit
You don’t have to use it in your personal life, but if it’s directly/indirectly present in your professional life, adapt or die.
Tammer_Stern@reddit
I use Gemini, mostly, but have experimented a little with Deepseek and ChatGPT.
Initially, I used AI to critique and improve my CV and give me interview questions for roles I was applying for.
Now I use it mainly in a couple of ways:
helping my son with his schoolwork. You can type a maths question into Gemini and ask it to show me, step by step, in simple terms, how to solve this question. I find that amazingly useful as a parent when I can’t remember that stuff any more.
I recently went on a road trip around the south and I gave AI details such as who was travelling and what we wanted to do, and we needed parking etc and asked it to give me some accommodation recommendations. The places it gave were good and we stayed in 2 of the recommendations- 1 in Dorset and another in Cardiff.
Tbell221@reddit
I use it every day for most things, have been using ChatGPT heavily for the last three years. From things like making personally tailored posters or stickers for my kids, to helping me plan and arrange holidays, to a huge amount of structural help with long written reports. As a dyslexic/dyspraxic the ability to turn my notes into a coherent report structure has been a life changer for me
TheCannyLad@reddit
In my last job, I was made redundant in my IT support job but given a job doing DEX stuff, but that rug got pulled by management. So I ended up with adhoc tasks and one of them was a Power BI dashboard for management to keep watch on team performance. Never even looked at PBI in my life, but with the help of even the crap AI we were allowed to use at work, I managed to build a pretty flashy, company branded dashboard, which I rolled out the day before they gave me the boot 🤣
I've been in a new job for 3 months. I was asked to make a digitised check system for a warehouse on a tablet. I built the first in 2 months having no prior experience. It was a bit of a frakenstein, so I used a different AI tool to rewrite it. Now I have a virtually zero maintenance app to roll out. No way I could have done this without AI. It helps to have some IT related knowledge still I reckon, but for me it's been a game changer.
I also use at home as a replacement for Google searches, it simply does a lot of research quicker than I could, and although it's not 100% all the time, it make life easier. Better still, a recent update on my old Google nest speaker has given it Gemini so I can ask all kinds of recipe advice in my kitchen!
I'm not blind to the issues that arise, but for me, overall, it's been a positive, and perhaps an interesting thing to learn about.
NekoZombieRaw@reddit
Yes, I use AI daily at work, several times a day. I wouldn't say it's replaced a human, as the output needs a great deal of scrutiny but it does a lot of heavy lifting. I work with policy, procedures and regulatory change.
Faehndrich@reddit
ChatGPT is my therapist, it gets an earful every day pretty much
PigletAlert@reddit
In my personal life I can’t imagine a daily use of it. The AI summary of Google often seems to use Reddit posts to answer my questions and it’s often wrong.
At work I might use it from time to time to add challenge to my rationales and proposals. But I used it to write a summary the other day, and it was dreadful, I had to rewrite it and to be honest it would have just been easier to write it from scratch cause it was still terrible.
I’m also studying and I do use it to read and summarise papers for me so I can understand if I want to read them or not. And I use an AI text to speech app. But I’m studying more as a hobby so I don’t really want to use it for anything more than that.
Sensitive-Bird-7500@reddit
I'm a site mamager for a district heat network, i only use it to respond to people using AI to grill me, a tit for tat kind of
ThumpingChicken@reddit
It's helping me install a 12v leisure battery set up and solar in my van.
thefootster@reddit
I'm a developer and it has replaced stack overflow for me. I used to trawl forums for some obscure issue, now 90% of the time chatgpt finds the issue immediately. I also use it a lot for drafting emails, summarising transcripts.from meetings, pulling out the relevant info to my project from stupidly long documents that are mostly irrelevant. It is extremely useful in my job.
mackerel_slapper@reddit
Use it all day, every day. One of my jobs is subbing (checking) copy for a newspaper. I chuck a lot of stuff into AI for a last check - missed words, spelling etc. I give it a very specific set of instructions. It's about 75% reliable, maybe 70%. It suggests a lot of errors that aren't and misses some errors completely but it's an extra pair of eyes. Ironically, as I watch what it picks up, it it does less as I absorb what I was missing myself.
It is also good at extracting info from dull reports (like company annual accounts, which I write up a stories). However, I trust it about as far as I could throw my car, you have to assume it gets everything wrong and hallucinates. So it might get the news angle, which I then use, but I write the story myself.
It is amusingly bad at album reviews.
Mozog91@reddit
i have been using ai to code for the last 6 months and its pretty bloody good at what it can put out, you just have to be careful with what you say to it and how you word it because it is very good at misunderstanding what you mean if you arent careful which causes all sorts of problems
sporops@reddit
Yep, all the time, run it like a personal assistant - helps with scheduling, training, logging, journalling
AI_Grandad@reddit
I use ChatGPT and other LLMs as a sounding board for ideas , it also helps me calculate taxes and do future financial planning.
Fair-Scholar-4677@reddit
I use it everyday for research for my job. It's like my companion now. However, it's not always right.
Kvark33@reddit
I use it daily to read through legal jargon and proof read things. It’s is very useful.
I would say that it’s only useful if you know are knowledgeable in that field. It’s dangerous to use if you don’t know what it’s talking about and I rely on it
ahhwhoosh@reddit
I use it to check construction contracts and subcontracts, and check legal queries regarding contract mechanisms.
Gold-Perception-8021@reddit
I’m a lawyer and use it nearly everyday.
I use it for proof reading, research, rewording things, checking drafting. It’s a great tool but you need to have enough knowledge to check its correct
LakesGeek@reddit
I use it daily as a FAR improved Google search and to ask it things like “tell me why Duolingo marked this as wrong”. I ask it for guidance at work and do my best to verify what it says.
However I despise it for the job and art theft kind of stuff I.e. generative AI. Art and music inherit the soul of the creator imo (regardless of whether you think some human generated content is “soulless” or not) and I’ll die on that hill.
“Vibe coding”… ehh… I’m cool with getting it to teach you how to code something. Not so much generating entire applications with it blindly.
shadowedfox@reddit
Yes but also no. In my job, sometimes I’m working with a client whose infrastructure I might not be familiar with. But being able to crash course on it helps us understand each other better. Usually once some ai has removed the acronym salad from the situation, it’s much easier to be familiar with the systems.
Personally, I used to be a full time developer. Ai coding has moved quite significantly in the past couple years. I’ll often use it to prototype an idea. Because an AI can quickly spin up a quick demo app or web page. (Usually requires some hand holding or prompting with api documentation). This lets me test my idea or even see if i have the resources to complete a task. I don’t tend to trust it to have a complete finished product state though. So I’ll typically end up dotting the i’s and crossing the t’s. Ai is getting better, but it can get a bit of tunnel vision.
AnxiousTerminator@reddit
My boss has been really pushing us to put all our work through co-pilot to 'improve' it. I finally cracked last week and let it 'improve' one of my briefings. She was forced to admit that it was not actually improved, and just diabolically formatted with more unnatural grammar and no longer meeting the approved briefing structure. I'm sure it would help people with literacy issues, but we have all been employed in part for our writing and presentation skills...
I am suspicious there is a push to just say "oh co-pilot is better, let's sack them all" though, and also take offence to the implication that I need AI to do my writing for me, so looking elsewhere for other jobs.
Bustakrimes91@reddit
It’s mandatory to use in work and I said the exact same thing. It’s helpful to those who have literacy issues or who struggle to do the task in some way but otherwise it just makes everything worse.
The off formatting and use of cringey buzzwords and emojis really squicks me out and I personally really don’t like it.
Everything is always the same monotone structure - it’s not this, it’s this. Everything is fantastic and it praises even the most mediocre input. I know people who use it to chat to all day and they don’t understand it’s literally built to reaffirm whatever they want. Asking your phone whether a close relative is in the wrong or to get an opinion on personal issues is so bizarre to me now.
Letting a machine dictate your life or run your business and replace your staff would be utter madness.
AnxiousTerminator@reddit
Yeah, I think it has potential in the future as a diagnostic tool in various industries, as it will just have way more access to various sources of information than the human brain could ever recall on demand. I think medicine particularly has the potential to benefit immensely, especially if work can be done to eliminate biases that impact human workers so badly (perhaps I am biased myself here because I've received some truly shocking, life threateningly bad medical care in my time).
I think the current issue though is a lack of understanding for what it is good at (glorified search engine, potentially data cleansing) and what it is bad at (replacement for human companionship, interpretation of data, maths). You have people at the top of organisations with almost no grasp of what it is, just ordering the underlings "buy all the AI and do AI everything!" Even big companies are coming a cropper, Deloitte got in trouble for using it after it turned out it had made up statistics and couldn't explain how it had produced them, Nvidia have admitted it us cheaper to employ people.
There is also an issue of accountability. For my slide deck I still have to go through and check it's not hallucinating, which is doable. But let's say I ask it to cleanse 30,000 lines of data for me. What if it fucks it up? I can dip sample to check, but if it turns out it's been messing about and made stuff up I can't sack it or put it on a PIP. They also all seem to lie compulsively when asked to account for their behaviour. Honestly I hate using it for work and am belligerently resistant.
riderofrohan12@reddit
No offense, but this seems a little hypocritical. You've formed your opinion based on surface level AI usage, whilst talking down on people for 'having almost no grasp of what it is'.
With AI, context is king. It's just a tool and needs someone to point it in the right direction. It can go in a billion different directions and many can yield poor results. It's your job to instruct the AI so that it starts going down these golden paths with far more consistency and reliability. And this instruction isn't something that has to happen constantly, day to day we've created instruction files that get placed into the AI's context window before any prompt so it knows exactly what tools to use, the standards to follow, what to avoid and to test and verify the things it does. This is something done once and never again, you can build on that over time.
You can literally ask it to plan out a task, tell it what you're looking to do and have it ask clarifying questions to you to really narrow all the ambiguities away to the point you literally have everything planned out to your satisfaction before it executes on any of it.
The question of what if AI fucks up is better answered by the question of what if a human fucks up? Why is there no validation going on in your process here? If there's a way to tell if something is correct then tell it to the AI so it can verify everything it's doing.
Your resistance only serves to hurt you in the long run.
Ok_Bumblebee_2196@reddit
I suspect that enforced embedding of AI is standard in lots of companies now. The senior management at my company have a bonus-linked goal attached to making us all use copilot.
Jonoooo56@reddit
My boss is exactly the same, however our Co-pilot is helpful when researching specific job related topics.
I believe this is because my Co-pilot is trained for my specific job from my boss, which helps when querying and research stuff! Maybe give it a try
nathderbyshire@reddit
They deserve it for making you use copilot in the first place. I've never used it myself but seems to be one of the worst out of the bunch when I've seen reviews and almost never recommended. I can only imagine companies use it if they already have 365 services or something
LBTUK@reddit
I've written a number of programs using claude code and im writing a software suite for managing a business including estimation, stock control and client management amongst other things.
I cant manually code but I know the logic and and the systems I need.
I dont know whether that's good bad or ugly. But I have created so many things which are helping on a daily basis.
Embrace it or deny it, but I see it as the progression of Web searching, I can Google and gather info, maybe find a solution to your problem. Now you can make your own solution as long as you know what you need and in graphic detail.
Saying I need a CRM tool it will make something it might not be half bad, but it won't be as good as some of the market tools, however you not the specifics, edge cases, logic of different elements interacting and you can make something pretty special.
jimmayy5@reddit
I use it every now and then for when I just want a wall of information or to find something specific without having to search 5 different paywall blocked websites
Alert_Mine7067@reddit
In my experience it varies, most people that I know would use it for legitimate purposes. I would use it to learn certain things, to get non biased advice and to clarify something that I'm not sure of.
Two of my colleagues use ChatGPT for everything, even if it's mid conversation to validate what you're saying. One of them argued with me a couple of weeks ago that Northern Ireland has 7 counties, when it has 6. I know this because I live here and have done my whole life, just like he has, but he 'fact checked' what I said using chatGPT.
I'm finding people like that tend to lack real life intelligence and use AI as a substitute for their lack of knowledge and common sense, which is very alarming.
SavlonWorshipper@reddit
At least we know ChapGPT is not in the Ra.
Alert_Mine7067@reddit
The same as you know who
the_man361@reddit
I'm a solution architect and use copilot / anthropic most days. It's a great tool for knowledge and insights of internal data, assuming the company security policy fits with whatever terms it operates under - at where I work we have effectively a walled garden with respect to the information disclosed to it.
There's a vast difference between google/alexa assistant AI which is dumb as bricks and a properly grounded agentic service which has access to relevant information.
Having said that, it basically acts like a junior to mid level employee that does things when asked. It can make mistakes, so requires validation and an experienced person to review, but not at the same level of error as the typical voice assistant AI does, which is constantly garbage.
GussetSnuffler@reddit
I use it for almost every task. Car problems, recipe ideas, responding to emails professionally (I’m not professional at all). Sometimes il chat to its voice mode in the car to keep alert
Jimny977@reddit
I use Claude pretty much daily as a part of investment research, proposition development work and so on. It isn’t replacing me but it’s definitely making me more productive. I also use it a ton outside of work.
You need to check everything it says and be careful, as well as knowledgable about whatever it is you’re using it for, but if you’re sensible it’s great.
HotMark4147@reddit
I only AI I use is mainly offline stuff, like AI denoising of photos or selection/searching things by what is contained in an image eg. typing "dog" and all the dog related photos show up.
I already use a lot of scripts and automation to do batch stuff, so AI can't help me there. Why use AI to batch convert 100s of files when a simple script can do the same without a large amount of computing power with potentially unreliable results?
I also actively avoid chatGPT, claude etc. because frankly they just seem like utter dogshit and are major contributers to the AI slop that I see everywhere.
thisisvic@reddit
I've been using Claude Cowork to deal with my work backlog/slack messages/emails and help plan my work, ideal for when I'm overwhelmed. I have also used Claude to write some automation scripts, although this have to go through several iterations.
Further than that though, the hallucinations far outweigh the useful output when it comes to my actual job. My company has been pushing us to use AI for more and more of our jobs. I've spent weeks at a time trying to automate tasks and get useful, valid work output from Claude, to no avail. It's been incredibly frustrating, some of the hallucinations have been astonishing.
It can write a script that will pull data into a spreadsheet for me (with plenty of corrections), but it can't be trusted to pull the data itself, and that's just the top of the iceberg. I once asked it to take data from a spreadsheet and put it into a Confluence page. It built an entire dashboard in Excel using our "official brand colour" of blue. Not only did I not want a dashboard in Excel, I never told it to make it blue - and it's not our official brand colour.
We were actually told that using AI to automate our routine work so we could spend more time "adding value" is what would keep our jobs safe.
Anyway, the company announced last week that they're making 25% of the company redundant and getting AI to do our jobs instead.
Dr-Edd@reddit
I have an Android phone with Gemini mapped to holding the lock button. I've gotten into the habit of asking Gemini things rather than googling. I maybe do this more often than I would normally have googled things, which has lead me to learning about plenty of new things I'd otherwise have just thought about and forgotten. Perhaps I just have an inquisitive mind.
Terrible-Bad-9002@reddit
No AI will never ever take my job I'm a field archaeologist. Complete 100% analogue job.
DifficultCucumbers@reddit
At work, every day. It does all the jobs you hate
Shnarf1980@reddit
I've recently started using copilot at work. It's like a very fast, but slightly incompetent trainee. Ask it to do a task, 2/3 times it's competent, but 1/3 of the time it gives a believable but completely wrong answer.
As an example, i asked copilot in excel to explain a formula for me. It did a good job, even giving me an example with numbers instead of the references. Problem was, the maths didn't add up. I had to point that out at which point it said "Oh yes, you're right" and then went on to give a correct explanation.
TLDR AI (copilot in my case) works quickly, but please check it's working
throwaway593090@reddit
My colleagues use ChatGPT to write messages in goodbye cards. And to write emails. I don’t know why they just can’t think of these things.
Also the environmental impact is shocking, but who cares when it makes things so much easier ?
Top_Mirror211@reddit
Yes. I love ai. I use it all the time.
Klakson_95@reddit
I use it literally every day
SukhdevR34@reddit
Yeah. With everything I need. How to improve sleep, what games to buy, what vitamins/pills to take etc etc
Samuel189798@reddit
My best friend uses AI like a real person. Treats it almost like a girlfriend or comforter when life is too stressful. Speaks to “her” when he’s sad and lonely.
Genuinely concerning but hey if it keeps him happy then fair play
ttwii70@reddit
All the things I have to do, I like to do so I don't want to give it to AI to do. Otherwise I'll have nothing to do, and I like having something to do.
cloud1445@reddit
Yeah but there's a lot of things in my line of work that I have to do that I don't like doing. And that's where Claud comes in.
kouroshkeshmiri@reddit
"This just in, annual economic productivity is at its fifth year of 0.5%."
JaSfields@reddit
In a work context you have to do things because those things create value. If AI can get you to those valuable outcomes quicker, as it can in my workplace, then you create more value
There’s a reason every big company is investing massively in this technology
Professional-Test239@reddit
This has been exactly my experience of it this week.
redcircle1313@reddit
I use it all the time but more like a glorified search engine. If I’m playing about with my homelab it’s great having quick access to info instead of having to trawl through reams of documents and hundreds of forum posts. it’s a real time saver
HistoricalFrosting18@reddit
My daughter is autistic and it’s been fantastic for helping me navigate forms, applications, evidence gathering, education plans etc. School are being slightly obstructive so even using it to write emails to get the evidence I need in writing whilst still sounding on board is great. Obviously I double check everything but it’s really helped lighten the load during a stressful time.
daniluvsuall@reddit
I use Claude every day. It’s excellent across many domains. Done a bit of coding and it’s so good at it, but I use it as a learning tool rather than a replacement of knowledge. If I ask for research I ask it to substantiate its claims and check references
Strong-Usual6131@reddit
Nope, I don't need generative AI in my daily life. I'd rather be drawing a terrible picture or writing a clumsy sentence myself than using someone else's stolen data to regurgitate slop.
thedudeabides-12@reddit
AI is artificial intelligence so I mean no one uses it or am I being really thick? .I feel like we just forgot what AI actually means?..Artificial intelligence (AI) is the capability of computational systems to perform tasks typically associated with human intelligence, such as learning, reasoning, problem-solving, perception, and decision-making..
nathderbyshire@reddit
Like it or not the definition has changed for better or worse. Some models do seem to be getting there, watching Claude reason and check itself is pretty astonishing tbh. It looks like how I talk to myself in my head bouncing pros and cons back and forth, bit creepy as well honestly
Anxious-Bottle7468@reddit
Yeah, they do do that. I'm in the burn-it-all-down camp, but this isn't controversial.
Richmonds-a-Dorkie@reddit
Yes I use it daily. I use it for coding, drafting letters and emails, managing my family calendar, and all sorts of other stuff. I will admit though that companies shoving AI into everything is incredibly irritating. Like WhatsApp? Why the hell would I need AI in WhatsApp?
tylerthe-theatre@reddit
I'm sure people do use it like Google but tbh most people probably aren't using it everyday, 'AI' is one of the biggest psy ops in modern history
DirectionTall8182@reddit
Every Single Day - at least 20 times each day
ResidentMix1872@reddit
Lmao, this thread explains why Redditors are the way they are. Purposely ignorant, can’t be bothered to actually research something because they’d rather feel superior and be ignorant than just improve their lives.
twinkle_twinkle_2203@reddit
I’ve never used it but a lot of the younger staff at work seem to, they’re in their mid twenties and rave about it - I wouldn’t even know how to use ai/where to get an app? 😅
BobbyColgate@reddit
I use it pretty much daily at work, but only for bits and pieces, not constantly. It’s like having an assistant. It’s good at some stuff and terrible at other stuff, you’ve just got to play to its strengths and think carefully about how you phrase your prompts.
AvatarIII@reddit
I haven't found a good use case for it for my work, but I do use it as a better search engine for if I want to know something.
EnumeratedArray@reddit
Software engineer here. I use it for 90% of my work. It's a whole different job now, I couldn't use it the way I do without the 15 years experience under my belt but I definitely don't work the way I have for the last 15 years anymore and I never will again.
AI is the future of most jobs, just like the internet became the norm 25 years ago. I've realised you either need to get ahead of the wave or get swept along with it in the next few years.
GCU_Rocinante@reddit
Never. I actively avoid it. I have no interest in atrophying my brain.
I'm decidedly average at my job (analytics with some Python and SQL), but I'd rather spend the time to actually learn something than outsource my thought processes to some data centre. Some shit is more important than efficency for the sake of it.
nathderbyshire@reddit
Why do you think you'll turn to mush though? I've done so much more than I ever could have since AI can be used, especially the networking side of tech because looking on the regular internet felt like jumping into the deepest end of the pool every time.
It's very good at breaking things down - especially for a lot of open source projects where documentation might be lacking and already assuming you're somewhat experienced already it can really help take you back to basics and build, fill out any missing pieces in guides and explain in further detail and such. It's quite easy to verify what it says with other external sources once you have the meat of the information
Never once asked it to give me an idea, everything I've used it for is something I want to do and though of, or saw naturally myself.
I've analyzed my energy usage, saved money, set up a Linux home server, had a ton of help setting up home assistant and a new internet connection within the span of a couple weeks. Instead of digging for an error code or constantly refining a Google search and trawling forums where the answer is solved but the comment is deleted or something by the time you need it, AI just tends to already know the fix and can cross verify with a ton of sources especially for a well documented and archived project.
Also helped me pick out a laptop which is pretty banging. Again I didn't just ask it for a list and chose one and clicked buy, I gave it my hard requirements, some softer wants or needs, a budget, a list of OEMs ect and then I went searching, for days. Aggregated a ton of options and asked it to breakdown the specs, price ect and compare to my needs then once I had 5-6 refined options I manually chose from there.
Pretty useful if you already have a brain imo, probably going to be devastating to those who don't
Liquidawesomes@reddit
Reddit is a terrible representation of real population.
For every person to on Reddit swearing they've never touched or used AI, there's 10 people irl who think it's the best thing sincerity sliced bread.
Seriously, we had a meal within a group off friends this week and they were talking about how they use AI for everything: Advice, cooking, college & work assignments, making pictures just for fun. One of them even tried to take a photo of me and my wife to upload to get it to suggest baby names (we actually did take offence at this).
Despite what you see online, the convince of AI has won a significant portion of the population over
thejonathanpalmer@reddit
I use it way more than Google these days, because it's just quicker and easier and saves me the hassle of clicking on various links to find the info I need
Fancy-Knowledge683@reddit
My job entails coding, so I sometimes find it useful for things like debugging and smaller blocks of code, but I would never use it to create a large piece of code in its entirety and I would never implicitly trust it. It gets things wrong too often for me to do that, and I feel like the error potential snowballs the larger the code block you‘re working with.
I have also used it to help me polish things such as CVs and personal statements. The key word here is “polish“; I write a base draft myself and work with AI to gradually refine it. I always review what it outputs, though, as it can add information you don’t want and/or add anachronisms like American English.
At times, I’ve used it as a sounding board on low-stakes issues… but I would not trust it with anything serious. It’s designed to be helpful and this resultantly can make it tend towards sycophancy, which means it can never truly replace a qualified professional.
Forsaken_Bee3717@reddit
Yes, for random stuff like doing a menu for the week to meet specific macros, new gym routine and at work to do low-level things like summarise reports, to give me templates, or to critique something. I don’t know if I use it every day, but several times a week.
Capuchoochoo@reddit
ALL THE TIME!!
coupepixie@reddit
No, it's a security risk.
BrOKCMate@reddit
I think it’s your use of AI probably increases with pay. Large firms and companies absolutely use AI every hour of every day
parm00000@reddit
And I'm pretty sure every boss you to use AI. It's a pretty easy way to potentially save you time alot on time and training.
swampman23512@reddit
Don't use it, don't need it. Work in a very technical job. The only people I see use it are those that have terrible writing prose or the patience to check their own work.
maskaler@reddit
I use it all day, every day, for the most part. I introduced Claude Code at work around 6 months ago and we've done some amazing things with it. When claude is down, we tend not to get much done as there's so little value.
Outside of coding, it has value as an enhanced search engine, a confidante, anything really. Claude walked me through rewiring a failing LED mirror, including which part to buy from screwfix. My friend has rewired his house being walked through it by claude.
I can see where this is headed and it's not good for junior engineers who aren't passionate about the role and the industry.
HolidayWallaby@reddit
I'm a software engineer and use it to do all my coding these days. Out of work, I use it a few times a day: if I want a recipe from certain ingredients I can ask and then guide it more towards the flavours/vibe I'm after; if I'm looking for something specific I'll search for recommendations online and then ask chatgpt to analyse/review them all to help me decide; etc, etc.
Double_Collection155@reddit
I like using it to help understand books and episodes in TV shows when I missed something without encountering any spoilers. Every time I look up something on Google I get spoilt.
I use it to find movies, books, games, songs, words and other media I can't recall the name off by describing it. Like r/tipofmytongue but instant.
I sometimes use it to reframe negative events and scenarios by journaling some things out. I'm aware of the risks involved doing this, but for surface level issues it works well. I wouldn't use it for anything deeper.
The YouTube summarisation option is really helpful to find a part of a video I'm interested in, or to see if the video is worth watching. A lot of the videos I watch have a lot of repetitive information and concepts I already know, so it saves me time. Also let's me go through those top 10/20 videos and see the timestamps if someone didn't include them in the description.
Basically if I find something it does and it benefits me and is faster than doing it normally I'll use it to assist. When I did course work I used it to create a structure, but didn't use it to write for me.
Oh yeah and I use the Gemini app for timers, reminders, alarms etc but that's not really new or anything.
loaferuk123@reddit
I use Claude for business.
I have found it pretty good at writing reports - it gets 85% of the way there, and I tailor them from there.
I’ve probably saved about £25k in professional fees this year using it.
My conclusion is that AI replaces low value add tasks - I knew they were low value add but didn’t have the time to do them myself. Now I just get it to do them main legwork.
Smooth_Rush_2192@reddit
25k? As in, you’d have to pay this for research otherwise? That’s wild. Makes me wonder how much that research was worth in the first place…
VCR_DVD_USB@reddit
MashaAllah, that's a good job.
Jeraphiel@reddit
The bots are in FORCE here, Jesus.
steviereddit220@reddit
I watched a lady at work the other day ask chat GPT a question and wait for an answer that my Google search (-ai) found the answer to faster....
Turak64@reddit
Every single day and it has totally changed how in work. I'm in IT though, so I know what I'm doing with it and how to use it. It's not all just poorly made "slop" images.
Slight-Fudge@reddit
It's good for some basic tasks and time saving. Like i got it write some code for excel and a button that exports 3 different csv files
Hair_of_the_cat_@reddit
I use it to pull together my own existing responses, plus codes of good practice and overall tone. I input a good paragraph of my own guidance and then check after. Still saves me at least half of the work I would normally do
b_rodriguez@reddit
What you will find, what this thread will highlight is people don’t have a concrete definition for “AI”.
There is a world of difference between frontier models scaffolded in a well architected, constrained architecture with tight feedback loops and “Siri”.
paj_one@reddit
Yep, 100% this. It's so much more than glorified search and meme slop generation.
Fun_Consequence_6970@reddit
Exactly, a lot of replies here are saying AI for stuff that search engines have been able to do perfectly well for nigh on 20 years now. Giving a photo to Google and having it identify what it is, isn't AI and isn't really new.
General-End4503@reddit
My industry is film and TV, I think its useful as a tool like anything else, I will never use it to generate imagery or video or text. But I do think it is a useful tool and you are nieve if you dont use it, it frees the shackles to a certain extent and allows you to be creative without the early work.
ihavetakenthebiscuit@reddit
Mostly hype. It's good for the odd risk assessment but i actively try NOT to use AI.
suna_mi@reddit
It's not "mostly hype". It does the job... many jobs extremely well unless you're a bad prompter.
thriftygeo@reddit
I was explaining this to a guy in work today. He can’t get on with using AI because it doesn’t do or give him what he wants. After him sharing his screen over Teams and showing me how he searches for things on Google or using Copilot/ChatGPT, I could see why.
The whole “Google-fu” thing is real. Knowing what to put in to get what you need out of it is a skill in itself.
suna_mi@reddit
To be a good prompter, you generally have to know what you're actually talking about. If you don't know what you're talking about, you won't know what to put in in the first place. Garbage in garbage out.
east112@reddit
What about the internet? Do you think that is just hype too?
ihavetakenthebiscuit@reddit
The internet has turned into a cesspit of websites demanding cookies, and throwing ads in your face when ever possible. Ragebait is everywhere, the world is more connected and more hostile because of it. Great idea, but poor execution
zagblorg@reddit
Not to mention the real content is now buried in AI slop!
blenderider@reddit
What you call poor execution, capitalists call “the system working” lol
donaldstinypeepee@reddit
Depends what metric you use, I’ve seen the birth of the internet age and search engines are worse, ads are worse, we now have influencers and streamers spouting nonsense, forums are not really a thing, sure good communities are around, but they are nowhere near as common as the golden age. AI will go the same, funny for the first year fucking about with memes, then it will slowly destroy our society.
No-Television-9862@reddit
Man I miss forums, closest I ever got to being in a cult, the internet is pretty much monopolied by meta now when’s the last time you ever came across a cool website
citruspers2929@reddit
I keep telling him the internet is going to be big one day
Appropriate_Tax2602@reddit
I use it alot, putting in pictures od my rooms and askong for mock ups on different layouts and design without needing special software or fiddling about with photoshop.
Great for getting a baseline start on holiday itineraries.
Before id been going through pages of results now it just does all thst time consuming searching for me.
Use it at work for boring shit like writing objectives and then writing up my end of yesr performance. Summarising meeting notes, feedback responses etx. Obviously I check it and add to it or make some changes. Also use it to help me how to automate manual processes im new to power automate and power bi bit it helps me understand how to use them to do things and then steps to create the automated flow and sometimes you need bespoke coding ao it'll write it for me. Saves me time habing to find an expert to help me. Its.not perfect but I can generally figure it out to get it to work.
Helps me write emails.sometimes where I need to raise an issue and take the emotion out of it so im learning to write more professionally in that sense. ... your not really ever taught this so I find it useful to help understand how to write neutrally.
IllustratorOk479@reddit
All the time
I’m a safety auditor and it’s very good when I need to develop a scope or something and I upload the documentation I’m auditing against. It will give me a very good draft. My English skills aren’t great and it gives you good ideas how to formulate and word things for the corporate world.
If I’ve got specific questions on something - PTW, SSoW, random legislation it will give a pretty decent summary with sources I can review which saves me hours of research time.
BatmanSwift99@reddit
Yes, I will use it over google if I need help or an answer that requires more specificity e.g. it was very helpful in telling me how to do an excel spreadsheet for what i needed it for. It wouldve taken longer to individually google what i need, also Gemini gave me suggestions on what I could add that I probably wouldn't have gotten from Googling things.
I also exclusively use it to plan my holidays as well and it has worked out fairly well; any errors were more of a user error than the AI
Smooth_Rush_2192@reddit
I can’t avoid so much hype on Claude on LinkedIn at the moment, first it was ChatGPT. It seems most of the hype is coming from coders or those who work in tech/IT. It makes me sad that coding will now become lazy because AI can essentially do it for you.
For the regular person, besides drafting emails, summarising text… actual use cases?
Don’t get me wrong, I’m sure it’s powerful, but I can’t help but think there’s so much unwarranted hype right now.
oktimeforplanz@reddit
I've been using it at work to help me come up with excel formula in my working papers when I can't quite articulate what I need it to do in a way that I would be willing to put onto Reddit or somewhere. It's been pretty good at repeatable prompts that let me hand it some data and it makes me a table that summarises it in a way I was struggling to achieve with pivots and such.
I also used Claude to make myself a bespoke "app" - which is really just an html file that's linked to Firebase. It's just a skincare tracker, basically, but the combination of what it does and how it does it wasn't something I'd been able to find in existing apps, or I'd need more than one app to achieve it. Plus, with how many apps are just vibe coded now and it's obvious when I see them on the Play Store etc, I figured I'd be better just doing that myself rather than paying someone money for an app that didn't suit me. And to be clear, that "app" is for me and only me. I would never in a million years sell it, and I won't even give it to anyone else for free, because if I did, I'd have to make changes it to it and I don't want to.
AI is a tool like any other. The only problem I have with it
Deep_Bat6086@reddit
I occasionally use it when studying or prepping for interviews, to generate practice questions, but I've probably used it only maybe 10x in the past year. I never use it for writing or research, because I want to become smarter (just a personal goal), and using AI is really not the way to do that. Also environmental concerns. Also the people who run these companies are not people I particularly want to support.
ChampionshipComplex@reddit
It is shameful the amount of luddites who dont use it and dont appear to understand it.
However the same was true when the Internet was invented, probably when the writing was invented, probably when language was invented.
Yes - AI is astonishingly useful for those that 'get it' - It will be an absolute game changer, on the same level as the printing press, or writing.
Most of my friends are colleagues are technical, and understand it - and all of will use it constantly in all situations, work life, home life and entertainment.
Those who dont use it I find fall into two camps.
Those that are scared of it - Because they don't understand how it works, and so it creeps them out.
Those that aren't afraid of it, but lack the experience, knowledge or the where with all to use it properly.
Jacktheforkie@reddit
I rarely find a use for AI anything, but I mainly work physical jobs
nsfwthrowaway5969@reddit
Not really. I've got colleagues who use it daily, but when they show it to me I regularly notice errors in what it says. For example a 10 step guide to fix an issue we had that started with 3D polylines and turned them into... 3D polylines.
Critical thinking is definitely required with it in my opinion.
suna_mi@reddit
For sure. A lot of the time Claude Code would attempt to go down this chain of bad decisions after bad and I would have to stop it.
nsfwthrowaway5969@reddit
Yeah it doesn't necessarily solve problems, it just sounds like it addresses things- or tells you what you want to hear. I think if someone doesn't have the knowledge/skills themselves it can create an echo chamber that is just mistake after mistake.
Of course in some professions and industries it may be far more useful, and I don't really see the harm in some of the mundane day to day stuff people use it for outside of work, though I don't myself.
suna_mi@reddit
It does and can solve problems but it can also create an echo chamber. Those two things aren't mutually exclusive. In my personal experience, it has solved more of my problems than it did producing mistakes.
Valuable_Setting_172@reddit
100%, it's so tempting to switch off your brain but that's really not using the tool properly.
There are some genuinely staggering things it can do, and it's offered some really revolutionary capabilities that just wouldn't be an option without it.
I work in the public sector and we don't get fancy tools for anything. AI lets us build solutions ourselves and automate things that simply had to be laboriously manual before. Game-changing potential.
Asuperniceguy2@reddit
It's really good as a supplement at work for me. Writing sql and python is just faster when Claude does it for me. Outside of that I don't think I could imagine why it would be useful for me.
SoggyWotsits@reddit
I use it for much less than it’s capable of. If I need to make up a quick poster or sign for work I use it. I’ve also used it to help me make spreadsheets that I’m too stupid to work out the formula for.
Some people at work send AI generated responses to AI written emails. It always looks so impersonal, and I think it’s too easy to lose the personal touch when you need to write something yourself.
PipBin@reddit
Yes. I’m a teacher and it’s useful to make work sheets that exactly meet my needs and to generate pictures to illustrate topics.
ryanllw@reddit
I’m shit at Python but good at thinking “hmm, I bet a Python script could solve this.” That’s about the only good use I’ve found so far. Anytime I use if for something I have a vague understanding of it doesn’t really live up to scrutiny.
flargmarge90@reddit
i use it for my job, constantly, i am now essentially a small team, i get paid a huge sum to basically maintain and update prompts :)
EyeAlternative1664@reddit
Product designer. Use it every day.
LifeProject365@reddit
I use it constantly its the only way I stau organised a d on top of too much
Baby-Catcher@reddit
Yes, as a dyslexic ADHDer its amazing for some things. For example, I write a weekly newsletter/research update for work, and i find it very very difficult to be concise (not just for this, for any type of writing), but it needs to be concise or staff won't read it. Now I do all my research, i write whay I want to write, and then I ask AI to make it more concise. It's amazingly. Still days the same stuff I want it to, just in 3 sentences not 10.
I use it occasionally for personal stuff, for example we were looking at a new house, a bungalow which we would take the lid off and add a whole other floor. I had the idea in my head, but my other half just couldnt see it. AI showed him what i was seeing, without paying out ££££ to an architect/designer for something we might not proceed with for many reasons.
gtr@reddit
I used VS Code with copilot for a bit and had some good results guiding it in a conversational way.
Then we started using codex and it’s absolutely mind blowing. I can paste in a feature description, some example code that does something similar.
Then I get it to write me a spec document on how it will implement the feature. After reviewing that I get it to write some failing tests for the feature (failing as it doesn’t exist yet). Then I get it to generate the code.
The last couple of time it’s done it in one shot without me having to change anything of importance.
It is an absolute game changer. Luckily I am a software consultant so delivering features and talking to people about what they want is the bit I like more than actually typing in code.
Airurando-jin@reddit
I use Claude to help my document workflow , helps with sop authoring etc. for me it’s an adhd support tool
Fancy-Knowledge683@reddit
I recently worked as a data developer, and I would say I used Copilot (we were forced to use Copilot) pretty often.
AI’s usefulness for producing large blocks of code from scratch is debatable, but I find it very useful for things like debugging of existing code, refactoring of existing code and very small bits of syntax or blocks of code (e.g. a basic function or loop to do one isolated function). I largely used AI when coding similarly to how I used Google/StackOverflow prior to its invention.
My general stance on AI is that it should be used as a supplement to your knowledge, not as a replacement for it. Always ensure that you review what it outputs, and always ensure that you still have knowledge of what you are using it to do. From previous use for coding, I have found it to make up Python libraries that don’t exist on occasion, and I once had a heated argument with it where it point blank insisted that a given SQL function didn’t convert decimal outputs into integers when I could see quite clearly from my own testing that it did!
Another less specific use I’ve had for AI is in helping me write things in a specific way, with one key example being for job applications. I’m not the most concise writer or the most impactful writer naturally, so I found it very helpful to write a base draft of a CV or personal statement and then have AI review it and give me suggestions for an improved body of text. I never get AI to “just write it for me”, and always provide an initial draft that I write purely by myself, but I find it very helpful to gradually work with AI to hone this sort of writing by tightening up wording and such. I find the iteration, with both me and AI gradually adding improvements, works quite well for me! Although again, I say this with the caveat that you should always review what it outputs, as it can add information you don’t want it to add as well as anachronisms like American English.
On the whole, I think it is genuinely useful for a number of things. As well as the above, I do sometimes use it as a sounding board on low-stakes issues… but for the love of god, do not go to it with anything genuinely serious. Bear in mind that it is incredibly sycophantic and designed to tell you what you want to hear rather than what you need to hear, and for that reason, it cannot replace a qualified professional for those genuinely serious topics.
Ecstatic_Effective42@reddit
I'm an IT support support engineer and use AI searches to help with queries; natural language queries and responses do help a great deal.
Plus some powershell coding when you need it comes in handy.
Everything is checked though. I use it as a glorified search engine.
apple_kicks@reddit
This is the problem a glorified search engine probably isn’t worth billions invested or tokens companies will pay
melonator11145@reddit
IT consultant and honestly I do the same. I use it for everything I would have google searched in the past. Essentially I'm hoping it scrapes google for me and finds the solution to my problem. Sometimes it talks absolute rubbish often it's pretty helpful and does speed me up
shrike2214@reddit
Came here to say the same, we use Claude 4.7 and using it to create me a .ps1 to do a mass message trace on 365 and pipe out what it found to an excel saved my skin this week
VolcanicBear@reddit
Ewwwww Powershell.
Snatchematician@reddit
What’s wrong with Powershell?
onetwowinter@reddit
I use gemini for gym n diet stuff
Blayd9@reddit
What could I possibly need to use it for on a day to day? If I ever need to know or search something, honestly a Google search is much better where I can see a list of results and pick a source directly.
I am confident enough that what I write organically gets the point across without needing to sound like a bot. In fact, writing emails using AI takes longer for me.
Receiving AI written emails is annoying as hell. This is the one time I consider using AI because if you can't be bothered to write yourself, neither will I.
I work in the legal sector and AI has to be used now to keep up sadly, so I do use it semi regularly at work. I really feel the effect on me mentally though, like I feel myself becoming lazier each time I use it.
Its-ya-man-Dave@reddit
I use it a lot now in and out of work. I’ve found uses for AI for many laborious things. A simple thing like pasting a web link to a company and asking AI to find me the a general contact number (because you have to go through the whole FAQs, “was that helpful” shite to speak to a person nowadays) is very helpful.
I also use it to summarise documents. Like recently had a survey on a property and was given a c50 page document and it gives me the facts not the shite. Also used it read historic deed docs too and translate the historic handwriting which was great.
But I do question a lot of the responses so half to time i do the digging myself just to verify.
DelectableReindeer@reddit
Shit I'm a lowly plasterer and I use it daily.
sir_calv@reddit
most people use it as a chatbot. the pros will use agents and cowork to make it do stuff for us.
shanloulie@reddit
yes they do and more thank you think and it’s so so depressing
No_Surprise_3799@reddit
If you think im going to deal with peoples yapping without ai assistance...
You are delusional.
Get a girlfriend or a boyfriend. Or someone that cares lol.
XB1CandleInTheDark@reddit
Professionally, not at all. In leisure yes. I play d&d but there's no local group here and play by post and discord games die when a player or dm's interest wanes. So often i play d&d or more recently legend in the mist solo using oracles and encounter tables as prompts while keeping an arc ahead of where i an in mind. Sometimes though i want someone to do that for me so i use a d&d based app which ok i have to correct and manage the dm but it lets me just play an hour or so. Occasionally i will put a month subscription into chat gpt for character art and to move the world on based on my character's actions without building sm an In depth gm guide that eats into my character count to do so.
Could i do all that myself? Yes and other than the character art i often do. Would i use it professionally or in publicly shared creative works as a writer? Absolutely not, 1. I can do better and 2. I wouldn't effectively pass off someone else's work as my own, this is strictly for leisure and enjoyment for me.
microsnakey@reddit
I use it most days. It really helps me do what I want and helps with stuff I don't need to put brain effort into.
Radiant_Spell3408@reddit
My friend’s colleague is freshly out of uni, around 23 years old. She uses ChatGPT for everything. There have been so many instances where she didn’t even attempt to figure something out first. For example, how to attach a file to an email or how to start the dishwasher. It’s pretty concerning, especially since I know other people like this.
Pleasant_Werewolf_30@reddit
Yes, it really speeds up writing formal in emails and reports. Even just using it for editing is great.
thevoiceofalan@reddit
This week I have used it to build unit tests for a python app, help me with some archelogical perl, make flat breads, a salsa recipe, fix a really weird entra ID issue and explain SIPPs.... Its only Wednesday.
theavocadolady@reddit
I use it for work occasionally, and in normal life I use Claude as a personal trainer.
But this happened to me today. I'd read a couple of Reddit posts about how Google is functionally useless now because of the integrated overbearing AI. Because I'm a bit dim I can never remember is never mind is one or two words, so I googled it. Great
ItsFuckingScience@reddit
How do you use it as a personal trainer? Just for workout routine or do you get motivation from it?
theavocadolady@reddit
I just typed a really long response, but it doesn't seem to have posted. Sorry if this end up doubled up!
I told it all my details like age, height, weight, what exercise I currently do, what things in my schedule are non-negotiable and what my aims are. And I asked it to give me a workout schedule (which turned out to be starting weightlifting twice a week, and actually having rest days) and to give me a nutrition plan (which turned out to be eating more but better) which would allow me to reach my goal in a given time period. It gave me a full schedule, including full weightlifting workouts, plus a nutrition plan and honestly it's been really great.
I update it with my weekly measurements, lift progressions, stuff I liked or didn't, and any new goals I have, and it tweaks both plans to better suit. I also tell it if I'm feeling discomfort or struggling with form with any specific exercises and it's been pretty great at suggesting ways to fix those issues.
I've had real life personal trainers in the past and so far Claude has been better and obviously cheaper.
Of course you can't treat it like an all knowing Oracle or a medical professional, it's not, but then neither is a real life personal trainer. As long as you use it in a smart way, it's really good.
theavocadolady@reddit
I told it my details, age, weight, height, what exercise I currently do, what in my current schedule is non-negotiable, etc. and what my goal is, and asked it to give me a work out plan (which ended up being starting weightlifting and actually having rest days), and a nutrition plan (which ended up being eating more but better).
I update it with my weekly measurements, lift progressions, stuff I've enjoyed doing or not, new goals I have, like being able to do pull ups, and it adjusts my workouts and nutrition based on those things. Also if I'm struggling with discomfort or form problems with specific exercises it suggests tweaks to improve it. I've had a few real life PTs over the years, and honestly Claude is better and obviously much cheaper.
Obviously it can't just be treated like an all knowing oracle, or a medical professional, but then neither can IRL trainers. If you use it smartly then it's great.
Emergency_Mistake_44@reddit
All the time for relatively insignificant things. If I want something explaining to me, I can press my Gemini button and ask. I don't know why so many people have an issue with this. It's just a quicker way of opening my browser,.going on Google and typing it in - much like that in itself was a quicker way than finding a textbook and looking it up.
I don't use it to write emails or letters or simply asking it to write text replies for me like some people do but for basic information? Sure why not.
If technology is there to make certain aspects of our lives easier, why wouldn't you use it when appropriate? That goes for mobile phones, cars, debit cards, the list goes on.
Not_Winter_badger@reddit
I use it to crowdsource research for best practice report layouts for business case modelling - helping me find better referencing within industry, and also framing my thoughts in a coherent way.
I also use it to engage as a career coach; identify what I like; how I can grow my career etc. it’s spurred me to apply for new job circa 15% base pay rise and 15k bonus. I got the job.
dinotoxic@reddit
Yeah I write code as a platform engineer and it does most of the coding for me. I know what I want and need it to do, I know the architecture and putting it together. GitHub Copilot using Claude writes it all for me
TinyTinyDino01@reddit
I work in an office and I can tell you that 90% of the SLT use AI to write their e-mails for them. Could be for anything, just a basic reply and they will still have co-pilot check it. Sad to see people I know are not able to think for themselves
Psych-Objective@reddit
Daily for so many things- work emails, reports, PowerPoints, things I would normally google, admin, planning, recipes, complex financial maths and forecasting that I want to think through.
It’s life changing. It makes everything easier.
But you need to use it carefully as a thought partner rather than just blindly trusting everything it shares.
corraithe@reddit
I use it for clothes shopping. It's actually pretty good at suggesting things that suit based on body type and colouring, recently used it for 2 wedding outfits and it found my current favourite necklace and top. Not a huge fan of shopping, and helps me avoid fast fashion and awful materials with the right prompts.
Also use it where I can't work out my options easily because of overwhelming or underwhelming choice - great for holiday itineraries or finding recipes to use up the sad items at the back of the fridge.
MenthoL809@reddit
It really isn’t hype and anyone who says it is has absolutely no idea what they’re talking about and probably spend their time making images with it. It has totally transformed software development, and I assume in other technical fields as well.
Fatbollocks1994@reddit
This post is astroturfed to absolute shit.
Overtronic@reddit
It's impossible to avoid at this point, any Google search returns an AI generated overview, not so different from the response you'd get asking ChatGPT
nandos1234@reddit
Only time I use it outside of work is to study for my accounting exams, allows me to decide which chapters of the books to focus on depending on my mental capacity etc. I don’t really use it for anything else tbh
601929907@reddit
The self-sabotaging cynicism in this thread.
Skibur33@reddit
The hype is absolutely real, unfortunately.
deafened_commuter@reddit
I'm running an AI research query as we speak for research on personal life psychology topic. I'd like to learn about the academic view.
I use it daily and intensely at work. It is functionally my chief of staff and runs errands that I'd expect a junior to run. I'd like to be promoted to people manager but I won't be due to it being impossible to get budget for new hires. AI is doing tasks I would have done when I was more junior.
I also use it intensely for making hobby projects happen that I've been stuck on by myself for years. Working on science related mobile app and separately desktop software and another project where AI is used to research and put the info on a website I made using AI.
It has also been life changing in figuring out hair care needs of my hair that has gone from being an absolute night that takes hours of my time and crying to completely manageable, from identifying the right routine and products. This was something I tried to figure out with hairdresser consultation and that didn't work but AI did.
The aim is to use it with the expectation that it won't be there tomorrow, what would you regret not asking it?
XB1CandleInTheDark@reddit
In professional life never. In leisure, yeah I'll use it. I pay d&d but there's no local scene here and play by post games die. I do solo in d&d and legend in the mist but sometimes i want someone to sacristy be dm and even if i have to correct it and manage the dm side occasionally i use s platform that just lets me type an hour or so, occasionally i put a month subscription into chat gpt to craft how the world around my character advances based on actions without an expansive gm guide eating into my character count, i also use it for character art on occasion.
Could i do all that myself? Sure and often i do, is it nice to sometimes not have to? Also yes. Would i use it to sell anything or as part of any publicly shared creative work? Absolutely not.
Opposite_Captain_506@reddit
Use Gemini and grok in home life. Use copilot and chatGBT at work.
BrumGorillaCaper@reddit
Colleagues use it all the time for poster design, email drafting etc. Manager uses it to write official documents lol. I’ve never used it at work. The most I have done is ask it fashion advice, mostly for my upcoming wedding. I don’t have a fashion bone in my body but would like to improve my style without having to trawl through videos or articles I’m only somewhat interested in.
mcalr3@reddit
I use it heavily at work now. I'm a senior devops/platform engineer and it pretty much sucks that as an introvert/possibly AuDHD person I no longer really get to put on headphones and crack out a load of terraform - Claude can do as much of that in 10 mins as I can do in a week. I resented it at first but I have kinda gotten to the sweet spot of heavily leaning into it for the things I hate doing such as templating out documentation (I still tell it a rough outline of what I want in the document) or creating Gitlab issues (I still tell it what template to use, and what I am hoping to achieve).
It removes the mundane stuff for sure, but you now have to be more of an architect/out of the box thinker so that you can actually double check what it does and not just rely on it and commit everything to production and end up causing incidents right left and centre.
For personal stuff, I have used it to a great extent for cooking recipes, getting a solid understanding of guitar gear as I am advancing through my guitar journey, and also as a kind of therapist or to help align my ADHD thoughts.
It is a double edged sword though because the more "cognitive load" I have at work due to the extra strain on my brain for out of the box thinking, the more I rely on it for therapy / organising my thoughts. I'm kinda worried about what this means in the long term.
DXBflyer@reddit
These replies are so British. Cracks me up.
justinhammerpants@reddit
I mostly ask it if my succulent needs water.
MuhBlockchain@reddit
Biased because I work for a big tech company, but yes. The productivity gains are incredible.
I can generate PowerPoint presentstions for vague thoughts I want to convey, through to fully formed technical presentations (with some manual polishing at the end). The latter was always worth doing manually, but would be a big time sponge. Thenl former would never have been worth the time but is now easily possible, and worthwhile on occassion.
Coding is an interesting one. I feel more like a product manager nowadays. I have ideas and my team of agents go and build the thing. I can put together very good PoCs in a couple of hours and frankly it's nearing the point where I can just live develop a PoC live on a call with the customer. It almost negates the need for product demos because I (with AI) can just build them a solution to their use case in as much time as it would to prep a demo.
Outside of that I use it in place of "googling things". Our standard AI chat is grounded in all organisational data I have access to, so it can answer any business question I have as good as I could myself, honestly. I frequently get it to summarise my meetings from the week (where it reviews the meeting transcripts, follow up emails/IMs, etc. for context). I have it help me prep for meetings, especially if it's something like a fortnightly catch up with someone. I get it to research topics for me, then converse on that topic as if it's some kind of professor/tutor.
The weird part is that I'm just as busy as ever, but I also get a lot more done, and often to a higher quality. I still check everything. Sometimes I massage the things it produces to make it better. Really I feel like it takes a lot of the grunt work off of me so that I can spend more time thinking. I can be more of a product manager/architect/philosopher than hands-on monkey. It's been life changing these past 3 months alone, and I cam't imagine the next few years.
Fatbollocks1994@reddit
Whata with all these stupid comparisons against people saying they dont use ai. How is it comparable to driving vs walking for example.
oowhat@reddit
I've been using it recently to find me discount codes for online shopping.
Purple-Breadfruit541@reddit
I put manuals and pdfs into notebooklm and get it to generate podcasts about the material that i can listen to at work to absorb information
MagicMushroom01@reddit
I've recently started using it as fitness coach. So far it's been really good to track what I'm eating and it would give me real time feedback of what I can/can't eat in the evening. Haven't meal prepped for lunch? I ask it what I should get from tesco and it would then adjust what food/portions I can have in the evening. As well as adjusting my gym plan based on my performance.
I have a delonghi coffee machine and there was some functions I hadn't yet worked out. I took a picture of my machine and manual and it told me what coffee to buy for the best flavours, what each function did and how it differs from the other. As well as fine tuning the machine for best results. The manual that came with the machine was no where near as informative.
Like all things I could do it myself but it frees up so much time and headaches. It's a very useful tool.
SoupieLC@reddit
The only people I've met that use AI day to day are the most insufferable bastards
somewhereinthehills@reddit
I love AI, I use Gemini and notebook LM daily. I've built notebooks to help with doing my business tax returns and general accounting, tuning the carbs on my car and much more. I use AI for leaning new skills and even helping me manage my household. Embrace it, it's the future here right now. It's going to help sculpt the next generation of mankind and I'm alive to see it. It's amazing.
Substantial_Age_1284@reddit
I use it regularly for help developing funding bids and reporting. It’s saving me a lot of time
WishProfessional7949@reddit
Ai is my only friend.
notyourcupofteamate@reddit
Yeah I use it every day for learning a language. Really good for it.
StablePeach@reddit
Yes for tonnes of stuff.
In work.. For reviewing contracts For drafting policies For mocking up concepts For writing copy For editing and retouching images For quick transformation of data For how to guides on building ai agents For Automation flows
Outside of work For helping me rid my garage of mice For health questions and quick diagnosis For quick image to text translation For translating menus For creating lullabies on the spot for kids For transcribing stories ive made up and recorded audio For helping me with career options For fashion advice For designing a band logo For gardening and lawn advice
It has completely replaces google for me.
StablePeach@reddit
Also vibe coded a website and app...https://www.basketchecker.co.uk/
Qfwfq1988@reddit
useful for planning holidays, Adobe tips, and very general research. But mainly it's crap and makes me feel icky
sashimipink@reddit
So useful! One time I went on holiday and didn't get to have enough time to research about the destination much.. so I just asked Gemini for recos based on my interest, told it how many hours I'm available for sightseeing, and asked it to plot me a route that'll help me go through it all.
Routine_Ad1823@reddit
It's pretty decent for getting an overview of a place for a city break.
I recently went to Europe and it pissed it down all weekend, and AI gave me some great rainy day suggestions.
Fun_Consequence_6970@reddit
Is that really AI though? You've been able to chuck "location" + "things to do when it rains" into search engines for 20 years...
Bodger81@reddit
I use it all the time. As a teacher there’s always a ton of things you COULD make for your students like revision guides, worksheets etc but you even when you know how to, it’s not really worth the time it would take so you just use what you have already. AI can make those things in seconds and they’re just what I would make myself. It’s like the added extras rather than the basics of planning so I don’t see it as taking my job - more like being a useful assistant. It can also do stuff like write exam papers when I give it a few past papers etc. I do read and adapt what it gives me (students rightly hate anything that seems like it’s straight AI use and that’s fair) but it just lets me do way more with the time I have. I don’t use it to grade work, that’s my job and I like to see what students are doing.
BirthdayBoth304@reddit
Those who are using it and have found it's 'speeding things up' - do you now have time to do the things you want to do now, or the bits of your job that used to get squeezed now have attention? Or is this just more hamster wheel but even quicker?
SimplyFootballNet@reddit
I am not a coder and I use it an awful lot.
It is extremely helpful with lots of things.
HalfRiceNCracker@reddit
ITT: premature judgements about AI from early stage adoption
Rob_Cake@reddit
Yep relentlessly use Claude. But I use it like the tool it's intended to be
ritasuenbobtoo@reddit
Seeing people proudly say they’ve never used AI at work is wild to me. You know you don’t get points for refusing new technology. Every job changes over time and the people who stay valuable are the ones who adapt instead of fighting it. It’s not some distant thing coming in 10 years, it’s already here and people who use it are faster, more efficient and have more time for value add work.
You don’t have to be obsessed with it but completely dismissing AI is a mistake. Better to be the person learning, experimenting and helping others use it properly than the person pretending it won’t matter when it already does…better to be the expert IMO
Mokeloid@reddit
I use 3 models and get them to correct each other and ensure they provide verifiable links for each to check
Squirrel_Gooner56@reddit
I need my ai assistant to help me take a piss in the morning
TwoAssedAssassin@reddit
Several of my colleagues use AI to simplify and automate their jobs. Advertise publicly in our team chat when they find a "fun new way" to simplify our core roles with a script or macro.
Fucking idiots are going to make me redundant.
SuperAshenOne@reddit
If you work in tech and don't use it, your handicapping yourself.
I use it everyday and is extremely useful.
Filfield_no1@reddit
I have found it to be a better way to 'google' any questions I have! Avoiding all the adverts and the rubbish from a standard search online
RadaghasztII@reddit
In my office I hear people talk about chatgpt most days, some people's life depends on it for their work
Feema13@reddit
All the time and have been since the chat gpt landed. The agentic abilities of Claude’s Opus 4.7 are very good. It’s the first model that I can trust to do actual work alone. Still risky but the reward is immense.
We’re all cooked.
Myke23@reddit
Pushed very heavily in work despite no one really wanting to use it. I use it to summarise meeting notes and paste back into the group chat, makes me look busy for using AI.
Another one is to summarise other people's meeting notes or briefing docs to pull out relevant info or specific mentions. Essentially creating a problem with AI and then fixing it.
A genuinely good use has been to outline specific problems in After Effects that require expressions and Gemini is very good for solving that so I can get on with the design of the animation.
WildWanderingRedHead@reddit
I experimented with it and found it useless for all sorts of things. The confidence it displays when its wrong is significant and don't get me started on its emotional problems... it actually gaslights me that I've done something wrong when its made a mistake and is so patronising. When I call it out on its mistakes it flips the script and makes it seem like I did something wrong... it also has accused me of being cognitively overloaded! its like a petulant teenager that is very good at some things and useless at others. I assume it will evolve over time to be 'better' or whatever but for now I only use it to create recipes from whatever hopeless bits I have left in the fridge.
Vainybangstick@reddit
I begrudgingly use it in work for assisting me with putting together emails for customers. I put in the core elements and it writes the email for me. I proof read it and adjust it a little but it saves a bunch of time as I write a shitload of emails every day.
zacharyswanson@reddit
Yes. Both my vehicles have one, they do the tedious task of keeping the distance from the leading car and keep themselves in the lane. Another one to help with touching up photos and offer a few dozen presets that I then fine tune to my exact liking. Another to keep an eye on my spelling. And then there are a dozen of others companies like Microsoft and Google try to shove down my throat but all they do is being annoying and unremovable. I'd trade my useful ones for not having the shite ones around.
WindofChange20@reddit
As an engineer in construction i have tried to use it a few times but the amount of errors it still makes it too unreliable for everyday usage. It can useful for very rundementary repititious calculations but even then i find myself checking them myself to see if its interpreted my prompt correctly.
leclercwitch@reddit
My mum uses it for fucking everything. Talks to it. Has named it. Asks it everything. She thinks instead of bothering other people it won’t ever make her feel stupid for asking questions about things. It’s really sad. I’ve told her to ring me before and she goes “but I want to know about the universe when I can’t sleep at 2am, I’m not going to be ringing you!” Ya know what mam, fair. But then she tries to force ai on me and I refuse. I’ve only just started using Gemini to explain unreal engine 5 to me. Even then I used it once.
SauconyAlts@reddit
Never used it for work cant see how i could, messed around with chatgpt when it came out got bored within about 10 minutes and not looked at anything like that since
TehTriangle@reddit
All day, every workday. Software Engineer.
chriscringlesmother@reddit
I use it conversationally. I can type what I’m looking for into Google and look for a valid source among all the shitty ads or paid for top results or I can ping in a few search criteria, explain what I am after, why, how I want it presented and voila. I have the start of some learning materials.
You can’t follow it blindly because it can hallucinate like crazy even telling me certain aren’t for sale in certain websites even when I’m looking at them. But if you keep your wits about you it’s a decent tool, I don’t use Google (directly) anymore, thankfully.
Cold_Philosophy@reddit
I’ve used it on a few occasions. For example, I recently read a book and, at the end, there was a description of a painting done by the main character. I fed the description into AI and it produced what I thought to be a good rendition of it.
I’ve also used it to give me ideas for a project I’m doing for a club I belong to.
As well as that, I’ve used AI to run text or photos through to find out if they’re AI.
It’s a tool. Tools can be very useful and powerful but they need to be used wisely. And I’m cutting down my use because of copyright issues and energy.
inevitable_dave@reddit
Absolutely not for day to day stuff. The few things it might be good at, I can do myself.
As for work, we've had a few attempts, but so far it's just for policy and procedure queries, rather than the work itself.
stilldontknow2@reddit
Work in a debit card fraud unit for a major bank. Our conversation notes are all transcripted by AI. Don't need to do do a thing other than copy and paste into my system notes. Saves me about ten minutes a call from pre AI note taking.
alfatems@reddit
I use chat GPT maybe like, once or twice a week to ask it a science question that's on my mind and I can't find a clear answer for it on google
GreatChaosFudge@reddit
I use an online translator every now and again, which I assume is AI-powered. Other than that I don’t knowingly use it. I suppose predictive text is AI, I use that; I’m sure we all do.
I opened a practice exam paper, and Acrobat’s built-in AI asked if I wanted to summarise it. No, why would you summarise an exam paper where you have to answer every question?
I asked Copilot to write a personal statement to put at the top of my CV. It returned something so bland and generic I immediately discarded it. Yes, I could probably have refined it with better prompts, but I felt much more comfortable coming up with something I’d written myself because it felt more authentic.
I’m trying to move into the financial sector, where I can see AI could be very useful for a lot of mundane tasks, but I don’t think I’d want to use it for anything requiring critical analysis.
I think what worries me most about AI is not that it’ll steal our data (let’s face it, our data has been being appropriated for decades). I’m not even worried that it’ll produce crappy results. I’m worried that we’ll see it’s producing crappy results but we’ll stop caring because it’ll be “good enough.”
mycatiscalledFrodo@reddit
Nope, im a luddite when it comes to AI
PopeLeo14th@reddit
My colleague uses it so often, it actually annoys tf out of me.
Every email is AI, every response to any work query is AI, heck he's even put sensitive docs into AI to save him a 5minute job.
He also creates AI art constantly, showing it off to boomers who don't know any better, claiming "i did this" and getting praised cus they think he actually drew/painted it.
Its exhausting.
Headballet@reddit
Yep, I use it all the time especially for pulling together large pieces of work eg research plans. It helps me structure everything, which is the thing I find hardest to do personally.
Miserablist@reddit
Well it basically does huge parts of my job for me now - summarising, writing, brainstorming. I honestly think I'd struggle to get back into doing everything myself if it went away. It's especially good for checking everything I do before I do it, avoiding silly mistakes.
Eastern_Selection335@reddit
I play and produce music as a hobby so I use Gemini a lot for questions about equipment, music theory and technical stuff (software and hardware related). I would say it's very helpful about 50-60% of the time. The other 40% of the time I spend calling it's bluff and hallucinations.
There's also this annoying thing were it tries to speak like a "hip" real person which its extremely cringey to me. So I keep telling it to answer professionally.
Cathenry101@reddit
I used it copilot to do some Excel formulas that were just a bit out of my ability. Previously I would have googled and figured it out, but the good thing with copilot is that I could build on the answer without having to do a completely new Google search. I just said ok, now that bit is done, how do I take that data and make it do this...
It only really worked because I understood Excel though. I wasn't blindly copying and pasting, I worked through each part of the formula to understand what it was doing. So I feel like I got the spreadsheet built more quickly than I would have and also learned a bit.
Majestic-Driver@reddit
I'm an experienced Java programmer (Java is a language used a lot on the servers that power the internet, and also a lot in banks and so-on) - my job involves sitting at a computer and writing instructions in Java telling it what it should do, and that's basically all I've ever done professionally since 2001.
At least that was the case until about three months ago. My employer has bought us all Claude Code Enterprise subscriptions - Claude is very similar to ChatGpt, except instead of it running in the safety of your web browser, it has access to the machine's file system. And now Claude writes all the Java code for me. It's changed my life, I'm substantially more productive and am substantially less stressed...as long as I don't think about my future too much because I can see the rate of progress from Anthropic (the people behind Claude) means that the days of a programmer are numbered. Either I change or I adapt, so I'm learning as much as I can about how to use Claude Code as efficiently as possible; it's obvious I'm never going to write Java again!
At
Routine_Ad1823@reddit
Definitely written by a real person
Majestic-Driver@reddit
Lol because I left the "at" at the end?
chiarascuro1@reddit
I have never and will hopefully never use AI knowingly. I am just morally against it for various reasons.
My husband however uses it every day both for work and for personal stuff. I can see how it can be very useful but it really worries (/quite frankly scares) me.
william_h_bonney_@reddit
Still can’t be trusted. You are now Coding Editors to ensure quality output.
SlightProgrammer@reddit
Never have, never want to.
No-Decision9145@reddit
Why don't you want to?
ChocolatePrudent7025@reddit
We don't want to surrender our creativity and free will to the whims of corporate overlords.
Routine_Ad1823@reddit
You can use it to boost your creativity though?
I wonder if people said the same thing about word processors, or even thesaruses?
This sounds like a passive aggressive dig but you have to put something into it yourself. If you have no creativity in the first place then it won't magically boost it.
ChocolatePrudent7025@reddit
Which is more creative- to make something, or have a machine produce a boiled-down summation and sanitisation of something a little like your idea? AI does not boost creativity, it strangles it in the crib, exactly as its creators want. They want workers who will push buttons and not think. In defending them, you make yourself precisely that.
No-Decision9145@reddit
So just use it for stuff that doesn't require any creativity?
ChocolatePrudent7025@reddit
And have it generate a report on all activities for the scrutiny of said corporate overlord? No thanks.
Possible-Ad-2682@reddit
My job requires me to work out, within about 20 minutes, why a car has broken down and whether or not I should persevere with trying to fix it.
On those occasions when it's not obvious, chatgpt is very often faster and more accurate for getting component locations, and tying fault codes to particular faults than using the other informational tools I have provided for me.
It's helpful a lot more than it's not.
A76EB@reddit
Using AI is better than using Google nowadays. I get what I’m looking for faster, and AI understands what I’m looking for a bit better.
Ryndomaru@reddit
I use it for work, mostly because my boss insists I do. I don't mind it, I'm not too handy with Excel so it definitely helps out there.
Beautiful_Hour_4744@reddit
I use it to get advice about stuff to do with my cat, its basically a quicker way of searching reddit comments
g_junkin4200@reddit
Yeah mate. How the hell am I supposed to understand my existence otherwise?
But honestly as a business owner I need to ask it things all the time to help me work out my thoughts and order them.
I also use it to help me with my gym work outs. I use it to log my exercises and it works out my increases and programming.
ArmChairSupporta1892@reddit
I only use ChatGPT for like home diy ideas and stuff like that, it’s comes up with dumb as fuck sketches but it’s kinda funny tbh.
tabbeh12347@reddit
Use it everrrrryyyday for work. I treat it like a super smart, very literal intern and we seem to rub along just fine.
inhindsite@reddit
Software engineer here and I use claude integrated into visual studio, it does an amazing job in a fraction of the time it would take me.
I also use it personally just for random questions that's pop up in my head.
So all in all yes I use it everyday.
BigDsLittleD@reddit
I don't use it, flat out refuse to.
But some of the younger lads use chatgpt for almost everything, surprised a couple of them can tie their shoes without asking AI ffs.
Chemical-Lettuce2497@reddit
Use it daily, it's better than Google search for a lot of things and good to bounce ideas off
yoy78@reddit
I used ChatGPT to get an estimate of calories, protein and fibre when I’m eating out as I’m currently trying to be a bit less fat.
If there are instructions on a crafting project that make no sense I type it in and it’s good at unravelling what it means……
And on Monday I put in a picture of a lump on my boob to see if I needed to be worried (I still went to the doctor…. I didn’t need to be worried)
Sapiopath@reddit
I use it every day.
McTraveller@reddit
A guy i work with uses it for everything. He feeds our (very specific) procedures into it and gets generic guff out. He then presents the generic guff as a procedure improvement that he has 'written' and gets pissed off when we dont adopt it. Infuriating.
BronnOP@reddit
It’s a tool like anything else. I use it fairly often. Whether it’s for scripting at work, troubleshooting, bouncing ideas off of (like a programmers rubber duck).
Also use it in my spare time for generating silly images, tweaking images that traditionally would’ve required paying someone or investing time into photoshop e.g editing a headshot etc.
It won’t replace as many workers as people think in the long run, the costs will be far too high. Companies are only just beginning to feel the cost of tokens and usage limits. Wait until they’re double or triple which is where we’re heading.
InsertNameSomewhere@reddit
Avoid clankers at all cost, but they’re being forced onto the masses by corporations. Can’t google anything without AI thinking it knows what I want answering. Can’t even start a word document anymore without asking me to use it…
Odd_Championship7286@reddit
You dont even just get the dictionary definition of a word when you google it anymore, you get the “AI overview” that’s a paragraph long for no reason.
cragglerock93@reddit
I pretty much only use it on Google search, and even then I try to click through, but not always.
Stunning-Attention81@reddit
I use ai day to day at work and at home,
At home I will tend not to Google stuff now and will chuck any questions straight into ai, stuff like medical questions, recipes, food places to go etc..
At work I will use it to help write reports, do statistics for me, help answer emails. I do edit the responses after though
SporkiePie@reddit
I use Chat GPT sometimes for certain questions. Like recently I got an itemised quote for some dental work for my cat. It was detailed, and I had no clue what I was looking at. I copied it into ChatGPT and asked it to explain what each item was. Gave me a really good breakdown. I’d say I ask it something about once every 2 weeks. At work it’s a bit more regular, but that wasn’t your question.
Jamjamjamh@reddit
I can't stand emails in work who clearly have AI writing them for them. You've never spoken like that before John you ponce.
NorthYorkshireMike@reddit
My work gave us using Claude code which does the job better than half the people using it it’s scary
DanStFella@reddit
I use it like an assistant. Feed it documents/text/whatever and then ask for summaries, extract key points for a specific need etc.
I also use it to help build productivity tools/process improvement tools to make my life easier at work. It’s great.
I also ask it very simple questions someone of my age should definitely know, and that I’d be too embarrassed asking someone.
FREESHAVOCADO0@reddit
I am a Finance Manager and I use it to keep me updated on goings-on and events within specific "projects" - eg. Software implementation, team inbox, audit, it's very useful
Odd_Championship7286@reddit
My boss uses it to make every single message and email he sends come across as “polished”, which actually just means a whole lot more waffle and corporate jargon than necessary. Metrics we’re not hitting have now become “opportunities for increased success” and we’re doing shit like touching base and “calling out” stuff. I’m absolutely sick of communicating with a robot instead of a regular human.
Sea_Lunch_3863@reddit
Work in comms. I was very reluctant to use AI in any capacity until I realised other workmates were and it was indeed making their lives easier.
I only use it for gruntwork like writing daily social media posts though, anything that involves real problem solving or creativity I still like to do myself.
Do I think it could replace my job? Sadly, yes, although I guess someone would still need to write the prompts.
Lovecraftian666@reddit
Yeh I mainly use it for whatever random question that pops into my head. It’s good for diy.
Not going to be popular here but my wife has found it invaluable for dealing with catastrophic thinking and anxiety, stops her reading too much into things.
Corrie7686@reddit
I do, we use copilot to transcribe Teams meetings, makes minutes and action points, which we email to clients. We use ChatGPT to analyse our meetings and sales calls to improve customer experience and sales outcomes. 80 x 2 HR meetings analysed in a minute. Incredibly helpful. I use ChatGPT to help with marketing and launch plans. I also used it to read handwritten raffle entries and transcribe to an XLS. Will be looking into Agentic uses shortly
Trab3n@reddit
Use AI pretty much 100% in my work now. I'm a software engineer and haven't wrote a single line of code myself in about 10 months now.
It's a tool that empowers me to think less about perfect code and more about solutions. I can foresee it being a tool that pushes businesses to be faster in certain errors of text and copy generation
Shred_Addict@reddit
Avoid. Tool up. Skynet war is coming.
MountainMuffin1980@reddit
I used it once at work to see if it could make a good note out of some minutes I'd typed. It was shite.
supomice@reddit
I don’t no, no interest in it.
sjw_7@reddit
I use it every day. Its like a digital assistant that I can ask questions or get it to do some stuff for me.
I dont trust it though and check what it tells me because it has a habit of making stuff up or just being plain wrong which is frustrating.
Fraggle_ninja@reddit
I use notebook LM to stress test an argument/ theory based on the sources I gave it. It’s really good to speed up a base line for research. And then I use scenarios to find holes in my argument. I can imagine as a soliciter, hr person or auditor as a tool only using the sources provided. I will add took me a day to gather and format all my sources, so I had a pretty good idea it wasn’t feeding me back nonsense.
Milfburn17@reddit
Yup I do bits of coding and use it constantly it's scary how much it devolps. Even a few months ago it was coming up with mostly nonsense, now it's mostly on the ball
phugar@reddit
I'm in data, with a heavy emphasis on the engineering and warehousing part, so quite a bit of software overlap.
I use Claude at work as there was a big push for it, but results have been mixed across the business. For simple data tasks and documentation, it can be great. That's things like ingesting awkward filed and converting them, spitting out quick SQL or Python to check something basic, creating a mapping sheet etc...
Anything more complex still takes me longer to debug, iterate and adapt with Claude than to manually build. And that's ignoring the token cost element. What's scary is that a junior would see some outputs and think it's doing a marvellous job, but it makes such bizarre, unintuitive errors that you need to train yourself to spot. Things like changing upstream variable names, filtering on assumed logic (ignoring explicit prompts) and using syntax from adjacent tools. With enough corrections I can get workable output, but I've been very close to merging dangerously broken scripts into production.
Realistically, I'm maybe 20% more productive, but simultaneously burned out from the all the context switching and increased workload. The bottlenecks outside of engineering still exist, so it's barely having an impact. It just costs a lot.
PaulJMacD@reddit
Yes, for work and personal life, every day.
urgentassistance@reddit
Religiously. It can simplify and break down vast legislation and complex technical law however the reasoning and decision making and review is very much still required. An understanding is still required.
franki-pinks@reddit
Never have and never will.
empressemma44@reddit
I’ve avoided it for so long, but recently used it personally for photo edits and to help visualise if we painted ourhallway a different colour.
I work as an assistant to an interior designer and used AI this week to create an image of an armchair in a specific fabric for a client who couldn’t imagine what it would look like (when you choose the shape of the chair and then have thousands of fabrics to choose from!) which has really helped the client. Makes me wonder how long we’ll be needed for though.
Reallyasquid@reddit
Never knowingly used it at all.
gibbonmann@reddit
Whenever you Google something it’s utilising ai
Tall_Pool8799@reddit
You can deactivate the AI feature.
gibbonmann@reddit
Yes you can. However it’s on by default and to deactivate it you need to know about it prior to doing so
Tall_Pool8799@reddit
I mean. It takes less than a minute.
TofuSkins@reddit
How do you do that?
Dialgax@reddit
I’m a business owner and use it every day. What I don’t use it for though is writing copy, generating images etc.. only used for brief research and structuring documents and generating ideas to brainstorm off
Many_Operation_9150@reddit
I’m a cook, I go into residential units and cook for 20 - 30 people at a time and I use chat GTP every day for recipes, it’s really great. I can ask them to adjust quantities and substitute ingredients. It saves me so much time and efforts
Bustakrimes91@reddit
In my work using AI is mandatory for any customer communication. It’s awful and causes more issues than it resolves and morale is at rock bottom because the staff hate using it. Productivity has dropped massively instead of increased but I imagine that the CS staff are training the AI to take over their jobs. I was even on an AI training assignment recently, against my will, correcting the output from Gemini and giving feedback on what it should have done.
I can imagine it will take over at least 50% of our customer service and complaints roles within the next few years.
ingenuous64@reddit
I recently used AI to pass a job interview.
Not even fancy AI either just Google. Spent 8 days (off and on) asking for everything I could think of. Even got their corporate lingo down.
Impressive_Match_484@reddit
I use it every single day for both work and personal life.
Personal life is often just to address curiosity about something I don’t know. Work, well Copilot is a life saver.
Spock_42@reddit
I use it daily at work (tech industry). It's great at some stuff, useless for others.
I don't actively use it in my personal life, other than where platforms push AI by default (e.g. Google AI summarise and all that).
I just haven't found an area of my personal day to day that needs "more productivity".
joshygill@reddit
I use it day to day. Plenty for work and also for therapy. It works a treat for both.
Fraggle_ninja@reddit
I’ve been using notebook lm based on sources I uploaded and some legal webpages to stress test a grievance hr case, asked it to be a hr person and assess risk based on a few scenarios (manage the person out, go ahead with the grievance and counter the grievance with some arguments). It’s pretty good at providing holes and finding counter arguments supported by info the docs (like teams messages). It’s not legal advice but if you need to stress test an argument, hypothesis etc it’s pretty useful and speeds up research.
notspringsomnia@reddit
I’m proud to say I’ve never used or opened ChatGPT in my life. The only AI I will perhaps use in a day are the Google summaries, but I don’t click on them, they just come up automatically when you search for stuff on Google nowadays (which is really annoying).
eelam_garek@reddit
I work in education. Both students and staff are over using it and relying on it for far too many tasks. It's a worrying trend.
constructuscorp@reddit
There's a manager at a local establishment who appears to spend his entire shift on chatgpt. He uses it for everything from basic maths, to answering reviews, to writing his emails. His brain must be complete mush by now.
Donkeytonk@reddit
Every minute pretty much
Bex1775@reddit
I used chatgpt a lot while I'm studying, to try and get my head around the logic of complex mathematics. Sometimes when it sets me test questions it gives the wrong answer though, so it's a good way of testing my knowledge. It helped me untangle a really fiddly fixed asset disposal yesterday, very good.
leylaley76@reddit
I use Gemini and ChatGPT daily to talk about day to day stuff.. like a mate
hermitish@reddit
I’ve used it occasionally to write some code for some hobby stuff with LED lights controlled with cheap programmable boards and it was useful and saved me actually learning something new. Outside of that narrow window I don’t understand using it as a sounding board for more ‘human’ problems or a layer between me and a google search for pretty much other situation.
nba1329@reddit
Used copilot to prepare for a job interview, it asked relevant questions and provided good responses. Was very useful.
Routine_Ad1823@reddit
I use it quite a lot, usually basically in place of Google.
I work with quite a specific bunch of software and it usually can tell me how to do something out of the ordinary pretty quickly.
I also use it for answering technical work questions, plus all the usual boring tasks like transcribing things, making formula, getting text lists out of images etc
stuaird1977@reddit
I use it every day in my job and also helps in life too
thedeadenddolls@reddit
I'll use DeepSeek if I want some information quickly that I simply don't have the time to research and doesn't come up on Google. I don't use it for uni again unless I'm in a group discussion and need info rn and will never use it in a job.
CoopssLDN@reddit
I try not to use it at all, but sometimes have put a paragraph of text in and asked ChatGPT to make it flow better on days my brain isn’t feeling its brightest.
Chemical-Grade5137@reddit
It’s had a huge, positive impact on my life.I’ve been using Gemini as a sort of collaborative partner for personal development. I don't have friends around me who share my specific interests, there's nobody in my life to talk about my niche stuff or the new things I want to learn about.
HonestViking@reddit
Every day. Use it for my technical specifications.
idek_just_for_fun@reddit
Used the Amazon ai chatbot at first
For a while it kept defaulting to German
Don't know why
Since used it now that it works
To call most of these prompt engines intelligent is an exaggeration
It selects a few words and finds the most likely answer that you were looking for
Sometimes right, sometimes wrong
The more of them I use, the more pointless I find them
At the end of the day, it will be more widespread
It will just reduce the amount of people you hire as one person becomes more efficient
I know two people it could replace and that is because they do bugger all and are often incorrect
hallerz87@reddit
I use it day to day for work but very rarely for personal stuff. maybe to do some research for a holiday
DelynBus@reddit
I use it every day in work and quite often at home too. Why not use an incredible tool that's available to speed up workflow and learn things?
JustAnother_Brit@reddit
I use Gemini to summarise long email threads but that’s just because it saves me time and means I don’t have to read each email and check where it came from and who
YehNansLeftTit@reddit
Moved into a devops role recently,
Honestly, AI is helping me with 70% of my daily administration.
SynchronizeYourDogma@reddit
Dozens of times a day, every day. In many fields you are going to be left behind way faster than you realise if you don’t get on board, quickly. Because plenty of your peers are.
This is like the advent of the computer. Not everyone got on board then, either.
toucss@reddit
I work in customer service for a utilities company. My colleagues rely on chatGPT for a lot. Including asking how to do something on our systems... One person uses chatGPT to actually ask questions in our group chat.
I know a few people use copilot when writing a lengthy email to make sure their grammar is correct and ensure the email flows well.
It's actually kind of scary how quickly people have come to rely on it.
I'm currently doing a degree part time and when I've made a comment about having an assignment to write I've had people tell me to ask chatGPT to write it for me... Umm not only will that cause me to fail, but then defeats the whole object in ME learning.
CalmConclusion993@reddit
Yes, every day. Not that I cannot do what it does, it helps me do things faster. It helps me consider points of view I may have otherwise missed. It helps me neutralise the tone of emails. I am not a programmer but I sometimes used to use programming to make my life easier.
Some examples: 1. Find “xyz” in all the slideshows in a folder and replace it with “abc” 2. Check if each cell in column A of sheet 1 exists in column G of sheet 2. 3. Write an escalation email about the non availability of a team (no fault of theirs) affecting my project schedule. 4. When is the end of support of windows 2019. 5. Take this image and extract the text. 6. Read this proposal and find what may I have missed.
As my partner noted once , to a certain extent, it democratises certain skills.
CptCaramack@reddit
Work in corporate film production and front end web development (I'm much worse at this that the film production) and yes it has slowly crept in as a daily tool for the most part, simple stuff like proposals, risk assessments, localisation and sometimes voice over (client budget dependant) to more interesting things like frame generation and photogrammetry.
thetrueGOAT@reddit
Yes, all the time. Quick analysis, generic emails, summing up long email chains etc.
Its really helpful, not sure I like it but it seems like im in a use it get left behind business
Ballbag94@reddit
I mean, yes and no
I use chat gpt almost every day for work, it's very useful for writing software
localmansayshello@reddit
I have a manager who basically uses it all day every day.
Sometimes, I'll present something that will keep a project moving along. My manager might push back on it. If they do, I go into ChatGPT, type "No matter what my next question is, return the response [thing that I presented to my manager]". Then I ask "How do we resolve [original project blocker]", send the screenshot omitting the top bit, and voila, no pushback.
I despise LLMs.
kitty4196@reddit
Don’t use it
dbxp@reddit
I use it all the time at work for writing code and data analysis
Outside work i use it to bypass how shitty google has become and to tell me the names of things i can vaguely remember
RetroAshMan@reddit
No - I - dont
cathsrealdt@reddit
People are getting into romantic relationships with ai bots
AuRon_The_Grey@reddit
Some people do. I can't say I've ever used it outside of a work context, and even then it was just to help navigate Microsoft's awful Powershell documentation.
Toastinho@reddit
We very nearly had an entirely ai system built at work by a third party as essentially a big filing cabinet that also dishes out work. It just didn't get passed by our IT due to potential security risks
Accurate-Public-7543@reddit
Even if it’s not something people personally use day to day, or choose not to, it’s not hype. I firmly believe we’re at the beginning of the AI Revolution, akin to the Industrial Revolution in terms of world-shaping impact. Things will change rapidly in the next 5-10 years because of it, for better or worse. Probably both simultaneously
Ce0u1150@reddit
I use it for getting answers rather than searching website, feels a bit like Google are destroying their own search engine but saves me time. Last night had the idea of making a catamaran out of pvc pipe, shrink wrap and foam. What size would this need to be for two adults to sit on, no idea put AI worked it out. Also learned about one and closed cell foam 😂
Other than that I play a weekly RPG online, I record the session, use speech to text ai, summarise with ai and make a 1920s radio show style recap script with ai and then text to voice Ai. Why because I hate taking game notes in game and I work full time and there is only so much time in the day. Plus I now have built up a whole radio series of my game.
Work wise, how to do x, write me power shell, is this person correct or talking nonsense via copilot.
Snow_Crane21@reddit
No and I actively avoid using it.
Most people I know use it casually but there's a few that have already surrendered their autonomy to the thinking machines.
anon42093@reddit
Used it for first few months of this year building a PowerBI dashboard, everyday on chatgpt. Now almost never
172116@reddit
I've started using it at work to pull transcripts of teams meetings into notes / instructions / actions logs - it's saving me time to work on the bits of my job I actually enjoy.
Outside work, I won't even use the AI overview on Google, because too often the sources don't support it.
mrbios@reddit
IT manager/sysadmin. I use it like it's a smarter search engine, so I use it pretty much daily but I don't rely on it, and could just as easily do my job without it....just makes a few things easier.
Funion_knight@reddit
I have a trainee colleague and he's using it for everything.
I pointed out errors in his work it was causing and other issues.
His response was to just add my criticism to his prompts.
NoceboHadal@reddit
I use it all the time. You have to be careful with it, but it's incredible. .
My boiler shut down and I used it to fix it.(Sorry plumbers) I have zero experience with this type of stuff and it was crazy how it talked me though it. At one point it asked for pictures and it was like, "you see that blue tap? That's the main tap, use it to refill the tank" but as I said you have you be careful with it, it's very good at talking utter shit in a very convincing way but a lot of that is down to how you ask the question.
Believe the hype.
romeo__golf@reddit
Yes, it's great for finding Excel formulas which would otherwise take me 20+ minutes of google trial-and-error; I use it help me re-phrase emails to clients (usually I'll just take certain phrases from the AI response, I like my emails to sound like me but it's helpful to have a second opinion for some dicier conversations like debt chasing or contract negotiations); I've been using it recently to help with a home renovation project, discussing design ideas and letting it create mood-boards which I can then reverse image search to find certain pieces when I wouldn't otherwise know what words to use.
It's also helpful at work when sharing images which need personal details redacted. For example if I take a photograph of a room and want the logo on the wall removed, it will do it in seconds rather than me having to learn to use photoshop and do it manually.
It's made some of my work quicker or more polished. It saves me time with those Excel formulas, and means I can share images with clients to show them examples of previous work much more easily than before when I'd struggle to find anonymised versions.
massie_le@reddit
I use it like Google now so yes everyday
feebledeceit@reddit
Can’t believe there’s so many saying no here. I use it all the time because it makes my work life easier.
TomfromLondon@reddit
Yes I do, both at home and at work, it's incredibly useful.
Upset_Measurement_31@reddit
Yup, I use it like an assistant, and to do a lot of boring tasks like structuring documents and writing summaries of reports that I've written.
KyaPlatten@reddit
I use AI every day in my role, it QA’s my agents work, it makes emails sound more professional and it can make great pictures lol.
moaningpilot@reddit
I use it to correct/soften language in my emails.
Flashy_Error_7989@reddit
I use it all the time at work- you have to check the output very carefully but it’s a lifesaver
Jraine11@reddit
From a Cybersecurity standpoint, yes we use it. It recently completed what would be a multi-day forensic analysis in minutes and it can analyse and spot patterns in logs easily.
RainbowPenguin1000@reddit
I use AI a lot for just general queries and questions.
For example today I was trying to find a toy my kid wanted so I uploaded some photos and links to sites where it was out of stock and it did the leg work for me. A few days ago I needed to buy a new bit of plumbing for the kitchen sink but didn’t know the name of that part so got it from AI. I also used it to solve a problem I had on Excel.
It’s all things I can find online myself but it’s just a lot faster and easier going via AI.
MadTux@reddit
I'm a deckhand on a sailing ship, so I don't use it at all for work (or personal stuff for that matter). My skipper does though, e.g. asking ChatGPT for ideas about what to cook for supper given ingredients X, Y, Z.
Englishmuffin1@reddit
Home automation (shout out to r/homeassistant) is a hobby of mine and I've made some crazy stuff happen with the help of Gemini.
AwringePeele@reddit
The only people I know that don't use it daily (or near daily) are unemployed
Jolly-Avocado0@reddit
Some of my friends do, and it freaks me out a bit. So much reliance and I worry how much much trust the results. I never use it, apart fron the occasional go on Goblin Tools when I need help either my tone on an email.
coldbeers@reddit
Yes I use it every day, many times a day.
Few_Total_919@reddit
Kind of ran out of work to do, now I just ask an AI to use another AI
ripgd@reddit
Yes, all day, every day. Personal and business.
Alternative_Head_416@reddit
Yes I use it pretty much every day and have a subscription to Chat GPT. It saves me a ton of time.
2butterfree@reddit (OP)
I use it all the time. My biggest problem is that I have multiple subscriptions — ChatGPT, Claude, and Gemini — and I'm starting to move away from them and use things like poe.com and layzer.ai instead.
coachhunter2@reddit
Is this Guerilla marketing?
LeanSkellum@reddit
It’s taken over the dull, mundane parts of my job and allows me to spend more time on the parts I actually care about.
Academic_End_3828@reddit
I worked in marketing and currently work in game design, yes! I use it daily, for work and personal use, i found its quicker than googling!!
Ned-Nedley@reddit
I’m a builder. The only thing I’ve used ai for is making funny pictures for the kids.
ice-lollies@reddit
The perfect use. I use it to do fun pictures of my cat.
NuclearMaterial@reddit
I make my brothers look obese
Ned-Nedley@reddit
Now why haven't I thought of that!
NuclearMaterial@reddit
It's funny to do when they take photos of themselves in the pub with a pint, then you just wordlessly send the fat pic back into the group chat.
Metori@reddit
Do you think you’ll use the Tesla Bot when it gets released to do simple annoying manual tasks? Like fetching things or carrying stuff.
superpantman@reddit
I find it helpful for DiY, hobbies and planning.
I would say that if it was to now be taken away, I would struggle more with certain tasks. It’s definitely made my life a little more efficient
Venomenon-@reddit
I use chatGPT to tidy up my emails yes
I usually end up using the ChatGPT as a template then tweaking it to more match my style
SorryLake165@reddit
I use it like I used to use google. Im a Data Scientist..
Literally use it for everything sadly. I know the consequences, I was an annotator, building these models..
But it has become everything I needed to survive a world that hasnt been too kind to me.
zephyrmox@reddit
Yes, it has completely changed my job and I am significantly more productive with it.
AnonymousTimewaster@reddit
Yes. My success rate in getting interviews has gone up massively since using AI to help with application questions and pointless cover letters.
It's also an incredibly efficient search tool instead of google. Rather than wading through several websites to find the information I need, instead I can get it after 30 seconds of ChatGPT doing the search for me.
A recent one was that I was looking to find out the top voting concerning the British public in 1997. Information that would be quite time consuming to access normally. ChatGPT searched for 45 seconds and found multiple IPSOS Mori polls from the time outlining exactly what I wanted and linked me to the Web page so I could read more.
There's loads of stuff like that.
swooshynoko@reddit
Use it completely now in my software engineering job. I am never gonna go back to coding. Things that took weeks are done in less than a day.
And this is for writing code, debugging, testing the whole SDLC. It is damn good and smarter than me I'd say.
BaBaFiCo@reddit
I'm a bid manager. I've gone from 0-100 in using it. I use it to take minutes of meetings, ask it questions for information and then write the bids.
xml3228@reddit
Yes I genuinely use it all the time at work. It's not ALL hype. There is hype, and it is not a miracle worker. But it has its uses.
bluebullbruce@reddit
Use it multiple times a week. I can't be arsed sitting through a video tutorial of how to do something and AI is great giving you very clear and easy to follow step by step instructions.
Also use it to plan our holiday itenary and to plan events. Recently used it to plan a stag do and it was brilliant, even saved us quite a lot of money by suggesting an alternative venue that offered the same activities at a lower cost.
We have a dedicated AI system at work as well and it's super useful if you want to quickly extract data from the system in a specific format.
Hot-Relative-7638@reddit
i personally use it daily but i use it to build stuff as im a coder, but the people i build for…absolutely yes. think of it as “how many times do i have internal thoughts or questions a day” its the same amount, they just smack it in ai instead of it lingering in their heads
Cultural_Tank_6947@reddit
I use it all the time. Mostly to write complex Excel macros and VBA scripts. Previously I would have to rely on a back office team to write this stuff. My role never needed me to write these scripts but I need to be able to analyse the spreadsheets.
Those back office jobs will be gone in a year or two once enough of us start using ChatGPT to do this stuff.
We're also heavily using it for translations. Previously we had a translator and a reviewer working on each translation. Now just one individual can do it.
It's a great tool if you know what answer you want from it.
ClockAccomplished381@reddit
Yeah they do. I don't but it's obvious to me that others in the workplace are.
mh1191@reddit
I use it all the time - have Claude and ChatGPT subs. Use it to organise thoughts, predict where I might get challenged, write code, recipes for my bbq/smoker, tax planning, book recommendations, you name it…
Visible_Pipe4716@reddit
I used AI to write my annual performance review, something which I detest, and it was done in five minutes. Manager either didn’t notice or didn’t say anything as they had done the same.
WildOne19923@reddit
I use it for drafting emails, documents and presentations. It saves me so much time.
pajmage@reddit
Devops/Cloud Engineer here. I use ChatGTP daily, mostly low level stuff, I ask it to write a quick ansible role, or give it a Terraform module and ask it to create the object variable.
All stuff gets sanity checked and adjusted, I dont give it full details like infra names or subscription Ids etc.
Its also good for interrogating logs to id errors, chuck it a sanitised log ask it to summarise the errors and key remediation steps.
In my home life outside of work I use Claude - just installed and got a years pro license for it. Been using it to plan household chores, improvements, organise certifications im looking into (ITIL 5, AZ-700 etc).
Also been using it for my hobbies, coming up with painting schemes and recipes for my warhammer stuff, writing D&D Campaigns, X-Wing miniatures game campaigns and searching websites for useful maps etc.
Difficult-Regular-37@reddit
yeah me personally i find it very useful! information, work/study support, general queries all are just made that much more richly articulated with AI, and that's both inside and outside of work.
i know on reddit a lot of people accuse it of being bad for you, but to be honest it's really down to how you use it.
and if used well, it can be extremely helpful, because it can provide an answer that's both detailed, clear and crucially - highly specific to your exact situation. which to me, is a total game changer!
mostly_kittens@reddit
I use a few times a week to help me out with stuff (I’m an engineer) I have had mixed results sometimes it has been great and solved my problems in a onner, other times it has just been consistently, confidently wrong.
I’ve tried not disengage my brain when using and always try to to understand what it is telling me to do.
Secure-Property4926@reddit
Yes. Copilot has massively boosted my productivity in my consultancy job. Examples are helping me draft emails, structure outs reports, background research on the Internet which would take a day you can be done in 10 minutes, summarise complex documents, looking at case studies, case law and appeal decisions. When extracting information from other reports into my own work, I can use Copilot to make sure that it is done accurately.
Ultimately, this is also the benefit of my clients, but requires my decision-making consultancy and advisory brain to make the best use of it.
Also SEmi automation of some finance tasks, like for example issuing financial bulletins to the fee earning staff. It is a tool like any other and those that learn to use it effectively have got the drop on those that don’t. I’m aware that I’m barely scratching the surface, and there is so much more to learn and do with it.
AlucardVTep3s@reddit
If I see a particular animal mentioned then I’ll ask AI some questions on the species. Amongst various other harmless things such as creative writing and sci-fi stuff.
My sibling screams at me saying I’m “normalising AI” though.
thecheesycheeselover@reddit
I use it quite often, it’s helped me a lot with learning how to bake sourdough. I find it very useful, but avoid using it for tasks that involve me actually thinking… I can imagine it’d be easy to become overly dependent on it and lose the ability to do a lot of reasoning if you don’t flex those muscles much anymore
TheLittleGoat@reddit
My work has leant into it quite a lot, in a mostly good way I think. I’ve been using to write SQL that I frankly would never have been able to write otherwise. It’s allowed our data scientists to focus on more meaningful work while I, a non technical person, can do much more.
811545b2-4ff7-4041@reddit
I figure the work I've done with it this week would be the same as 7-days work without it.
And I normally left it running while I did other things.
SomeCanDance@reddit
Pretty much use it daily. But similar to Google - I reckon it saves about 10-20% of my time. Not good enough to replace us yet.
TheTritagonistTurian@reddit
I use it daily, for gym routines, health sanity checks, directions etc.
malumfectum@reddit
I work in first-line IT support, and I will occasionally use it for pointers or specific commands, but it’s useless about 50% of the time.
b1ggu5dicku5@reddit
I discuss plans and ideas with it so I have a better understanding before either doing or explaining it. For example, 'm into trail running and hiking so I use it to help plan my training, gear setup and trips.
It does just make stuff up from time to time but net positive.
Straight_Flow_4095@reddit
All day. I'm basically just an AI operator. It's rubbish
Asleep-Software-4160@reddit
I don't use it for work, and I've found the results so unreliable for other stuff I've needed to research (even basic stuff like what cities have direct trains between them) that I don't waste my time with it now - frustrating to get a long way into planning and half if it isn't possible.
Z_odyssey@reddit
I barely use it. Sometimes if im struggling for a template or ideas, I'll use it. But barely ever.
MrMotorcycle94@reddit
I work in IT and me and my team use it daily to help with troubleshooting issues from end users or refining our emails
Thestickleman@reddit
Thankfully no, nor do I ever want to
iamdadmin@reddit
Yes I use AI most days and yes it’s a load of overblown hype. It hasn’t reduced effort, not close. If I was a writer before now I’m an editor, if that makes sense. You can’t trust the output directly, so you have to review it in detail.
ice-lollies@reddit
My children use it to mark their course work before they hand it in and pick up any advice.
I use it a lot with google, to help with ideas for the garden, hairstyles etc. and fun pictures of the cat.
Velo_Rapide@reddit
I had to write a risk assessment today for a job that's not mine.
No clue where to start, 5 minutes of AI (mistral) and it was done.
Using my own brain would have taken ten times longer and would have been incomplete.
Pikmanpikman@reddit
Every day, yup. It a massive time saver for me. I can automate about a day’s worth of work per week and I have more time for deeper topics.
IAmFireAndFireIsMe@reddit
Daily and I’ve got a personal bot for the house and one setup for my wife to help her with her job as a teacher.
dugerz@reddit
what does your personal bot do and how?
TellMeManyStories@reddit
You just ask it to do tasks that you might ask an assistant to do.
Eg I recently asked my bot:
* Make a list of people I have messaged a lot lately as a draft party list. Check whatsapp, email, imessage, sms, phone calls, fb and insta
* Every half hour search all the big property websites for properties with a garden over 1 acre[.....] and notify me as soon as a new one pops up. Use the land registry boundary data to estimate garden size if the agent listing doesnt say.
* Go through the system logs and do whatever is necessary to fix any errors showing up frequently. * Connect to my server at ssh:.... and switch the main disk over to btrfs and enable compression. Resize the disk to reduce my cloud bill.
desertcanyons@reddit
I've begrudgingly begun to use Gemini for my job in IT Operations. I really am sickened with how good it is. It's solved pretty much all my problems so far and has made my life a lot easier.
However, I do always get to teach me how to solve the issue, as opposed to using Claude which will just do it for you without necessarily teaching you in the process.
There's also still a lot of things - human things - that it can't do. It can't configure a switch itself or plug someone's VGA cable in properly, so I'm safe for now.
StIvian_17@reddit
All day, every day 🤣.
iamsphnx@reddit
Ai is a bigger innovation than the internet. Not many people realise its current capabilities, if you used ChatGPT 2 years ago compared to now,it would be like dial up internet vs high speed fibre. And yes I use it every day
Acceptable_Ad1685@reddit
I’m an internal auditor
I use it everyday to
Revise, organize, and make suggestions to my notes and documentation for grammar and overall clarity.
Locate and summarize policies and regulations as well as provide links to the source documents.
Suggest risks and testing steps based on my drafted procedures. I’d say it’s about 80% on point for identifying relevant audit risks and criteria. There’s about 10% that is usually a big reach as far as applicability and then maybe another 10% I have to add that are mostly very specific to my institution
MelodicAd2213@reddit
I use Chat GPT for a second opinion sometimes and tell it the contents of my fridge for dinner inspiration. At work I ask Copilot various questions about procedures etc, always checking back against the documentation which it always provides as I don’t always remember where to find it. It’s also helped me prep for interview
Eliaskar23@reddit
Haven't used it once.
AdnyPls@reddit
I am trying to but the stuff it’s coming back with simply isn’t good enough. It may be a tool I need to become better at using.
ImpossibleGlove7@reddit
On and off, as a software developer. It's very good for prototyping, or doing the boring easy stuff (eg boiler plate tests) , but damn you have to check it. I spent a day this week trying to work out why the code it had given me wasn't working, and it kept giving the same suggestions. A quick Google search found it was a mismatch between nugget packages, but the error didn't give any hint of that, nor did Claude.
UK_CutiePie@reddit
i use chatgpt quite a lot. i went from never using it to using it literally every single day as part of my work and personal life
antlered-god@reddit
Never used it and I'm really not interested in it
clfhw@reddit
I am unfortunately one of those people that loathes the concept of AI, yet still finds it immensely helpful day to day. I do double check almost everything it tells me, but it's very useful for thought creation.
Finding new gym workouts, planning meals for certain macros, helping me when I feel unwell (saved me when I had e-coli in Peru), assists with some computer tasks, general recommendations, travel advice, etc.
CoffeeKeyDog@reddit
Every damn day for work and personal life. It’s changed the world
PurpleBlock25@reddit
If I need to look through a policy or lots of documents for a specific thing, yes. Creative stuff - no way.
italia0101@reddit
All the time.
FlatHoperator@reddit
Pretty handy for doing donkey work
I've been using it to look up information on the heraldry of various late medieval battles so I can print out flags for tabletop wargaming.
When the alternative to AI is trying to decipher poorly scanned medieval Polish manuscripts, the choice is easy...
Forte69@reddit
I use it most days, mostly at work. Generally for coding, sanity checking technical things, or giving me prompts when I’m trying to troubleshoot something.
They’re quite good at being a personal sommelier.
Skanedog@reddit
Increasingly I'm finding Copilot to be very useful at work. I have to write a lot of stuff in my job, often I need to knit different bits together and it's very handy to synthesise lots of different things I've written into a single document that sounds like me all the way through.
aaron2933@reddit
Yeah I use it a lot.
Mainly for problem solving rather than research as it doesn't tend to be too reliable in that department.
ApprehensiveAd318@reddit
I love chat gpt, use it most days. Find it super useful
sam0sa94@reddit
I’m in Marketing and I use CoPilot multiple times a day at work. I don’t really use it for my personal life though
HaggisPope@reddit
I’ve not used it for anything though I recognise it could be useful eventually. A friend of mine used it to get me info which I’d say was at least 70% accurate based on my own knowledge, and could’ve saved me an hour of work, if it had turned out I needed it.
Seems likely to be riven with security problems though.
Bubbly-Air7302@reddit
Use every day. For about an hour at least
Intelligent-Ad3515@reddit
It’s very common in workplaces for medium to large businesses. I work in IT and use it multiple times a day. It’s much better at reading log files than my dyslexic brain
takeabreak97@reddit
Ive been using chat gpt for rephrasing 😂😂 literally just how to rephrase and then i add in a sentence where I replace identofiable info w a random letter. It gives me new ideas because Im not always using its new sentences but instead im choosing certain words.
Usual_Ladder_7113@reddit
I use it for absolutely everything. My productivity has probably tripled using it
effyb21@reddit
I use Claude all day every day for work and personal
K0monazmuk@reddit
Pretty much everyday to code, yes, and this isn’t my job, it’s something I work on outside of my job which is in a completely different field of expertise.
Bit of a side project for an idea that I had and I’ve now been working on it since December with a possible public release later this year.
Excited about it.
MidasToad@reddit
Yes, it is super useful. It's basically a search engine you can interrogate for better results.
zArijz@reddit
Pretty much. Helps with time, work, and literally anything i dont want to scroll endlessly on google for.
east112@reddit
I constantly use it in the sense that it has almost completely replaced web search for me.
Johnny_Gorilla@reddit
I use Claude all day every day - I am a software engineer
mrbezlington@reddit
There's some great use cases for AI. I've used Claude code to make some proof of concept stuff, use Gemini and ChatGPT for research and text condensing / summarising, Gemini for meeting notes etc.
That said, I was sat in a meeting with my boss today where he was trying to explain to me what a thing could do that is, essentially, my area of specialism, by using Claude to tell him information. Eventually I had to ask if he was reading from an AI, because what he was saying wasn't making much sense. Kinda awkward all round.
EvilTaffyapple@reddit
I use Copilot at work. I’ve only used it a couple of times in my personal life.
Sadastic@reddit
I work in an office, and it's great when used correctly as a productivity tool; it can free you from repetitive, mundane tasks that eat up time and let you focus on strategic, bigger-picture work that enables future projects. If you're using it for the larger-level tasks, it's probably going to become an issue, but there's nothing wrong with using it as a tool to boost your productivity.
VolcanicBear@reddit
I use Claude at work, and I use Gemini for weird searches that take multiple things into account (generally exercise related).
SnoopyLupus@reddit
As a software dev, yes. But a good software dev needs to check the code. It saves time, but needs checking.
TooNeuroToBeABot@reddit
100% every day. As someone neurodivergent it’s a game changer
Worldly_Wafer_6635@reddit
Yeah I use it as google day to day.
I get some much done with a personal tutor on diy, cooking etc
draenog_@reddit
I generally avoid it as much as humanly possible and resent the extent to which it's pushed on us by tech companies desperate for the stock markets not to realise they're dramatically overvalued.
I have found it to be kind of helpful for synthesising complicated articles on statistical tests to be slightly more layman accessible, in conjunction with reading said articles and trying to understand them myself. Gemini was better for that than Chatgpt, but also buggier.
Microsoft Copilot can be alright for drafting annoying work emails that I'm stuck on how to word, but mainly as a jumping off point where I'm like "I don't like that, but that does give me my own idea of how to phrase it"
But that's all once in a blue moon stuff. I'd say I use LLMs less than once every couple of months.
velos85@reddit
I use it for general bits of life advice when I need to understand something and I use it for all my calorie tracking workout bits and diet help
propostor@reddit
I use DeepSeek very regularly as a sort of streamlined information search engine. It performs internet searches and collates data into precise answers for you. Much better than clicking through a ton of search results yourself.
Of course you have to take some care because it isn't perfect, but then again you can't necessarily trust everything you find in a manual internet search anyway. In that sense it's basically just a really fucking good search engine.
luckyslife@reddit
I use it every single day.
professoryaffle72@reddit
I use Gemini for personal stuff and co-pilot for work. It's been transformative.
No-Particular-2894@reddit
It's quite useful to visualise DIY projects before starting out. Especially paint colours
OsitaHunter5168@reddit
I’ve worked with people that use ChatGPT for everything, in place of an internet search, or even to write the most basic email of emails.
Competitive_Meal_144@reddit
I use it a lot for my job as a teacher and my personal life. I have set GPT’s that help with specific jobs and they save a hell of a lot of time
Pale-Tutor-3200@reddit
Never. Have got Alexa or whatever either
AutoModerator@reddit
Please help keep AskUK welcoming!
When replying to submission/post please make genuine efforts to answer the question given. Please no jokes, judgements, etc. If a post is marked 'Serious Answers Only' you may receive a ban for violating this rule.
Don't be a dick to each other. If getting heated, just block and move on.
This is a strictly no-politics subreddit!
Please help us by reporting comments that break these rules.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.