"Its primary role is to streamline what's known as a 'kill chain' – a military concept which identifies the sequence of an attack. That would include surveillance, gathering intelligence, selection and then ultimately striking a target.

AI could significantly reduce the time for each step, and the personell required to do it. For example #Maven (the #Anthropic and #Palantir system) claims that their technology allowed one unit of just 20 people to do the work of 2,000 staff. Speed is what's being sold here.

Most of these AI tools collate, analyse and synthesise data in what is known as 'Decisions support systems.' Theoretically, decisions support systems just make military reccomendations and require human oversight. However, that oversight may not be very effective.

People have an automation bias, which is a tendency for humans to favor suggestions made by automated systems like AI. So that oversight is really superficial in practice, especially in the military space where the automation bias is the worst. Human beings just become rubber stamps at that point."

https://www.france24.com/en/middle-east/20260321-streamlining-the-kill-chain-how-ai-is-changing-modern-warfare-iran

#Military #Pentagon #AI #LLM #Iran #Trump #GOP #Surveillance #Bias #Skynet #ReverseCentaur

Streamlining the kill chain: how AI is changing modern warfare

The US-Israeli war with Iran has put AI use in defence systems in the spotlight like never before. AI's exact role in the military, its accuracy and possible repercussions are slowly beginning to emerge – but the extent of its use and role in the war so far still largely remain a mystery. 

FRANCE 24

I’ve started thinking about AI skills the same way I think about libraries: if they matter across projects, they should be packaged, versioned, and reused properly.

In this tutorial, I show how to package reusable Quarkus and IBM Bob skills with SkillsJars and Maven instead of copy-pasting https://SKILL.md files across repos.

https://www.the-main-thread.com/p/skillsjars-for-java-package-reusable

#Java #Quarkus #Maven #AICoding #DevTools

Bushehr nuclear plant hit, couple hours ago.

t'd place the hit around 0900EST ish. Late afternoon/early eve Iranian local time.

They have hit AROUND the plant, before, but this was inside perimeter of the plant itself.

If they have that bullshit LLM maven palantir targeting, it's just a matter of time until they hit vessel building.

THAT will be a HUUUUUGE fucking mistake.

https://www.aljazeera.com/news/2026/4/4/iaea-says-projectile-hits-near-irans-bushehr-nuclear-plant-killing-one

#TurdReich #OperationEpsteinFury #Iran #USMilitary #palantir #maven #USPol

Released version 1.0.1 of my #Native #Image #Config transformer plugin for the #Maven #Shade plugin that also deals with types defined in reachability-metadata-schema-v1.2.0.json format:

https://codeberg.org/michael-simons/native-image-config-transformer

Useful if you need to shade some stuff in your projects that comes with #GraalVM config settings.

native-image-config-transformer

Additional transformers for the Maven shade plugin dealing with GraalVM native image configuration files.

Codeberg.org

After 3 years of existence, we made a tough decision today, that we solemnly announce here: The Maveniverse team (after a heated debate), unanimously decided to rename the organization to Gradeliverse!

(and let me leak our super secret rebranding makeover)

#maven #maveniverse #gradle #april1st

The AI War on Iran: Project Maven, a Secretive Palantir-Run System, Helps Pentagon Pick Bomb Targets

The Trump administration says the United States has struck 11,000 targets in Iran since the U.S.-Israeli war on the country began. Critics have questioned the accuracy of the Maven system, the artificial intelligence system used by the military to speed up the process of identifying targets. “Imagine Google Earth for war, a map of war with white dots, infused with information like elevation, coordinate, what is precisely there, whether it’s friendly or foe,” says Katrina Manson, a reporter for Bloomberg News and author of Project Maven: A Marine Colonel, His Team, and the Dawn of AI Warfare. The Pentagon launched Project Maven in 2017. Google was an initial partner, but the company pulled out after over 3,000 Google employees signed a letter opposing the work. The big data firm Palantir then took over the project and has run it ever since.

Democracy Now!

Does publishing snapshots to Maven Central fail for anyone else, or is this just me?

#Maven #MavenCentral #Sonatype #Snapshot

Came up with this little “trick” to play around interactively with packages and APIs in jshell (Java's interactive shell) when developing a Maven-based project:

# Gather dependency classpath
mvn dependency:build-classpath -Dmdep.outputfile=deps.cp.txt

# run interactive shell
CLASSPATH=$(cat deps.cp.txt) jshell

Now classes can be imported inside the interactive shell from any libraries used in your project. So that you could experiment with things iteratively.

#java #Maven #jshell #coding

Maven ist eines der zentralen Werkzeuge im Java-Ökosystem. Wenn du damit wenig Erfahrung hast, wirkt es am Anfang oft sperrig und unnötig komplex. In der Praxis löst Maven jedoch sehr konkrete Probleme: wiederholbare Builds, saubere Abhängigkeiten und eine klare Projektstruktur. Sobald du das Gr

https://magicmarcy.de/maven-fuer-einsteiger-struktur-abhaengigkeiten-und-build-cycle

#Maven #Build #BuildCycle #Java #Programming #Dependency #Plugin #Projektmanagement

Maven für Einsteiger: Struktur, Abhängigkeiten und Build Cycle | magicmarcy.de

Maven ist eines der zentralen Werkzeuge im Java-Ökosystem. Wenn du weniger als ein Jahr Erfahrung hast, wirkt es am Anfang oft sperrig und unnötig komplex. In der Praxis löst Maven jedoch sehr konkrete Probleme: wiederholbare Builds, saubere Abhängigkeiten und eine klare Projektstruktur. Sobald du das Grundprinzip verstanden hast, wird Maven eher Werkzeug als Hürde.

magicmarcy.de