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.

256
Total Articles
410
Contract Awards
160
Community Feedback
5
Daily Briefings
FOUNDRYAPOLLORELEASE

How to optimize time series analysis with foundryTS

Hi all, I would like to perform a fleet analysis based on timeseries data. For that purpose I will use foundryTS library to perform queries on the timeseries. I understand that the analysis can be quite heavy in terms of computation time if I want to analyse 100 aircraft that performed 500.000 flights over the last 5 years. That’s the reason why I’m looking for some best practices with respect to timeseries analysis with foundryTS. Here is my use case: for each flight, I need to extract some features during the take off phase. I need 3 parameters to identify the events during the flight (altitude and engine temperatures), then I want to average 60 parameters over a window of 4 seconds around the identified events. I tried several strategies on a sample of aircraft before launching the analysis on the complete fleet. First strategy: for each msn and each flight (interval is one flight), I first perform an interpolation at 1Hz to align all the data on the same timestamp, then I a

Palantir Community — LatestApr 16, 2026
FOUNDRY

Append from Public slate upload?

How can I append data in a dataset from a Public slate ? How and what should be configured so that the buffer dataset doesn’t get “snapshots” ? https://www.palantir.com/docs/foundry/slate/public-applications-data-upload Alternatively, is it possible to directly upload in a mediaset ? 2 posts - 2 participants Read full topic

Palantir Community — LatestApr 16, 2026
FOUNDRYAIP

Does the loop in Logic execute sequentially for each element or no?

Is the ‘loop’ transform in AIP Logic async or does it run sequentially for all the elements? 1 post - 1 participant Read full topic

Palantir Community — LatestApr 16, 2026
FOUNDRYAIPPARTNERSHIP

Better integration of AIP in Contour

Hello, With the new AIP releases such as AIP Analyst, we can see a good integration with some features of Foundry, however some other ones seems to be left aside such as Contour. Contour is one of OG tools but still pretty popular around - particularly for newcomers or non technical individuals - it is a direct competitor to BI Tools (PowerBI, Qlik) but it does not receive as much improvements as other platform apps ? For example, when working with AIP Analyst, I would like to be able to finalize my analysis with a Contour dashboard so all the work done (tokens spent) can be conclude with an asset. Right now, I have good analysis done by Analyst but I can only print it in PDF ? As well, the integration of AIP Assist with Contour is quite weak - a lot of hallucinations and no cross interactivity. In my opinion, only the +++ feature of Expression works well. 1 post - 1 participant Read full topic

Palantir Community — LatestApr 16, 2026
FOUNDRY

Mati Staniszewski: Modern audio models replicate human speech using neural networks, the importance of text and voice characteristics, and Eleven Labs’ mission to transform business communication | Cheeky Pint

ElevenLabs' AI audio models are set to revolutionize business communication with human-like speech synthesis. The post Mati Staniszewski: Modern audio models replicate human speech using neural networks, the importance of text and voice characteristics, and E…

Crypto BriefingApr 16, 2026
FOUNDRYEARNINGSCRITICISM

Frontend Engineering at Palantir: Polar Scaled Tiles in Zodiac

About this Series Frontend engineering at Palantir goes far beyond building standard web apps. Our engineers design interfaces for mission-critical decision-making, build operational applications that translate insight to action, and create systems that handle massive datasets — thinking not just about what the user needs, but what they need when the network is unreliable, the stakes are high, and the margin for error is zero. This series pulls back the curtain on what that work really looks like: the technical problems we solve, the impact we have, and the approaches we take. Whether you’re just curious or exploring opportunities to join us, these posts offer an authentic look at life on our Frontend teams. In this blog post, Raj, a frontend engineer based in CA, shares shares how rendering accurate circles on maps led him through map projections, spherical trigonometry, and the surprising complexity of visualizing ranges in polar regions. Stay tuned for Part 6. Recently, we

Palantir Blog - MediumApr 16, 2026
FOUNDRY

