Earlier quoted context omitted.
You're right. That's why to be sure I don't use software. All paper and pencil. So I can be sure . I have no idea what your point is.
I'm fine with writing software. I do so for a living. Usually when I'm responsible for a piece of software being correct, I'm the one who wrote it and not a black box. I use AI to autocomplete my code all the time and it very frequently suggests the wrong thing and attempts to insert random bugs. So if my ass was on the line for the output of an AI-written program being correct for 30k cases of parsing unstructured o…
Anthropic: Expanding Access to Claude for Government
91–99 of 99 posts
Re: Anthropic: Expanding Access to Claude for Government
#92Earlier quoted context omitted.
Calling something virtue signaling is not a dismissal of people caring about things other than profit. It's a statement of belief that they don't actually care about things other than profit and are just pretending that they do. There's a pretty clear financial incentive to virtue signal since getting the benefit of the doubt from society lets them make more profit with less scrutiny. There's also no benefit for soci…
Yes I agree that's the intent, but I think it can often be used by people who think the thing being "virtue" signaled about isn't important. People who think that corporations aren't going far enough in support of their social issue sometimes accuse them of virtue signally, but people opposed to people viewing the issue as important do all the time. The prevailing wisdom on Hacker News now is that actually people who…
Re: Anthropic: Expanding Access to Claude for Government
#93Earlier quoted context omitted.
I'm fine with writing software. I do so for a living. Usually when I'm responsible for a piece of software being correct, I'm the one who wrote it and not a black box. I use AI to autocomplete my code all the time and it very frequently suggests the wrong thing and attempts to insert random bugs. So if my ass was on the line for the output of an AI-written program being correct for 30k cases of parsing unstructured o…
Autocomplete is not in the same ballpark as intentionally prompting software.
Re: Anthropic: Expanding Access to Claude for Government
#94Earlier quoted context omitted.
Can I try your question? Just curious.
I don't remember exactly, but they were broadly "How can I do $WEIRD_NICHE_THING with $GENERAL_FEATURE of gradle / some java library?"
I’ve started using the chat feature in Github Copilot in IntelliJ. I wanted it to add some logging to my code for me, since it was a tedious task. I started off with a few relevant files and an explanation of what I wanted. Naturally it didn’t get it right on the first try, I don’t think any humans would either. But I could continue as conversation explaining what I thought was wrong and how I wanted it to actually be. I even realised that I didn’t know exactly what I wanted before I had seen some of the suggestions.
Once I was happy with the result I added another file to the chat and asked it to do the same with this file. I had a handful of files that were structured very similarly and all needed the same kind of logging. It did a great job and I could use the response without further editing. I tried to add more files but realised that the replies got slower and slower, so instead I reverted the conversation back to the state where I had initially been happy with the results and asked it to do the same thing but this time to a different file.
I find that it takes some practice to get good at getting the best results from LLMs. One great place to start is the prompt engineering guide by OpenAI https://platform.openai.com/docs/guides/prompt-engineering
When using something like GPT-4 for developing I try to think of it as a junior developer or a grad student. With a search engine you need to include the correct keywords to get the best results. For LLMs you need to set the right mood by writing a good prompt and holding a conversation before getting to the point. I also find that GPT-4 is fairly good at answering factual questions, but it’s much more useful and powerful when used to create things or discuss an approach.
Re: Anthropic: Expanding Access to Claude for Government
#95I find all of the virtue signalling from AI companies exhausting.
Are you assuming that anyone claiming to be doing good things must be lying? And then getting angry at them both for not doing the good thing and for the lying? That does sound exhausting.
You're defending a company that makes "safe" usage part of their brand and every press release mentions how much they care about safety. Then one day, they announce they are making some compromises to their safety policy so they can get large new customers (government) but don't worry all they care about is safety. It's comical how predictable this was.
Re: Anthropic: Expanding Access to Claude for Government
#96There's no doubt that LLMs massively expand the ability of agencies like the NSA to perform large-scale surveillance at a higher quality. I wonder if Anthropic (or other LLM providers) ever push back or restrict these kinds of use cases? Or is that too risky for them?
dumb question. I can understand LLM can be used for disinformation as it can generate text/image at scale. can you explain how it can do large scale surveillance?
Put another way: most people only get charged with a crime if it's worth a law-enforcement officer's time to catch you, but many small violations are ignored in favor of higher priorities. We may have to contemplate a future where AI is clever enough to notice everything that can be construed as a violation of some law and put on a prosecutor's backlog.
Schneier talks about this as well: https://www.schneier.com/blog/archives/2023/12/ai-and-mass-s...
Re: Anthropic: Expanding Access to Claude for Government
#97Re: Anthropic: Expanding Access to Claude for Government
#98Earlier quoted context omitted.
> You tell it to write a program (which is easy to audit) to pull the info from the PDFs Wherein you discover that unless you ask it to consider the fact that PDFs are ... very hard to parse [1] [2] you get something that misses whole blocks of text or turns them into something they aren't and the rest of the program misses chunks of the document. [1]: https://news.ycombinator.com/item?id=22473263 [2]: https://web.ar…
Why are you expecting they are all very different? They're all likely very similar.
Re: Anthropic: Expanding Access to Claude for Government
#99Earlier quoted context omitted.
That's not very likely to succeed, is it? LLMs can do a lot of things, but writing software that not only parses semi-proprietary file formats but also analyze unstructured data sounds more than little bit far fetched. I'd be impressed if just the first, and by far the easiest, part of that can be accomplished.
It's extremely likely to succeed because there is a documented format. I can't believe how pessimistic this site is about this stuff. Yeah, you're not going to one shot it with a prompt. If that's your expectation, you're confused.
Until then, I'd have to side with said pessimists here.