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.

3578
Total Articles
584
Contract Awards
240
Community Feedback
5
Daily Briefings
GENERAL

Peter Thiel Warns of Coming Antichrist in Rome Lectures as Tech Billionaire Sparks Global Debate

ROME — Peter Thiel, the billionaire co-founder of PayPal and Palantir Technologies and a longtime influential voice in technology and conservative politics, delivered a series of provocative closed-door lectures in Rome in March 2026 that have ignited intense…

Ibtimes.com.auApr 22, 2026
GENERAL

Why Are Palantir and OpenAI Scared of Alex Bores?

HN Discussion — 0 comments · 4 points.

Hacker NewsApr 22, 2026
GENERAL

Why Are Palantir and OpenAI Scared of Alex Bores?

HN Discussion — 0 comments · 4 points.

Hacker NewsApr 22, 2026
FOUNDRY

We translated the Palantir manifesto for actual human beings

HN Discussion — 1 comments · 5 points.

Hacker NewsApr 22, 2026
GENERAL

Alarms Sound over 'Technofascist' Palantir Manifesto

HN Discussion — 3 comments · 12 points.

Hacker NewsApr 22, 2026
ONTOLOGYRELEASE

How can I start a draft from an "older" version from Devops?

I created multiple versions for my product in Devops. I created version 1.0.0. This version was even installed via marketplace. Then I created version 1.0.1, and upgraded the installation. Then I recalled version 1.0.1 because I made a mistake in it (by adding the wrong object types, etc.) Now I want to create 1.0.2 and I want to start from 1.0.0 as there are dozen of object types, links, actions, etc. that I would need to change and this is painful. Can I directly start my new draft from 1.0.0 ? How ? 1 post - 1 participant Read full topic

Palantir Community — LatestApr 21, 2026
ONTOLOGY

How to understand overlap of objects/ontology resources between marketplace product installations?

I have two marketplace products. The first product included Object Type A. The second product included Object Type A (by mistake) and Object Type B. So when I install my two products, there is some overlap - where Object Type A has been installed twice. How can easily detect those overlap ? And even clean up the installations (aka delete Object Type A created by the second package) More broadly, is it possible to understand overlap between: installation and installation ? installation and non-installed product ? product and product ? Of course, in real world scenario, this can happen with many objects/actions/functions/etc. overlapping. 1 post - 1 participant Read full topic

Palantir Community — LatestApr 21, 2026
GENERAL

Is it possible to hide the Palantir logo in a Developer Console application "authorization screen"?

Is it possible to change or remove the Palantir logo in Deverlope console authorization screen ? 2 posts - 1 participant Read full topic

Palantir Community — LatestApr 21, 2026
FOUNDRYAIPEARNINGS

Need access to Foundry

Hi, I’m currently taking the “Speedrun Your First AIP Workflow” course on Palantir Learn. I’ve completed the setup steps but don’t have access to a Foundry instance. Is there a way to request access to a training or sandbox environment to follow along hands-on? Thanks in advance! 3 posts - 3 participants Read full topic

Palantir Community — LatestApr 21, 2026
FOUNDRYAIP

Best approach for incremental processing when S3 source provides full snapshots

We’re ingesting data from an S3 bucket where an upstream Spark job writes a full snapshot (single file, fully replaced) on a scheduled basis. Each snapshot contains all rows — both unchanged and new/modified records. Our data has a unique key and a last-modified timestamp column. Our challenge is that we don’t want to process the entire snapshot through our downstream Pipeline Builder pipelines every time, as they include compute-heavy transforms and LLM calls. Our current approach is to use a Python transform to compare each new snapshot against the previous state, detect only the new and modified rows (delta), and append only the delta to a master dataset. This allows downstream Pipeline Builder pipelines to read the master dataset with the incremental input toggle enabled, processing only the newly appended rows. The Pipeline Builder output is then set to Snapshot Replace for deduplication. However, since the Snapshot Replace output is a replace transaction, any further downstream

Palantir Community — LatestApr 21, 2026
FOUNDRYAPOLLOEARNINGS

Zero-shot TimesFM on Foundry: Model Adapter + Live Inference pattern — and three questions

