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
CONTRACTPARTNERSHIP

Pentagon to integrate Musk’s Grok AI into classified military systems – media

The Pentagon has reportedly signed an agreement with Elon Musk’s xAI to integrate its Grok chatbot into classified military systems Read Full Article at RT.com

RTFeb 25, 2026
CONTRACT

Hegseth pressures Anthropic to give military broader access to its AI tech, AP source says

Defense Secretary Pete Hegseth is pressuring Anthropic to give the military broader access to its artificial intelligence technology or lose its Pentagon contract. Hegseth gave Anthropic's CEO a Friday deadline to open its AI tech for unrestricted military us…

Associated PressFeb 25, 2026
EARNINGS

US retail investors fuel surge in leveraged ETF trading, study shows

PROVIDENCE, Rhode Island, Feb 24: Nearly 90 per cent of all the trading in leveraged single-stock ETFs in the U.S. market can be traced to transactions by  individual investors, according to a new study co-authored by Direxion, a provider of those ETFs, toget…

CNAFeb 25, 2026
CONTRACT

Hegseth and Anthropic CEO set to meet as debate intensifies over the military's use of AI

Defense Secretary Pete Hegseth plans to meet with the CEO of Anthropic

Abcnews.comFeb 25, 2026
CONTRACT

Hegseth and Anthropic CEO set to meet as debate intensifies

Defense Secretary Pete Hegseth plans to meet with the CEO of Anthropic

Abcnews.comFeb 25, 2026
CONTRACT

Hegseth and Anthropic CEO set to meet as debate intensifies over the military's use of AI

Defense Secretary Pete Hegseth plans to meet Tuesday with the CEO of Anthropic, with the artificial intelligence company the only one of its peers to not supply its technology to a new US military internal network.

The Times of IndiaFeb 25, 2026
CONTRACT

Hegseth and Anthropic CEO to meet over military AI use

Defense Secretary Pete Hegseth is pressuring Anthropic to give the military broader access to its artificial intelligence technology or lose its Pentagon contract

WFTV OrlandoFeb 25, 2026
CONTRACT

Hegseth and Anthropic CEO to meet over military AI use

Defense Secretary Pete Hegseth is pressuring Anthropic to give the military broader access to its artificial intelligence technology or lose its Pentagon contract

ActionNewsJax.comFeb 25, 2026
GENERAL

Palantir sues magazine that revealed Switzerland rejected its approaches

HN Discussion — 1 comments · 6 points.

Hacker NewsFeb 25, 2026
GENERAL

Typescript function : Create a condition in action create

Hello, In my action create in typescript, i will like to create a condition in the two or three columns. Example: In my action create, i would like to have : ````if First 1 = ‘C0 - No Root Cause Found’ and Second 2 = ‘C01 - No Fault Found’ then Second3 = ‘Has not been able to reproduce the default’```` First1 Second 2 Second 3 C0 - No Root Cause Found C01 - No Fault Found Has not been able to reproduce the default C02 - No Root Cause Found Default has been reproduced but the Root Cause has not been found C1 - MACHINERY / EQUIPMENT C11 - Maintenance Issue caused by inadequate preventive or corrective maintenance (e.g., lubrication, filters). C12 - Tooling / Fixtures Issue caused by broken, worn, or incorrect tools, jigs, or fixtures. C13 - Machine Failure Unanticipated hardware failure or breakdown of the equipment. C14 - Software / CNC Issue caused

Palantir Community — LatestFeb 24, 2026
FOUNDRYONTOLOGY

Module Not Found: @foundry/functions-api in TypeScript v2 Repository

Issue Description: I am following the “Building Your First Ontology Function” speedrun. In a new TypeScript v2 repository, the environment is failing to resolve @foundry/functions-api and @foundry/ontology-api . Error Message: Cannot find module '@foundry/functions-api' or its corresponding type declarations. Details & Context: Environment: Code Repositories, TypeScript v2. Steps Taken: Import Ontology resources ( Clinic , Financial ) via the Resource Imports side panel. Restarted Code Assist and refreshed the browser multiple times. Verified functions.json has enableResourceGeneration: true . Observations: Even after adding resources, the “Generating Types” progress bar completes, but the red squiggles remain on the @foundry imports. The environment appears unable to “materialize” the virtual packages required for the logic. Desired Outcome: Seeking guidance on forcing the TypeScript v2 la

Palantir Community — LatestFeb 24, 2026
FOUNDRY

Error: Code references a non-dataset resource (ri.blobster.main.configuration)

I’m running into an issue in a Python Code Repository while trying to ingest a raw JSON file The Error: Code references a non-dataset resource: ri.blobster.main.configuration.bf6ec23e-bee6-46ef-a13d-fbbcd9dba4cd Context I have imported the raw data into my project.The file is a JSON Lines file.I am using the following decorator: @transform ( my_input=Input(“/Path/to/my/raw_data_folder”), # Points to the folder/file output=Output(“/Path/to/output_dataset”) ) I’ve verified the path matches the Foundry filesystem, but it seems Foundry is resolving the path to a configuration or folder type rather than a dataset type How can I reference a raw uploaded JSON file as an Input if it hasn’t been “serialized” as a dataset yet? Do I need to use FileSystem access differently, or is there a way to force Foundry to treat this RI as a valid input? 3 posts - 2 participants Read full topic

Palantir Community — LatestFeb 24, 2026
FOUNDRYONTOLOGY

Object type backing dataset

In ontology manager I have created an object type with a new backing dataset. I have create action with which I created multiple objects. In object explorer I find all the objects created. But I am not finding in the dataset. Can you please help me understand why? what needs to be done to see the data in backing dataset? Thank you!! 2 posts - 2 participants Read full topic

Palantir Community — LatestFeb 24, 2026
GENERAL

Speedrun End to End workflow

When searching for “ Speedrun: Your First End-to-End Workflow” in marketplace no results are showing up. How can I find this product in marketplace ? 2 posts - 2 participants Read full topic

Palantir Community — LatestFeb 24, 2026
GENERAL

Horizontal Scroll for the Gantt Chart

(topic deleted by author) 1 post - 1 participant Read full topic

Palantir Community — LatestFeb 24, 2026
GENERAL

Horizontal Scroll for the Gantt Chart

Is there potential to edit the gantt chart widget to add a horizontal scrolling feature? My organization to using the gantt chart for a long term calendar projecting out over 2+ years. I’m using preset variables and the date input to adjust the end dates of the calendar but I’m hoping to add the scrolling option for users more familiar with the old excel format we are migrating from. Is there potential in a custom widget with the right code? After asking Claude for help, it appears I can try adding a CSS scrollable container by adding a <div and setting the overflow x and y to auto. I’ll take the code Claude gave me and try it out tomorrow. Thanks, Ryan 1 post - 1 participant Read full topic

Palantir Community — LatestFeb 24, 2026
ONTOLOGY

Typescript function error

Hi, I was working on a typescript function where I needed to import 4 object types. Initially, when I imported the objects it showed them under the object types section. But after some time the attached error message came up and all the objects were missing. Also, I am unable to add the objects again. Is this an error from my end or something to do with the application? 2 posts - 2 participants Read full topic

Palantir Community — LatestFeb 24, 2026
AIPEARNINGS

Problem signing in with passkey to aip-developer account

I created an AIP Developer account last week, to learn about the platform since I am currently job hunting. Today I have not been able to sign back in with the passkey nor able to reset the passkey. Not sure if its an issue with the system or my account? Thanks Mark 2 posts - 1 participant Read full topic

Palantir Community — LatestFeb 24, 2026
← PreviousPage 196 of 202Next →