Setting up end users

I am trying to setup end users for workshop applications. How can I set them up in such a way that they can only access certain modules based on a group? Do I need to create separate ontologies for separate user groups so that they specifically see those objects only? 1 post - 1 participant Read full topic

Palantir Community — LatestApr 15, 2026
FOUNDRY

Navigation between workshop modules

Hi, I wanted to know if there’s a way to navigate to a workshop module from another one based on a field value or a function output. If not, in what other way I can make this work? Also, is there a way to navigate to multiple workshop modules from a single one like a parallel branch? 2 posts - 2 participants Read full topic

Palantir Community — LatestApr 15, 2026
FOUNDRYONTOLOGY

Dynamic Workshop view to PDF export

Hi all, I am looking into a dynamic solution to export a live Workshop view to PDF easily. I have tried using ontology backed functions which allow me to export a Workshop as a PDF via Button and Function backed exporting. I’ve only been able to download a PDF with either static inputs, or some variable inputs, which would me the pdf export look nothing like the actual application. The limitation here is that it seems there is no easy way to obtain the contents of the Workshop in that case. I also looked into the solution of creating a Notepad but that seems a bit too manual, and requires a hardcoded setup, per application. Has anyone explored this problem in more detail? Thanks in advance! 1 post - 1 participant Read full topic

Palantir Community — LatestApr 14, 2026
FOUNDRYRELEASE

PIpelinebuilder - incremental on mediaset

https://www.palantir.com/docs/foundry/announcements/2026-04#incremental-media-set-inputs-now-available-in-pipeline-builder Not seeing this option: 2 posts - 2 participants Read full topic

Palantir Community — LatestApr 14, 2026
FOUNDRY

Is there a way to get the current viewport (date/time range) of a scheduling gantt chart?

I have a workshop with two scheduling gantt charts, and I am trying to sync the view when a user scrolls on one of them. Both charts use the same variables for the timeline start and end timestamps as well as the custom display range start/end timestamps. Looking for a way to sync the views when the user scrolls on one chart. I tried to use a right-click on the the resource row to capture the date/time of the click, but the Selected Start Date workshop variable only seems to be available on actions (not events). If I could save the date/time into a variable on a right-click, I could get the two charts to sync. Better yet, if I could somehow retrieve the dates from the header… e.g. - Are those stored/accessible? 1 post - 1 participant Read full topic

Palantir Community — LatestApr 14, 2026
FOUNDRYONTOLOGYAIP

Cannot Bind Slate Variables to Foundry Function—Custom Endpoints Access Request

