News & Intel
LiveDaily AI-curated intelligence on Palantir Foundry, Ontology, AIP, Apollo, contracts, and community feedback. Updated automatically via GitHub Actions every day at 7 AM UTC.
OpenAI strikes deal with Pentagon following Claude blacklisting — Anthropic to challenge supply chain risk designation in court
Altman’s announcement came not long after President Trump “ordered” every federal agency to immediately stop using Anthropic's technology.
20VC x SaaStr This Week: Anthropic Wiped $20B Off Cybersecurity, 100K Deca-Millionaires Are Coming, and Why Every B2B Product Feels Dated Now
With Harry Stebbings, Jason Lemkin, and Rory O’Driscoll Anthropic wiped $20 billion off cybersecurity stocks with a single product release. The Citrini research piece predicting a “2028 Global Intelligence Crisis” sent shockwaves through the market. Figma pos…
OneMedNet Announces Next Phase of Commercial Launch with its Real-World Data (RWD) Platform powered by Palantir Foundry
OneMedNet Announces Next Phase of Commercial Launch with its Real-World Data (RWD) Platform powered by Palantir Foundry....
Trump bans Anthropic from government use
After months of increasingly heated rhetoric between the Defense Department and leading AI company Anthropic over the military’s use of its systems, President Donald Trump announced Friday afternoon that he was banning federal agencies from using Anthropic’s …
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.
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
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
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
Contour Chart Map Layer Title
How can I update the name of a Layer in a contour chart? I am using it in a notepad template and it’s not meaningful to say Layer 1 (Point) in the legend. 1 post - 1 participant Read full topic
Discord delays controversial age verification rollout, saying it "missed the mark" following community outcry
Discord co-founder and chief technology officer Stanislav Vishnevskiy has announced the company is delaying the global rollout of its controversial age verification requirements, admitting it "missed the mark". Read more
New to platform__Is there a way to dynamically update the mediaset?
I created a pipeline for text extraction from pdfs. Now when I upload new pdf’s to the media set over time, how do I make the the pipeline recognise the changes and dynamically update the knowledge tree. 2 posts - 2 participants Read full topic
Ontology-as-Code repo — Tag & Release fails due to missing foundry-cli JAR (404)
Hello everyone, I am trying to work with Ontology-as-Code in Foundry. From the Ontology Manager, I selected “Ontology as Code Repo” , which initialised the core repository successfully. However, when I attempted to perform Tag & Release , the process failed with an error related to downloading the Foundry CLI JAR file. Error Summary The release workflow attempts to download: foundry-cli-0.282.0.jar but fails with: 404 Not Found It also attempts to access a local path: .//foundry-cli-0.282.0.jar which does not exist. Additional Details The error message suggests: The artifact could not be downloaded The local fallback path is invalid Possible misconfiguration of environment variables (e.g., JEMMA_TAG ) Context Repo created via Ontology Manager → Ontology as Code Repo Core repo initialised successfully Running Tag & Release locally No manual changes to release scripts Any guidance on the pro
Question about Automate in foundry
I have a Automation running on all objects has 75k Objects I am performing an action to update the values in a object when I put the batch size 999 with 1 batch run parllel hit execute comes out 76 batches- turns out of 75k objects I see 58k are completed but 17k are not completed I retry the failed batches I can see 67 batches re running is there anyway that I can solve this issue or is there any way that I can re trigger this retry failed batches? 1 post - 1 participant Read full topic
The Weekly Dirt: Palantir heads to Miami, but will the real estate impact match Citadel’s?
Palantir Technologies took to X this week to announce its move to Miami. The publicly traded AI software firm, led by CEO Alex Karp, is leasing space at Industrious, a co-working space in Aventura. Boosters of Miami real estate rejoiced, but will the move, a…
Developer Console, unscoped application & Ontology SDK docs
Per a recent announcement: can an Unscoped Developer Console application automatically access and generate Ontology SDK documentation for Projects it has access to? The announcement seems to indicate yes, but I wanted to double-check with the community. ” … Developer Console applications can now be unscoped , giving you full access to Developer Console features that were previously unavailable with standalone OAuth clients, including: Documentation (OSDK, Platform APIs, development) …. “ https://www.palantir.com/docs/foundry/announcements/#create-unscoped-developer-console-applications 1 post - 1 participant Read full topic
Feature request: Add MCP tools for managing Object Type Groups
The Palantir MCP server currently has no tools for creating, updating, or assigning Object Type Groups (type groups). Groups are a core organizational primitive in Ontology Manager, but they can only be managed through the UI — there is no programmatic access via MCP, API, or SDK. Requested Tools list_object_type_groups — List all groups in an ontology create_object_type_group — Create a new group with displayName and description assign_object_type_to_group — Add an object type to one or more groups remove_object_type_from_group — Remove an object type from a group Alternatively, a typeGroups field on create_or_update_foundry_object_type would also work. 1 post - 1 participant Read full topic
Accessing non https URLs via Workshop
We’re trying to launch a desktop application from a Workshop button using a custom protocol (e.g. lviewer:// ). Observations in our FDP environment: Typing lviewer:// (or music:// ) directly into Chrome works as expected. Triggering the same protocol from: Workshop “Open URL” event Slate (Code Sandbox) via window.open() Slate <a href="lviewer://"> link results in nothing happening (no new tab, no prompt). Even window.open("https://www.google.com") from Slate does not open a new tab, suggesting navigation is sandboxed. Is access to non-HTTPS schemes (custom protocol handlers) intentionally blocked from Workshop/Slate surfaces? If so, is there any supported way to launch a desktop app via deep link from Foundry (e.g., via a permitted navigation mechanism)? Thanks in advance. 3 posts - 2 participants Read full topic
Issues with Streamlit
Hi, I had been trying to open Streamlit from Jupyter Notebook and several errors were thrown up as versions (including python) were much newer than Streamlit ‘expected’. I managed to resolve these and got Streamlit preview to show in Jupyter Notebook. However, I cannot get the Streamlit app to open my Data Science Fundamentals work and it’s saying: This workspace encountered an error This workspace has entered a failed state due to an error. Please try restarting the workspace. Error message An unexpected error occurred: Startup scripts failed to run Error code FAILED_TO_RUN_STARTUP_SCRIPTS Error ID Related values failedScript: /opt/palantir/post-startup.d/1-wait-for-port-8888-to-listen.sh reason: An unexpected error occurred: Startup scripts failed to run Can anyone help me with this? Thanks in advance! 1 post - 1 participant Read full topic