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.
Hacktivists claim to have hacked Homeland Security to release ICE contract data | TechCrunch
A hacking group called Department of Peace said they hacked a specific office within Homeland Security to protest ICE’s mass deportation campaign, and the companies aiding it.
Commentary: Tussle between Pentagon and Anthropic is dark news for ‘ethical AI’
Hours after Trump denounced Anthropic, the US launched strikes on Iran, reportedly planned with the aid of the company’s software, says this academic.
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…
External import maps, a big Bun release, and Node.js schedule changes
<table> <tr><td> <table><tr> <td>#775 — March 3, 2026 </td> <td>Read on the Web </td> </tr></table> <table><tr><td></td></tr></table> <table><tr><td>JavaScript Weekly </td></tr></table> <table><tr><td> </td></tr></table> <table><tr><td> Bun …
Longbridge Securities Launches the World’s First Pre-Market U.S. Options Trading,Empowering Investors to Overcome Time Zone Barriers and Stay Ahead of the Market Movement
Longbridge Securities today announced the launch of the world’s first pre-market U.S. options trading capability...
US–Iran war news: How could the S&P 500, Dow Jones and Nasdaq react? Are defense stocks the real winners, or are gold and silver the ultimate safe havens in the US–Iran conflict?
US–Iran war news: S&P 500, Dow Jones and Nasdaq reaction: The U.S. and Israel launched coordinated military strikes on Iran Saturday, and markets responded immediately. Dow Jones dropped 521 points, the S&P 500 fell 0.43%, and the Nasdaq shed 0.92% before Fri…
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