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.

362
Total Articles
681
Contract Awards
285
Community Feedback
5
Daily Briefings
PARTNERSHIPRELEASE

Tech giants launch AI security alliance after attack

Nvidia and more than 30 tech companies have launched an alliance to develop open-source artificial intelligence tools for cyber defence, wading into a fight over the safety of freely available AI models.

RTEJul 29, 2026
PARTNERSHIPRELEASE

Nvidia, Microsoft, SpaceX, Palantir launch AI safety pact after rogue OpenAI cyberattack on Hugging Face

Nvidia, SpaceX and Microsoft launch an AI safety alliance for open models after rogue OpenAI systems attacked Hugging Face, as Washington eyes China AI curbs.

LivemintJul 29, 2026
CONTRACTPARTNERSHIPRELEASE

Nvidia, Microsoft and IBM Launch Open Secure AI Alliance to Strengthen AI Cybersecurity

More than 40 technology companies and organizations have allied to develop open-source AI security tools and standards for cyber defense.

DecryptJul 29, 2026
EARNINGSPARTNERSHIPRELEASE

NVIDIA Partners With Microsoft and Tech Rivals to Stop AI Cyber Attacks

Nvidia is back at it again, this time it has pulled together roughly 40 companies to launch the Open Secure AI Alliance, a group that will build and share open source tools for defending AI systems against cyberattacks. It was announced Monday and will operat…

iPhone in CanadaJul 29, 2026
RELEASE

MHT CET final merit list 2026 released at fe2026.mahacet.org for BE BTech admissions; download here

75-word synopsisMHT CET final merit list 2026 has been released by the Maharashtra State Common Entrance Test Cell for BE and BTech admissions. Candidates who registered for the CAP process can check their final merit status through the official FE 2026 admis…

The Times of IndiaJul 29, 2026
RELEASE

200 startups push back as Washington weighs restrictions on Chinese AI

More than 200 U.S. startups are pushing back against possible restrictions on Chinese AI models, as Washington weighs sanctions or Entity List action against Moonshot AI rather than an immediate blanket ban. The dispute sharpened after Moonshot released Kimi …

4sysops.comJul 28, 2026
EARNINGSRELEASE

IBM Fell 25% as Hardware Spending Dominated AI Budgets. Palantir Sells What Runs on Top

Shares of IBM (NYSE: IBM) fell 25% on July 14 after the company released preliminary second-quarter results. CEO Arvind Krishna explained that customers shifted their spending toward servers, storage, and memory as hardware prices continued to rise. This caus…

Biztoc.comJul 28, 2026
EARNINGSRELEASE

Prediction: Palantir Stock Will Drop to This Price After Aug. 3

Palantir Technologies (NASDAQ: PLTR) is scheduled to release its second quarter earnings on Aug. 3. Throughout 2026, Palantir stock has endured a difficult stretch -- falling about 30% as investors rotate out of enterprise SaaS names amid new model features f…

Biztoc.comJul 27, 2026
RELEASE

Nvidia, Microsoft, Meta warn against 'premature restrictions' of open-weight models

Nvidia, Microsoft, Meta, Palantir and more than 20 other companies released a letter on Friday urging policymakers to avoid "premature restrictions" on open-weight artificial intelligence models that would "stifle competition or drive innovation overseas." Op…

Biztoc.comJul 26, 2026
EARNINGSRELEASE

GraniteShares Announces Weekly Distributions for its YieldBOOST ETFs

New York , July 23, 2026 (GLOBE NEWSWIRE) -- GraniteShares today announced the weekly distributions for its GraniteShares YieldBOOST ETFs: COYY, TSYY, NVYY, XBTY, AMYY, TQQY, AZYY, YSPY, MTYY, PLYY, HOYY, SMYY, BBYY, FBYY, IOYY, MAAY, NUGY, SEMY, QBY, RGYY, H…

GlobeNewswireJul 25, 2026
EARNINGSRELEASE

FX Junction Releases Research on the Role of Social Media Presence in Stock Intrinsic Value

FX Junction Releases Research on the Role of Social Media Presence in Stock Intrinsic Value ...

GlobeNewswireJul 25, 2026
EARNINGSRELEASE

Meta launched a new AI optimism ad set to a song about human extinction | TechCrunch

David Bowie's song "Five Years," which Meta used in a supposedly inspiring advertisement, is about humans learning that they have five years left to live before the apocalypse.

