this post was submitted on 17 Jun 2026
220 points (98.2% liked)

News

38025 readers
2537 users here now

Welcome to the News community!

Rules:

1. Be civil


Attack the argument, not the person. No racism/sexism/bigotry. Good faith argumentation only. This includes accusing another user of being a bot or paid actor. Trolling is uncivil and is grounds for removal and/or a community ban. Do not respond to rule-breaking content; report it and move on.


2. All posts should contain a source (url) that is as reliable and unbiased as possible and must only contain one link.


Obvious biased sources will be removed at the mods’ discretion. Supporting links can be added in comments or posted separately but not to the post body. Sources may be checked for reliability using Wikipedia, MBFC, AdFontes, GroundNews, etc.


3. No bots, spam or self-promotion.


Only approved bots, which follow the guidelines for bots set by the instance, are allowed.


4. Post titles should be the same as the article used as source. Clickbait titles may be removed.


Posts which titles don’t match the source may be removed. If the site changed their headline, we may ask you to update the post title. Clickbait titles use hyperbolic language and do not accurately describe the article content. When necessary, post titles may be edited, clearly marked with [brackets], but may never be used to editorialize or comment on the content.


5. Only recent news is allowed.


Posts must be news from the most recent 30 days.


6. All posts must be news articles.


No opinion pieces, Listicles, editorials, videos, blogs, press releases, or celebrity gossip will be allowed. All posts will be judged on a case-by-case basis. Mods may use discretion to pre-approve videos or press releases from highly credible sources that provide unique, newsworthy content not available or possible in another format.


7. No duplicate posts.


If an article has already been posted, it will be removed. Different articles reporting on the same subject are permitted. If the post that matches your post is very old, we refer you to rule 5.


8. Misinformation is prohibited.


Misinformation / propaganda is strictly prohibited. Any comment or post containing or linking to misinformation will be removed. If you feel that your post has been removed in error, credible sources must be provided.


9. No link shorteners or news aggregators.


All posts must link to original article sources. You may include archival links in the post description. News aggregators such as Yahoo, Google, Hacker News, etc. should be avoided in favor of the original source link. Newswire services such as AP, Reuters, or AFP, are frequently republished and may be shared from other credible sources.


10. Don't copy entire article in your post body


For copyright reasons, you are not allowed to copy an entire article into your post body. This is an instance wide rule, that is strictly enforced in this community.

founded 3 years ago
MODERATORS
 

Donald Trump’s administration turned to Elon Musk’s Grok chatbot to launch thousands of missiles in Iran, according to a top defense official.

In a sworn statement defending the trillionaire from a lawsuit alleging xAI data centers are illegally polluting Black communities, the Pentagon’s artificial intelligence chief said the chatbot’s continued operation is “a matter of paramount national security” — and was used to fire more than “2,000 munitions at 2,000 distinct targets within 96 hours.”

Grok, a generative artificial intelligence chatbot developed by xAI, is among four AI models “currently capable of supporting national security applications,” according to Cameron Stanley, the Pentagon’s chief digital and artificial intelligence officer.

you are viewing a single comment's thread
view the rest of the comments
[–] theneverfox@pawb.social 0 points 15 hours ago (1 children)

The idea is that "AI" is used to detect possible targets

Okay, but what does that mean? How does an llm do that exactly? What are the inputs and outputs?

Do you actually know, or did propoganda get you? No shame in it, if you hear something enough and it can worm it's way in without conscious evaluation

I think neural networksthat highlight suspicious movements are fine, or at least as fine as weapons of war are fine in general. But ideally, that's just battlefield information fed to humans, which isn't how this is spoken about in the media

But we're specifically talking about grok here. How does grok fit into the process of firing a missile exactly, and what are the incentives built into the system for the people involved?

You've got a decent grasp on the tech side, so I think if you consider the position of the stake holders you'll come to the same conclusions.

Put yourself in the position of the developers providing models, the brass and why they want this, and the MIC shareholders and what they'd lobby for. Think of these pressures, and ask yourself what kind of direction the project is pushed in

There's some pretty horrifying implications

[–] NuXCOM_90Percent@lemmy.zip 2 points 15 hours ago* (last edited 15 hours ago)

Okay, but what does that mean? How does an llm do that exactly? What are the inputs and outputs?

Not an LLM. An inference model (which... we group in with LLMs these days because stupid).

Let's keep it simple and say you have access to a bunch of traffic cameras. You are on the lookout for... I dunno, let's say a handsome young italian american in a dark green coat with a face mask on.

  1. Run a computer vision tool to identify objects in all of the camera feeds. This is trivially parallelized and often done on the device/hub itself ("edge computing")
  2. Put every feed that triggered "homeboy" into a bucket
  3. Convert that into a more easily worked on bit of data. A CSV of Timestamp, location, and confidence tend to work well
  4. Pass THAT into a different inference model to detect patterns. For example, we had a pip at 4 pm on 5th street and another one at 4:05 pm on 6th street. Make that a possible path that was taken.
  5. Homeboy has maybe six different possible routes he took through the city, and three of them end with the appearance of "handsome young italian american in a dark green coat without a face mask"
  6. One more pass with a different model to collate that with training data ("We tracked Fred walking between cameras") and you now have maybe two probable options, each with their own weight as to likelihood of being the completely innocent young man.

Just apply that on a larger scale using satelite surveillance data, intel on known targets, etc.

Gonna actively ignore all of your obnoxious ad hominem in the attempt to have an actual conversation. Don't prove me the fool for doing so

But we’re specifically talking about grok here. How does grok fit into the process of firing a missile exactly, and what are the incentives built into the system for the people involved?

Which gets us to LLMs. LLMs... are REALLY good at translating from one language to another. For most people, that is natural language (a prompt) to machine instructions that get fed to underlying software ("agentic models" if you want to use buzz words). For ChatGPT that is usually just a google search. Or it is a few bullet points that turn into a letter to Grandma. Or a question that is turned into a non-answer.

And then... the rest is exactly what I said. "Find me all instances of General Whatshisface" is a query that would map to a database lookup that would use the already labeled (either through computer vision or a human analyst) data to find General Whatshisface. And then it is exactly what I said above

The idea is that “AI” is used to detect possible targets and “write the first draft” of the report suggesting a strike based upon available intel. It is then used to flesh out that “draft” into a full report. It is THEN used to determine which reports are valid. And THEN it is used to draft the orders to whoever is firing the missile.