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.

69
Total Articles
244
Contract Awards
81
Community Feedback
5
Daily Briefings
AIPCONTRACT

Anthropic in talks with Blackstone, other PE firms to set up AI joint venture: Report

Anthropic, maker of Claude AI, is in talks with Blackstone and Hellman & Friedman to form a Palantir‑style joint venture, despite tensions with the US Defense Department, which labelled the firm a supply chain risk.

LivemintMar 13, 2026
FOUNDRYAIP

Logs of functions (TSv1, TSv2, Python, AIP Logic, ...) as a dataset for analysis with custom arguments?

I want to analyze the logs of the execution of some of my functions: TSv1, TSv2, Python, AIP Logic functions, etc. I would like to understand what my users are calling those functions with (= “What are the usual inputs for my functions”) and what is the quality of the output of those functions (= “What are the output of my functions”). I would like to use this for retraining/prompt-tweaking/etc. How can I get a dataset with “logs” of the executions of my functions of a given scope (e.g. project) ? Can I get the inputs/outputs of those functions ? 2 posts - 1 participant Read full topic

Palantir Community — LatestMar 12, 2026
ONTOLOGYAIP

Ontology Object Type + Link as context in AIP Logic

Hi! I have an ontology object type with a linked type that I want to use as context in an AIP Logic block. Goal: Pass fields from an object plus fields from linked object as a string input to the LLM. What I tried: I found that I can include both the object and the linked object using the Query Tool inside the LLM block. However, I can’t filter rows with this approach. Without filtering, the query pulls all rows, which makes this approach not scalable. OSQL row limits does not solve the problem because row precedence is undefined. How would I give fields from both objects from a filtered set as context? Thank you! Screenshot of current attempt below. Below is tools query of whole object + linked in LLM block 1 post - 1 participant Read full topic

Palantir Community — LatestMar 12, 2026
AIP

Billing Info for AIP Developer Tier

Currently I am using AIP capabilities like AI FDE, AIP Logic. Will it charge me if I use these capabilities based on token usage? will it notify me before it starts billing? 2 posts - 2 participants Read full topic

Palantir Community — LatestMar 11, 2026
AIPPARTNERSHIP

langchain-palantir: A LangChain Integration with Palantir-provided LLMs

langchain-palantir I signed up for the Palantir AIP Developer Tier last year, and have since been experimenting with its capabilities. One of the most powerful aspects of the Developer Tier is the generous LLM inference offerings that are given for free, but generally those LLMs are only usable with AIP Agent Studio or via palantir_models , the AIP custom LLM inference library. In my spare time I have been developing langchain-palantir , a LangChain integration for Palantir-provided LLMs. langchain-palantir provides implementations of the standard LangChain constructs like ChatModel , Embeddings , and BaseLoader by wrapping calls to the palantir_models library. This library is open source (Apache-2.0) and usable in your own projects. I do not have a marketplace export file as my Developer Tier account does not allow that, so you’ll have to find a way to get the code itself into your own AIP account and build the Python library from there. Chat Models Chat M

Palantir Community — LatestMar 10, 2026
AIP

The Honest Reason AI Will Beat Many Sales Reps: They Don’t Really Do A Lot Of The Work. But Agents Do and Will.

Here’s something I’ve been thinking about a lot lately. Everyone’s worried AI is coming for sales jobs. And yes, it is. But maybe not for the reasons you think. The uncomfortable truth? AI isn’t going to replace great sales reps. It’s going to replace the one…

Saastr.comMar 10, 2026
AIP

Show HN: KarnEvil9, a deterministic AI agent runtime

Built this over the past few months because I kept hitting the same wall with agent frameworks. You run something, it does... stuff, and then you're left trying to figure out what actually happened and why.KarnEvil9 is a TypeScript runtime that implements the…

Github.comMar 7, 2026
AIPPARTNERSHIP

How to deal with timeouts on Automate based on AIP Logics?

Hi everyone. First time posting here Is there a good way to deal with timeout limit for automations based on AIP logic? There is an AIP logic that loops on large number of objects and the timeout on the relevant Automate is causing failures. 3 posts - 2 participants Read full topic

Palantir Community — LatestMar 6, 2026
ONTOLOGYAIP

Local inference connector for AIP Logic — DDIL + classified data use cases

Howdy - Built an open-source connector that routes AIP Logic webhook calls to a local LLM via TARX (OpenAI-compatible API at localhost:11435). Uses @palantir/lohi-ts for Ontology sync on the OSDK side. Zero cloud exposure — designed for DDIL environments and data that can’t leave the device. Repo: https://github.com/tarx-ai/tarx-palantir-connector Two questions for the community: Network egress policy config for localhost Data Connection sources — any prior art or examples? Right path for Community Registry submission? JOHN | TARX 1 post - 1 participant Read full topic

Palantir Community — LatestMar 6, 2026
AIP

A Knock on the Window and a Glimpse of America’s Surveillance Future

When agents came to his workplace armed with guns, gas canisters, and artificial intelligence, Abdikafi Abdurahman Abdullahi, known as Kafi, fought back with quick wit and street smarts. The Somali American engineer-turned-Uber driver is one of the few people…

Mother JonesMar 6, 2026
AIP

How Amplitude implemented natural language-powered analytics using Amazon OpenSearch Service as a vector database

