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.
Palantir Stock 2026: Buy or Sell PLTR as AI Platform Drives 61% Revenue Growth Despite High Valuation Concerns
NEW YORK — Palantir Technologies Inc. (NASDAQ: PLTR) shares traded near $128 as of April 10, 2026, with Wall Street issuing a Moderate Buy consensus amid explosive commercial momentum from its Artificial Intelligence Platform (AIP) and steady government contr…
How to execute code in a Foundry Agent?
I would like to let my agent execute arbitrary code within a containerized/safe environment, depending on the user permissions. The goal could be to make specific queries to the ontology, or to read/write files stored in the ontology, etc. How can I do this ? 3 posts - 2 participants Read full topic
Custom Text Extraction for Tracked-Deletion Text in Word Documents
Hey everyone! I’m working on a Foundry pipeline where users upload redlined Word documents (.docx), and an LLM in AIP Logic compares proposed deletions against gold-standard language stored in an ontology object. The AI reasoning side is mostly sorted — my blocker is the preprocessing step. The Problem: Foundry’s native text extraction and AIP’s built-in document handling don’t appear to have a way to detect and tag tracked-deletion text (strikethrough / <w:del> nodes in the underlying Word XML). I need a custom function that: Reads the raw .docx file Parses the underlying XML (or converts to HTML) to identify tracked deletions Returns plain text with deleted segments specially tagged (e.g. wrapped in <strikethrough> tags) before the text ever reaches AIP Logic What I’ve Tried: Python Functions API — media references don’t appear to be supported yet, which is a blocker since uploaded docs come in as media references via a media set TypeScript
C3 AI debuts agentic tool that transforms natural language prompts into enterprise-grade systems
C3.ai Inc. has lifted the lid off a new “agentic” software development platform it’s calling C3 Code, which is capable of transforming natural language requests into production-ready applications fully autonomously. Unveiled today, C3 Code is said to shift th…
Alternatives to Completion strategies
We are currently using file synchronization via Agent Worker. Due to a Foundry update, the Completion strategies (deleting files after synchronization) have been discontinued, so we would like to know about alternative methods. https://www.palantir.com/documentation/static/foundry/data-connection/file-based-syncs/#completion-strategies Is my understanding of the alternative methods correct as follows? (1) Creating a REST API Source Create a REST API Source in the Foundry Data Connection app and configure the SSH connection information (hostname, port 22, SSH username, password). Register the password as a secret. (2) Configuring Agent Proxy Egress Policy Create an Agent Proxy Egress Policy to allow SSH communication from the Foundry Worker to the Agent Host. If the Agent Host has a private IP address, configure Host Override to allow access via the domain name. (3) Implement File Deletion Transform Delete files on the Agent Host via SSH (The files to be deleted are the
how api use my ontoloty and links in llm context?
I’m trying to learn and use AIP to build my application. But I don’t know how AIP use the `ontology context` to fill the prompt. Can anyone help me, plz! 1 post - 1 participant Read full topic
Completion strategiesの代替手段
We are currently using file synchronization via Agent Worker. Due to a Foundry update, the Completion strategies (deleting files after synchronization) have been discontinued, so we would like to know about alternative methods. https://www.palantir.com/documentation/static/foundry/data-connection/file-based-syncs/#completion-strategies Is my understanding of the alternative methods correct as follows? (1) Creating a REST API Source Create a REST API Source in the Foundry Data Connection app and configure the SSH connection information (hostname, port 22, SSH username, password). Register the password as a secret. (2) Configuring Agent Proxy Egress Policy Create an Agent Proxy Egress Policy to allow SSH communication from the Foundry Worker to the Agent Host. If the Agent Host has a private IP address, configure Host Override to allow access via the domain name. (3) Implement File Deletion Transform Delete files on the Agent Host via SSH (The files to be deleted are the
Can't find Workflow Builder and AI Hivemind in Control Panel — how do I enable them?
Hey everyone! I came across these two YouTube videos from DevCon and wanted to try both features out on my enrollment, but I can’t find either of them listed under Control Panel → Application Access to enable them. Workflow Builder (from DevCon 4): Product Launch: Workflow Builder | DevCon 4 YouTube · Palantir Technologies I went to Application Access → Application settings → Ontology section and expected to see it listed under Beta, but it’s not there. Is this a permissions issue? Do I need enrollment admin rights for it to show up? AI Hivemind (from DevCon 5): Product Launch: Hivemind | DevCon 5 YouTube · Palantir Technologies For Hivemind, I couldn’t find any enable toggle or dedicated section for it anywhere in Control Panel or AIP settings. Is it surfaced inside AIP Agent Studio, or is it a separate application entirely? Is it available on commercial enrollments or currently limited to specific tiers? Any help on where to look or what steps to take woul
Rich text editor widget in Action Form stores images as base64 — can't pass HTML output to AIP Logic or external apps
What we built We built a custom rich text editor widget inside a Foundry Action Form that lets users write a description with inline images. When the action is submitted, the full HTML is stored in a description field. The widget works as expected on the surface. The issue The HTML stored in the description field embeds images as base64 strings directly inside the markup. This creates a hard blocker for any downstream usage: AIP Logic can’t process it — the raw HTML with large base64 blobs is too heavy and unstructured for a language model to meaningfully analyse or act on the description content External applications can’t consume the images — downstream systems expect image URLs or binary references, not raw base64 strings embedded inside an HTML field Image-based analysis is blocked — images can’t be piped to vision models, OCR, or classification pipelines because they aren’t discrete objects; they’re buried inside the HTML string H
Foundry SDK SQL Queries Errors
Hello! On my stack, I been using the Foundry sdk to run SQL queries against thousands of data sets to sample. I then package it up and run an LLM against it to get a description of those datasets. This is very much a wide governance and “what’s in our foundry” question. I know foundry sdk is in preview for this purpose. It’s actually generated several unique errors that I believe are because of the platform. If it would be helpful for the product to show the query failure errors, I’d be happy to share them to product team. 1 post - 1 participant Read full topic
Claude Code custom endpoint fails on Palantir Language Model Service with `unrecognizedProperty=context_management`
Hi Palantir team, I am documenting a reproducible compatibility issue between newer Claude Code versions and the Anthropic-compatible endpoint exposed through Palantir Language Model Service when using a custom setup instead of Palantir-hosted models. The error returned by the endpoint is: ```text API Error: 400 {“errorCode”:“INVALID_ARGUMENT”,“errorName”:“LanguageModelService:InvalidRequest”,“parameters”:{“unsafeParams”:“{unrecognizedProperty=context_management}”,“message”:“Request contained an unrecognized field”}} ``` ## What we observed - `palantir-mcp` itself can be configured and connected successfully. The failure happens when Claude Code sends the actual LLM request. Claude Code `2.1.87` fails against the Palantir Anthropic-compatible endpoint. Claude Code `2.0.76` succeeds against the same endpoint and authentication setup. This suggests the issue is not MCP connectivity itself, but request-schema compatibility at the Language Model Service layer. ##
AI FDE keeps giving me an error when it spins up subagets
Hi there, AI FDE keeps giving me an error when it spins up subagents mid building something when switching modes. Does anyone know why this keeps happening? I tried restarting it a couple of times but each time it gets stuck. On this error 1 post - 1 participant Read full topic
What application is used for use cases in AIP CON 9?
Hi, I watched the videos of AIP Con 9. All the use cases have coolest user interface. Are these made with React application? I think it is React but is there some sort of application to make this UI? Because all the use cases have similar looking widgets 3 posts - 2 participants Read full topic
Unofficial starter for deterministic local contract testing in Foundry oriented workflows
I put together a small open source starter for a problem I kept wanting a cleaner answer to: how to test the TypeScript contract layer around a Foundry oriented workflow before deployment or later platform evaluation. Repo: https://github.com/vitron-ai/aip-foundry-themis-starter This is an unofficial example. It is not affiliated with, endorsed by, or maintained by Palantir. The repo is intentionally narrow. It uses one intake-triage workflow to show how to: shape a request payload validate raw agent or function output with runtime schemas normalize that output into a stable app-facing contract preserve telemetry like request ID, latency, retry count, and fallback usage export a local handoff artifact for later evaluation work It also includes deterministic local tests for failure modes like malformed JSON, missing fields, unsupported status values, and empty output, plus a small React demo and an OSDK-like seam showing where a real client co
Pilot - Error response
Hi, I am trying to use Pilot to build out my front end app. I already made the ontology. I am able to load into the application, and the LLM processes my request, however it doesn’t actually make any edits to the code even though it says it’s done the front end. I then ask it to add the code but i keep getting the message “Error communication with language model service” Any help with this? Kind regards Sam 2 posts - 2 participants Read full topic
AI FDE Context Management
Hey, I appreciate all of the awesome work that’s been done on AI FDE over the past month. Context management is much better. Got a strange message today that the window is being wasted by hidden items The agent is typically working within window of 80k - 200k window and rarely goes over 200k, which makes me think the context management tool is wired to think the window is 200k independent of model being used. Works fine but might benefit from being less aggressive for large context window models also, how can I get access to hivemind? I try to run it but looks like I’m missing a marketplace installation. 1 post - 1 participant Read full topic
Cant use marketplace downlaod from github
Hello, when installing the AIP Renovation Planner.zip from github I get these errors. How do i fix this? Can i fix this…? 1 post - 1 participant Read full topic
AIP Logic can't use Ontology types backed by Restricted Views with Project-scoped execution?
I am trying to create an AIP Logic to create an AI Agent that uses the Ontology SQL tool. It currently uses an object that is backed by a Restricted View and we were using the User-scoped execution that comes by default. Everything works great. However, it’s important that other users also have access to the logs, so we would like to change it to Project-scoped execution. But, when we try to do this we get errors: If you try to Preview it shows: “Publish errors: Unable to create scoped token” If you try to Publish the function it shows: Failed to publish: {"type":"STATUS","status":500,"body":{"errorCode":"INTERNAL","errorName":"Default:Internal","errorInstanceId":"a6d86274-1b0b-4597-a92e-7a5a7957a31f","parameters":{}}} I tried to add the Restricted Views as File References in the AIP Logic Project, but it does not work. Even trying to create the AIP Logic in the same Project as the Ontology, it throws the same error. Any ideas on how to solve this? 1 p