Hello, I’ve read through existing posts about calling Foundry Functions (including the thread about AIP Logic Function endpoints), but my situation has some key differences. I’m hoping to get clarity on whether Custom Endpoints access is required, or if there’s another supported pattern I’ve missed. What I’ve Built I have a Python Foundry Function deployed from a Functions repository (not AIP Logic). It’s published to the Ontology and Function Registry: Function Name: market_metrics_kpi Repository Type: Python Functions (not AIP Logic, not TypeScript) Parameters: market (Optional string), quarter (Optional string), asset_type (Optional string) Output: Custom dataclass MarketMetricsKPIResult containing: avgVacancy (float) sumAbsorption (int) sumUnderConstruction (int) marketCount (int) chartData (object with market and vacancy arrays) The Function queries Ontology objects ( MarketMe

Palantir Community — LatestApr 14, 2026
FOUNDRY

Replacing a schedule via API throws Internal Server Error

I am attempting to replace an existing schedule via the REST api (as in the documentation) curl -X PUT -H “Content-type: application/json” -H “Authorization: Bearer $TOKEN” “``https://$HOSTNAME/api/v2/orchestration/schedules/ri.scheduler.main.schedule.5ad5c340-59f3-4a60-9fc6-161bb984f871?preview=true”`` -d ‘{“displayName”:“My Daily Schedule”,“description”:“Run all the transforms at midnight”,“action”:{“abortOnFailure”:false,“forceBuild”:false,“retryBackoffDuration”:{“unit”:“SECONDS”,“value”:30},“retryCount”:1,“fallbackBranches”: ,“branchName”:“master”,“notificationsEnabled”:false,“target”:{“type”:“manual”,“targetRids”:[“ri.foundry.main.dataset.b737e24d-6b19-43aa-93d5-da9fc4073f6e”,“ri.foundry.main.dataset.d2452a94-a755-4778-8bfc-a315ab52fc43”]}},“trigger”:{“type”:“time”,“cronExpression”:“0 0 * * *”,“timeZone”:“UTC”},“scopeMode”:{“type”:“user”}}’ as per the documentation here. https://www.palantir.com/docs/foundry/api/v2/orchestration-v2-resources/schedules/re

Palantir Community — LatestApr 14, 2026
FOUNDRYRELEASE

Feature Request: Limits for Incremental Pipeline Builder Inputs

It’s awesome that Pipeline Builder is starting to incorporate incremental inputs ( April 2026 • Announcements )! I have very large builds that take days or sometimes weeks to run, and I am only able to manage OOM errors by limiting incremental builds in Code Repos ( Limit batch size of incremental inputs ). Can batch size limits please be added to Pipeline Builder’s incremental inputs? Is there a timeline for batch size limits in Pipeline Builder? 2 posts - 2 participants Read full topic

Palantir Community — LatestApr 14, 2026
FOUNDRYPARTNERSHIPRELEASE

Best approach to migrate data pipelines from Palantir to Databricks?

I’m looking for guidance on replatforming a data pipeline from Palantir to Databricks, with an additional requirement to keep both systems in sync during the transition. Currently, the pipeline consists of multiple source tables that are cleaned and then unioned with other tables to produce a set of downstream datasets. These final datasets are used by a workshop application. A key requirement is to sync these pipelines with Databricks —whenever new data arrives in Palantir datasets, it should also be propagated to Databricks (ideally in near real-time or via incremental updates). I’m trying to understand the best approach to both sync and migrate this pipeline efficiently and reliably. Some specific questions I have: What’s the recommended strategy for syncing new/updated data from Palantir into Databricks? Should this be handled via batch jobs, streaming, or CDC (change data capture)? What’s the best way to translate transformations into Databricks (e.g., Spa

Palantir Community — LatestApr 14, 2026
FOUNDRYEARNINGS

Media analysis of the video to detect labels

Looking for solutions on Media analysis of the video to detect pre-defined labels and provide time the label was detected in the video. perform video recognition of warning signs: Use the Video Display widget or a data pipeline to extract key frames from your videos. Apply a machine learning model (such as an object detection or image classification model) to those frames, run inference using a pre-trained or custom-trained model. Store and visualize the results in Foundry, linking detected warning signs back to the original video data.strong text 1 post - 1 participant Read full topic

Palantir Community — LatestApr 14, 2026
FOUNDRY

Keith Rabois: Product managers are evolving into strategic CEOs, AI will transform career paths across industries, and mobile coding is reshaping tech work habits | Lenny’s Podcast

AI's transformative impact on careers demands adaptability, while mobile coding reshapes engineering work habits. The post Keith Rabois: Product managers are evolving into strategic CEOs, AI will transform career paths across industries, and mobile coding is …

Crypto BriefingApr 14, 2026
FOUNDRYPARTNERSHIPRELEASE

Rio Tinto Group Digital Transformation Strategy Analysis Report 2025: Accelerators, Innovation Programs, Technology Initiatives, ICT, Partnerships, Investments & Acquisitions, Network Map

Rio Tinto's key market opportunities include leveraging digital transformation and innovation programs, expanding tech-focused partnerships, and launching new tech initiatives to enhance mining and processing operations across diverse regions such as Europe, …

GlobeNewswireApr 12, 2026