Shipped this last week and figured I’d share the shape, because honestly I couldn’t find anyone on here who had done TimesFM on Foundry yet and I’d rather compare notes than keep guessing alone. If someone has a cleaner version of this I’d genuinely like to hear it. One note before the code — yes, Model Studio already has a native time-series forecasting trainer (AutoGluon under the hood, ensembles AutoETS, DeepAR, PatchTST, TFT, TiDE, Theta). If you have labeled history per series, start there. This post is for the neighbouring case: cold-start series, brand-new sources, no labeled history yet — where supervised per-series training doesn’t really apply and a zero-shot foundation model can carry you until you’ve accumulated enough training data to go back to Model Studio. The shape, short version: checkpoint as a Foundry dataset → Model Adapter → Live Deployment → named Function → Workshop widget. No fine-tuning. Bence TimesFM is good enough zero-shot for daily-granularity foreca

Palantir Community — LatestApr 21, 2026
PARTNERSHIP

Parameter constraints based on another parameters selected values

Hi All, So I was wondering if it was possible to change a parameters constraint based on another parameters selected values within the same action type. Basically I have two parameters that would both ideally be drop downs. The first parameter has options I manually entered let’s say “Category1”, “Category2”, and “Category3”. Then depending on what the user selectes let’s say Category1 and Category3, then the 2nd parameter would be visible and its constraints would be “Subcategory1.1, Subcategory1.2,Subcategory3.1, Subcategory3.2”. I know about the overrides but it seems very limitied and if I went that route it would be very tedious. Let me know if there is another route that makes more sense. 1 post - 1 participant Read full topic

Palantir Community — LatestApr 21, 2026
GENERAL

Deep Dive: Data Connection Issue

I am going through the Deep Dive: Creating your first data connection. Under configure certificates it says to click on more options to add a server-certificate. That is no longer valid. When I try to create a certificate bundle I get a pop-up stating “Successfully created server certificate bundle with RID ri.connectivityconfig..server-certificate-bundle.30b5043b-c15a-4cc1-a7e3-0c0a804b3cb8”, but when I try to add there aren’t any certificates available to add. I am not sure how to get past this error. 1 post - 1 participant Read full topic

Palantir Community — LatestApr 21, 2026
FOUNDRYONTOLOGYRELEASE

How can I call Foundry APIs from Foundry itself?

For example, if I want to leverage ontology APIs, grab build history, or update users programmatically? 2 posts - 1 participant Read full topic

Palantir Community — LatestApr 21, 2026
FOUNDRYPARTNERSHIPCRITICISM

Feature Request: Programmatic Webhook Management in Data Connection

Summary Data Connection webhooks currently require 100% manual configuration through the UI — there is no API, CLI, SDK, or automation support for creating, reading, updating, or copying webhooks between sources. This makes webhook management highly “click-ops” and creates significant friction for teams managing webhooks across environments (dev → staging → prod). Problem Statement Webhooks are a critical integration capability , enabling Foundry applications to interact with external systems in real time. However, the current workflow for managing them has several pain points: No programmatic access — There is no API to read or write webhook configurations. Every webhook must be manually created and configured through the Data Connection UI. No environment promotion path — When moving from dev to prod, teams must manually recreate each webhook on the production source by hand, copying over the HTTP method, path, headers, query parameters, body templates,

Palantir Community — LatestApr 21, 2026
FOUNDRYEARNINGS

Standard Chart filter interaction

Hello! I’m new to the workshop and still need to learn a lot! I’m seeking for a help or assistance. In the workshop, I created a filter list. Using the same object set and the filter output as a selection, I created both a bar chart and a pie chart. However, they are grouped by different categories. Is there a way to make these two charts interact with each other—similar to a contour analysis—so that selecting or drilling down in one chart affects the other? 1 post - 1 participant Read full topic

Palantir Community — LatestApr 21, 2026
GENERAL

Federal Filings Show Yale Trustees Made No Donations to Republicans From 2024 to 2026

"Members of the Yale Corporation donate almost exclusively to Democrats." The post Federal Filings Show Yale Trustees Made No Donations to Republicans From 2024 to 2026 first appeared on Le·gal In·sur·rec·tion.

Legalinsurrection.comApr 21, 2026
CONTRACT

The Technological Republic, in brief

In which a defense contractor lays its anti-democratic, pro-fascist ideology bare.

Werd.ioApr 21, 2026
← PreviousPage 116 of 199Next →