TechCrunchJul 25, 2026
EARNINGSRELEASE

SAP Quarterly Statement Q2 2026

WALLDORF, Germany, July 23, 2026 /PRNewswire/ -- SAP SE (NYSE: SAP) announced today its financial results for the second quarter ended June 30, 2026. Current cloud backlog of €22.9 billion, up 27% and up 26% at constant currencies Cloud revenue up 22% and up …

PRNewswireJul 25, 2026
FOUNDRYONTOLOGYRELEASE

Incremental Inputs

I have an incremental pipeline where my source system sends a full snapshot every sync. My transforms apply CDC (Change Data Capture) to detect inserts, updates, and deletes, then write only the changes as APPEND transactions to the output dataset. Each row has a last_upd_tmstmp (timestamp) and is_deleted (boolean) column. Over time, when a row is updated, the new version is appended but the old version still exists in a previous transaction — so the same primary key appears across multiple transactions. This works fine for the Ontology (it deduplicates by PK, latest transaction wins), but I now want to use this dataset as input for an ML model. For the first run, I need to read the full dataset and deduplicate (keeping the row with the highest last_upd_tmstmp per PK, filtering out is_deleted=true ), then for subsequent weekly runs I only need the latest APPEND (which is already unique within the transaction). My question is: should I deduplicate in my ML transform code using a

Palantir Community — LatestJul 23, 2026
FOUNDRYRELEASE

How to ingest Oracle Fusion data into Foundry with BI Cloud Connector (BICC)

We recently had to get a fairly large amount of data out of Oracle Fusion and into Foundry, and BI Cloud Connector (BICC) ended up being the cleanest way to do it. This post covers the approach we settled on: one Python external transform that drives BICC end to end and lands each Fusion “datastore” in Foundry as a clean, incrementally updated table. There’s no packaged connector involved, just a transforms repo and a Data Connection source. The transform talks to three Oracle APIs along the way: BICC’s REST API for metadata, the ESS scheduler over SOAP to run the extract, and UCM (WebCenter Content) for the actual file downloads. None of them are complicated on their own; most of the work is just wiring them together in the right order. What you’ll build For each datastore you configure, one incremental transform that: Fetches datastore metadata from the BICC REST API ( /biacm/rest ) Creates/updates a BICC extract Job scoped to that datastore Triggers a VO_AND_PK_EXTRA

Palantir Community — LatestJul 23, 2026
ONTOLOGYRELEASE

Bug encountered in resources tab of code workspace

I was able to develop several custom widgets and functions which consumed object types in my ontology. However, recently I’ve been unable to add resources at all via the resource panel in the code repository. When I attempt to open the panel, either in the browser or on VS Code locally, the following bug appears: GraphQLError Validation error (FieldUndefined@[GetPackageNameStemmaRepoFragment/thirdPartyApplicationWebsites/websiteRepository/website/thirdPartyApplication/latestVersionV3]) : Field 'latestVersionV3' in type 'ThirdPartyApplication' is undefined Trace ID 5926a92dd4cc466d 2 posts - 2 participants Read full topic

Palantir Community — LatestJul 23, 2026
ONTOLOGYRELEASE

Are function-backed actions in ontology as code in the @osdk/maker enabled?

Hello! I have been working on a repo in OaC and managed to successfully build and install an OaC product via Marketplace. My next step was adding a function-backed action. The @osdk/maker documentation is sparse on this, but the stable version of defineAction does accept a functionRule with a functionRid , which I tried to use. I created the function as a separate repo in Python, published it and used its RID and version, and wired it up in the OaC repo: ... rules: [ { type: "functionRule", functionRule: { functionRid: rid_x, functionVersion: function_version_x, functionInputValues: { ... }, }, }, ], The product tags and publishes to Marketplace successfully, but installation fails with: Can't install ontology block OntologyMetadata:MarketplaceEntityMissingBlockShapeId [expectedBlockShapeType=SEMANTIC_FUNCTION_LOCATOR, ...] From what I can tell, Marketplace expects function references to be expressed as a SEMANTIC_FUNCTION_

Palantir Community — LatestJul 23, 2026
RELEASE

Purpose Investments Inc. Announces July 2026 Distributions

Purpose Investments Inc. is pleased to announce distributions for the month of July 2026 for its open-end exchange traded funds and closed-end funds....

GlobeNewswireJul 23, 2026