Amplitude is a product and customer journey analytics platform. Our customers wanted to ask deep questions about their product usage. Ask Amplitude is an AI assistant that uses large language models (LLMs). It combines schema search and content search to prov…

Amazon.comMar 6, 2026
FOUNDRYONTOLOGYAIP

Unable to Install “Deep Dive: Creating Your First Ontology” Marketplace Bundle - Object Type Limit Exceeded

Hello, I am currently working through the Palantir Foundry Foundations learning path using a Palantir AIP Developer Tier environment . While learning the tutorial “Deep Dive: Creating Your First Ontology” , I encountered an issue when attempting to install the Marketplace bundle. During the Review Changes stage of the Marketplace installation, the following validation error appears: “This Marketplace install will result in the maximum number of object types allowed in this Ontology being exceeded. Please delete any unused object types to proceed.” Troubleshooting steps already attempted Attempted installation in the existing ontology Created a fresh ontology and retried the installation The same validation error still occurs Because this environment is being used for the tutorial workflow, I am unsure which object types are safe to delete without potentially breaking earlier steps. I have attached screenshots of the validation error for r

Palantir Community — LatestMar 5, 2026
FOUNDRYAIP

REST API data connection to Gemini3 Image Generation

Hi Everyone! I am busy with a little project where I want a user to provide a prompt request that will be passed to AIP Logic that enriches the prompt with actual data and sends the data enriched prompt to Gemini 3 to create an infographic of the request. But I am stuck at the data connection webhook to Gemini. In Postman the webhook runs correctly and I get the Base64 encoded string back which is what I expect, but once I go to Foundry the webhook keeps giving me an error 400. I checked everything more than twice now, and I have no idea what I am missing. Here are my inputs: POST: https://generativelanguage.googleapis.com/v1beta/models/gemini-3.1-flash-image-preview:generateContent?key=GeminiSecret Query Params: key = GeminiSecret (API key generated from Gemini account) Headers: Accept = application/json Content-Type = application/json x-goog-api-key = GeminiSecret Body: { “contents”: [ { “parts”: [ { “text”: “\u000a* Dashboard/Corporate: \u000a

Palantir Community — LatestMar 4, 2026
ONTOLOGYAIP

AIP Logic output as automated email notification in automate?

Hi! I made an AIP logic function which reads an object from ontology and derives insights, and would like to use the automate console to have the output of the function be sent in a weekly email (to myself only). When I do a function generated notification type the function does not display (my guess is that’s only code based functions) Functions effect is not right for this as I’m doing a schedule based automation Logic effect also does not look right for this as it says Ontology Edit Functions, and mine is a read only If there is another way to automate sending the aip logic as an email or displaying it somewhere I am open Thank you! 1 post - 1 participant Read full topic

Palantir Community — LatestMar 4, 2026
AIPCONTRACTRELEASE

I posed several prompts/questions to Claude AI (Sonnet 4.5) about Palantir's and Claude's involvement in Operation Epic Fury. Here are Claude's responses. (Vanity)

As many of you know, the Pentagon is employing Palantir in Operation Epic Fury. And Palantir's AI platform, AIP, operates on a frontier AI foundation which is a military-adapted version of Claude.Ergo, I submitted all my prompts/questions to Claude.Here are m…

Freerepublic.comMar 4, 2026
AIP

Satya’s sacrifice: Why agents threaten Office and how Microsoft responds

Last year, Microsoft Corp. Chief Executive Satya Nadella made the claim that “SaaS will dissolve into a bunch of agents” sitting on top of CRUD databases. In describing how software-as-a-service applications will become artificial intelligence agents atop sta…

SiliconANGLE NewsMar 2, 2026
ONTOLOGYAIP

Error in Ontology SQL Tool during AIP Logic LLM Calls

I am trying to use the LLM in AIP Logic with the Ontology SQL Tool. My objective is to make the AI Agent do a quick analysis about an ontology type. However, the Ontology SQL Tool produces wrong SQL, and the error message is unclear: SQL Syntax Error: Unknown SQL parsing error at line -1, column -1 near: SELECT `employeeId` AS `employeeId`, SUM(`duration`)/3600.0 AS `total_hours`, SUM(IF(`date` IN ('2026-01-25','2026-01-31','2026-02-01','2026-02-07','2026-02-08','2026-02-14','2026-02-15','2026-02-21'), `duration`, 0))/3600.0 AS `weekend_hours` FROM `TimesheetItems` WHERE `date` >= '2026-01-25' AND `date` <= '2026-02-21' AND `employeeId` IN (1,2,3) GROUP BY `employeeId` ORDER BY `employeeId`; (dialect: SPARK) In one case, the same error “Unknown SQL parsing” happened 3 times in a row. My current prompt is: Generate a summary of the team's effort over the last 4 weeks for a weekly report to the team lead. Consider 4 weeks from the last Sunday. **Employe

Palantir Community — LatestFeb 28, 2026
ONTOLOGYAIP

Bug Report: Action type used by Agent displays "0 Dependents"

While cleaning up my ontology and deleting unused actions, I noticed that AIP Agent Studio is using some actions that are showing zero dependents in the action type overview. Please add AIP Agent Studio to the action type dependents in order to prevent against accidentally deleting these action types that agents depend on. 1 post - 1 participant Read full topic

Palantir Community — LatestFeb 28, 2026