News & Intel

Live

Daily AI-curated intelligence on Palantir Foundry, Ontology, AIP, Apollo, contracts, and community feedback. Updated automatically via GitHub Actions every day at 7 AM UTC.

3636
Total Articles
587
Contract Awards
240
Community Feedback
5
Daily Briefings
CONTRACT

The Pentagon Picks Musk’s Grok Amid the Anthropic Standoff

The Pentagon continues to search for the AI ​​tool that meets all its requirements and needs. While Anthropic and the US Department of Defense remain

Android HeadlinesMar 1, 2026
CONTRACTCRITICISM

Is Germany Ready for War?

Even if the US government is currently dampening the war fever a bit, at least as far as Russia is concerned, the Germanic march eastward is supposed to resume the momentum. The post Is Germany Ready for War? appeared first on Global Research.

Globalresearch.caMar 1, 2026
CONTRACT

Trump bans Anthropic AI from federal agencies after firm refuses to unlock capabilities — Anthropic cites risks of autonomous military applications, mass domestic surveillance

"We don’t need it, we don’t want it, and will not do business with them again," said Trump.

Tom's Hardware UKMar 1, 2026
GENERAL

Why ads funded by AI groups aren't about AI: From the Politics Desk

In today’s edition, Ben Kamisar digs into how AI super PACs are getting involved in the midterms with tens of millions of dollars at their disposal.

NBC NewsMar 1, 2026
CONTRACTPARTNERSHIP

Sam Altman tells staff at an all-hands that OpenAI is negotiating a deal with the Pentagon, after Trump orders the end of Anthropic contracts

The negotiations come as rival Anthropic is locked in a more contentious standoff with U.S. defense officials.

FortuneMar 1, 2026
CONTRACT

Trump orders federal ban on Anthropic software over 'leftist' restrictions on military AI use

US President Trump ordered all federal agencies to cease using Anthropic’s Claude AI, citing a refusal to allow unrestricted military use. He has set a six-month phase-out for the DOD.

The Jerusalem PostMar 1, 2026
CONTRACT

Hegseth Designates Anthropic As Supply Chain Risk After Trump Bans Government Us

Anthropic rejected a request from the Pentagon to allow it to have unrestricted access to its AI model, taking issue with the agency using the model for mass surveillance and fully autonomous weapons.

ForbesMar 1, 2026
CONTRACT

White House Moves to End Federal Use of Anthropic’s Claude AI

The White House is telling federal agencies to stop using Anthropic’s artificial intelligence (AI) products, a sharp escalation in a dispute that started inside the Defense Department but now touches the broader government. The Wall Street Journal (WSJ) repor…

pymnts.comMar 1, 2026
GENERAL

Anthropic calls Pentagon's supply chain risk tag 'unprecedented', vows to challenge in court

The company argued that current frontier AI models are "not reliable enough" for fully autonomous weapons and warned that such use could endanger US troops and civilians.

MoneycontrolMar 1, 2026
CONTRACTPARTNERSHIPRELEASE

OpenAI reaches deal to work with Dept. of Defense classified documents, CEO Altman announces

“Tonight, we reached an agreement with the Department of War to deploy our models in their classified network,” Sam Altman said in a statement.

The Jerusalem PostMar 1, 2026
CONTRACTPARTNERSHIPCRITICISM

Anthropic's dispute with the DOD raises critical questions for US military partners like Nvidia, Google, Amazon, and Palantir, which work closely with Anthropic (Wired)

Wired: Anthropic's dispute with the DOD raises critical questions for US military partners like Nvidia, Google, Amazon, and Palantir, which work closely with Anthropic  —  Anthropic says it would be “legally unsound” for the Pentagon to blacklist its technolo…

Techmeme.comMar 1, 2026
CONTRACT

Anthropic and Palantir Bring Claude to U.S. Intelligence and Defense (2024)

HN Discussion — 0 comments · 1 points.

Hacker NewsMar 1, 2026
FOUNDRYONTOLOGY

Dynamic Group-By in Function-Backed Workshop Chart Breaks “Selection as Filter” Mapping

