6 ms·
I'm struggling to think of a federal job in which having ChatGPT would make them more productive. I can think of many ways to generate more bullshit and emails,
by queuebert 1y ago
I'm struggling to think of a federal job in which having ChatGPT would make them more productive. I can think of many ways to generate more bullshit and emails, however. Can someone help me out?
- deleted 1y ago[deleted]
- hoosier2gator 1y agoI'm struggling to think of a federal job in which anything, AI or otherwise, would make them more productive.
- HarHarVeryFunny 1y agoYeah. I work for a large telecom, and most techs complete two jobs per day. Before computerization when everything was paper based: 2 jobs a day With computers and remote access to test heads: 2 jobs a day With automated end-to-end testing and dispatch: 2 jobs a day Unless there is a financial incentive to be more productive, that outweighs any negatives of being so (e.g. peer pressure), then nothing will change.
- 827a 1y agoThere are 2.2 million federal workers. If you can't think of anywhere that tools like this could improve productivity, it speaks more to your lack of imagination or lack of understanding of what federal workers do than anything intrinsic to the technology.
- queuebert 1y agoIf it were so easy, why didn't you post a few examples rather than insult me?
- missedthecue 1y agoUS Forest Service: 'hi chatgpt, here are three excel files showing the last three years of tree plantings we've done by plot and by species. Here's a fourth file in PDF format of our plot map. Please match the data and give me a list of areas that are underplanted relative to the rest, so we can plan better for this year' I use it for stuff like this all the time in a non-government job. 100% doable without AI but takes an order of magnitude as much time. No hyperbole. People here talking about security risks are smart to think things through, but overestimate the sensitivity of most government work. I don't want the CIA using chatgpt to analyze and format lists of all our spies in China, but for the other 2.19m federal workers it's probably less of a huge deal.
- queuebert 1y agoAnd do you think ChatGPT is always doing this accurately? There is no end-to-end logic, so what you get could be either bullshit hallucination or correct. This is not the correct use of the tool right now. Maybe in the future with a different architecture.
- deleted 1y ago[deleted]
- missedthecue 1y agoAccurately compared to what? In my experience, using it this way is not less accurate than a human trudging through it, and I have no end-to-end logic to verify that the human didn't make a mistake that they didn't realize they made either. So that's as good as it needs to be.
- wafflemaker 1y agoSummarize long text, when you don't have the time to read the long version. Explain a difficult subject. Help organize thoughts. And my favorite, when you have a really bad day and can hardly focus on anything on your own, you can use an LLM to at least make some progress. Even if you have to re-check the next day.
- HarHarVeryFunny 1y agoSo, if a legislator is going to vote on a long omnibus bill, is it better that they don't read it, or that that get an innacurate summary of it, maybe with hallucinations, from an LLM ? Or maybe they should do their job and read it ?
- JKCalhoun 1y agoThe simple answer to your questions is, "Yes". But the government is a lot larger than Legislators. FAA, FDA, FCIC, etc… It's just like any (huge) private business.
- mpyne 1y agoIs your thought that the Federal government is only legislators? The invention of the word processor has been disastrous for the amount of regulations that are extant. Even long-tenured civil servants won't have it all memorized or have the time to read all of thousands of pages of everything that could plausibly relate to a given portfolio.
- JKCalhoun 1y agoCompanies right now that sell access to periodicals, information databases, etc. are tacking on AI services (RAGs, I suppose) as a competitive feature (or another way to raise prices). To the degree that this kind of AI-enhanced database would also benefit the public sector, of course government would be interested.
- poemxo 1y agoIn cybersecurity, which in some departments is a lot of paper pushing based around RMF, ChatGPT would be a welcome addition. Most people working with RMF don't know what they're talking about, don't have the engineering background to validate their own risk assessment claims against reality, and I would trust ChatGPT over them.
- simianwords 1y agoChatGPT is just generally useful for day to day stuff without having to use it on specific domains like programming. Quick fact checks, quick complicated searches, quick calculations and comparisons. Quick research on an obscure thing.
- alpha_squared 1y agoI'm sorry, but I feel like I have to amend your scenarios to reflect the accuracy of LLMs: > Quick [inconsequential] fact checks, quick [inconsequential] complicated searches, quick [inconsequential] calculations and comparisons. Quick [inconsequential] research on an obscure thing. The reason that amendment is vital is because LLMs are, in fact, not factual. As such, you cannot make consequential decisions on their potential misstatements.
- kube-system 1y agoThese are simply implementation failures. You should be using them to gather information and references that are verifiable. There are even hallucination detectors that do some of this for you automatically. If you are treating LLMs like all-knowing crystal balls, you are using them wrong.
- sco1 1y ago> I can think of many ways to generate more bullshit and emails Like Elon's weekly 5 bullet summary of what you did this past week :)
- kube-system 1y agoThe government has a lot of text to process, and LLMs are good at processing text, and they can be implemented pretty safely in these roles. An obvious example might be: Someone who is trying to accomplish a task, but needs to verify the legal authorization/justification/guidelines etc to do that task. If they don't have the specific regulation memorized (e.g. the one person who was doing this esoteric task for 20 years just got laid off by DOGE) they may have to spend a lot of time searching legal texts. LLMs do a great job of searching texts in intuitive ways that traditional text searches can't.
- bigfishrunning 1y agoBut does the job of verifying that LLM output outweigh the job of just doing the search the old fashioned way? Probably, but we'll skip verification, just like always. This is the scariest feature of LLMs; Failure is built into the design of the system, but people just laugh and call the failures "hallucinations" and move on. The efficiency gains from AI come entirely from trusting a system that can't be trusted
- kube-system 1y agoNot all implementations of LLMs are "just type questions into chatgpt.com or ollama and trust the raw result", even though that is probably what people are most familiar with right now. They can be used pretty safely when incorporated into other systems that have guardrails on them. Not simply a dumb wrapper, but inside of systems that simply use LLMs as processing tools. For example, one extremely safe use case is using LLMs as a search tool. Ask it to cite its sources, then string match those sources back against the source texts. You are guaranteed that the sources actually exist, because you validated it.