Hello, I’m building a Workshop dashboard in Palantir Foundry using a function-backed bar chart over an Ontology ObjectSet. The chart allows users to select a group-by dimension from a dropdown (e.g., different properties) and displays the Top N by a chosen measure. Users can also filter between “Hit” and “Miss” before aggregation. The issue arises when I try to use the “Selection as filter” feature to filter a table or another visualization based on the bar chart selection. Workshop requires mapping the selection to a specific Object Type and Property. However, since my group-by property is dynamic (changes with the dropdown), the filter mapping breaks when the group-by changes, and filtering no longer works as expected. Is there a best practice or workaround for enabling selection-based filtering when the group-by property is dynamic in a function-backed chart? Thanks 1 post - 1 participant Read full topic

Palantir Community — LatestFeb 28, 2026
ONTOLOGYRELEASE

Edit inline Object properties Ontology with Action Typescript

Hello, I’m using inline editing on several properties, but I’m encountering a problem because some properties need to be calculated based on others. For example: a date, Forecast Date = T0 + 3 days. So when I perform inline editing on T0, the Forecast Date needs to update. How can I perform this calculation within my editable action without using a TypeScript function? Because inline editing doesn’t support TypeScript. Thank you for your help. 4 posts - 2 participants Read full topic

Palantir Community — LatestFeb 28, 2026
ONTOLOGYRELEASE

Edit inline Object properties Ontology with Action Typescript

Hello, I’m using inline editing on several properties, but I’m encountering a problem because some properties need to be calculated based on others. For example: a date, Forecast Date = T0 + 3 days. So when I perform inline editing on T0, the Forecast Date needs to update. How can I perform this calculation within my editable action without using a TypeScript function? Because inline editing doesn’t support TypeScript. Thank you for your help. 1 post - 1 participant Read full topic

Palantir Community — LatestFeb 28, 2026
ONTOLOGYAIP

Error in Ontology SQL Tool during AIP Logic LLM Calls

I am trying to use the LLM in AIP Logic with the Ontology SQL Tool. My objective is to make the AI Agent do a quick analysis about an ontology type. However, the Ontology SQL Tool produces wrong SQL, and the error message is unclear: SQL Syntax Error: Unknown SQL parsing error at line -1, column -1 near: SELECT `employeeId` AS `employeeId`, SUM(`duration`)/3600.0 AS `total_hours`, SUM(IF(`date` IN ('2026-01-25','2026-01-31','2026-02-01','2026-02-07','2026-02-08','2026-02-14','2026-02-15','2026-02-21'), `duration`, 0))/3600.0 AS `weekend_hours` FROM `TimesheetItems` WHERE `date` >= '2026-01-25' AND `date` <= '2026-02-21' AND `employeeId` IN (1,2,3) GROUP BY `employeeId` ORDER BY `employeeId`; (dialect: SPARK) In one case, the same error “Unknown SQL parsing” happened 3 times in a row. My current prompt is: Generate a summary of the team's effort over the last 4 weeks for a weekly report to the team lead. Consider 4 weeks from the last Sunday. **Employe

Palantir Community — LatestFeb 28, 2026
FOUNDRYRELEASE

Rolling Window Dataset

What options are there for creating a rolling window dataset? In my scenario, I have an incremental pipeline that reads from a snapshot dataset that is updated daily and only the data for the current day is written to the incremental dataset. After 365 days I will have 1 year’s worth of data. For rows with a timestamp older than 1 year, they should not be in the incremental dataset. 2 posts - 2 participants Read full topic

Palantir Community — LatestFeb 28, 2026
ONTOLOGYAIP

Bug Report: Action type used by Agent displays "0 Dependents"

While cleaning up my ontology and deleting unused actions, I noticed that AIP Agent Studio is using some actions that are showing zero dependents in the action type overview. Please add AIP Agent Studio to the action type dependents in order to prevent against accidentally deleting these action types that agents depend on. 1 post - 1 participant Read full topic

Palantir Community — LatestFeb 28, 2026
← PreviousPage 188 of 202Next →