Artificial Intelligence

Showing 100 articles max
DataFunSummit
DataFunSummit
Aug 30, 2026 · Artificial Intelligence

Palantir CEO Warns: Companies Without AI‑Enhanced Infrastructure Face Extinction

In his AIPCon keynote, Palantir CEO Alex Karp argues that the AI era will split firms into two camps—those with domain‑specific, AI‑enhanced infrastructure and those without—emphasizing unfair advantage through deep integration, specialized solutions over generic tools, and the necessity of measurable value creation.

AI infrastructureAI strategyPalantir
0 likes · 9 min read
Palantir CEO Warns: Companies Without AI‑Enhanced Infrastructure Face Extinction
Data Party THU
Data Party THU
Aug 30, 2026 · Artificial Intelligence

Foundations and Frontiers of Multimodal Agentic Frameworks: A Comprehensive Survey

This survey systematically maps the core modules, technical lineage, and emerging applications of multimodal agentic frameworks, detailing perception, orchestration, and action components, taxonomy of multimodal fusion strategies, performance bottlenecks, efficiency tricks, scalability challenges, latency sources, safety risks, current limitations, and promising future research directions.

actionagentic frameworksefficiency
0 likes · 21 min read
Foundations and Frontiers of Multimodal Agentic Frameworks: A Comprehensive Survey
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
Aug 30, 2026 · Artificial Intelligence

Ontology × Knowledge Base × Orchestration × Acceptance: A Formula for Deliverable AI Agent Applications

The article presents a four‑step formula—ontology, knowledge base, orchestration, and acceptance—that transforms AI demos into deliverable, reliable intelligent‑agent applications, and concludes with a practical four‑item checklist for successful AI deployment.

AI agentsacceptancedelivery framework
0 likes · 5 min read
Ontology × Knowledge Base × Orchestration × Acceptance: A Formula for Deliverable AI Agent Applications
DataFunTalk
DataFunTalk
Aug 30, 2026 · Artificial Intelligence

How Ontology-Driven Agents Provide Secure, Controllable Execution in Harness Engineering

The article analyzes the current Agent hype, explains why autonomous agents often lack business‑level safety and control, and proposes an ontology‑driven Harness Engineering framework that embeds constraints, context management, and feedback loops directly into the business semantics, illustrated with the Knora implementation and real‑world case studies.

AI agentsKnoracontrollable execution
0 likes · 21 min read
How Ontology-Driven Agents Provide Secure, Controllable Execution in Harness Engineering
Machine Heart
Machine Heart
Aug 30, 2026 · Artificial Intelligence

How Large Discovery Models Enable AI to Design the Next Experiment

The Large Discovery Model (LDM) combines a generative foundation model with a Gaussian‑process reward model to create fast and slow learning loops that iteratively propose, evaluate, and refine experimental designs across neural‑network training, antibody engineering, and small‑molecule optimization, achieving significant performance gains over pure LLM or Bayesian‑optimization baselines.

Bayesian optimizationLarge Discovery Modelsantibody design
0 likes · 13 min read
How Large Discovery Models Enable AI to Design the Next Experiment
Qborfy AI
Qborfy AI
Aug 30, 2026 · Artificial Intelligence

Human-in-the-Loop and Time-Travel Debugging: Making AI Graphs Production-Ready

The article explains why autonomous agents need human supervision in critical steps, introduces three HITL scenarios, shows how LangGraph’s interrupt_before/after and update_state enable pause‑and‑review workflows, demonstrates time‑travel debugging and observability with Langfuse, and provides practical design principles and a production‑grade configuration.

AgentDebuggingHuman-in-the-Loop
0 likes · 20 min read
Human-in-the-Loop and Time-Travel Debugging: Making AI Graphs Production-Ready
java1234
java1234
Aug 30, 2026 · Artificial Intelligence

YOLO26 Computer Vision Tutorial – Fast, Lightweight, NMS‑Free Model

This article introduces YOLO26, a new NMS‑free, lightweight computer‑vision model from Ultralytics, details its architecture, training innovations, performance benchmarks, multi‑task capabilities, and provides a step‑by‑step Python tutorial for installing the library, running a Hello‑World inference, and interpreting the detailed latency breakdown.

Computer VisionModel PerformanceObject Detection
0 likes · 9 min read
YOLO26 Computer Vision Tutorial – Fast, Lightweight, NMS‑Free Model
Geek Labs
Geek Labs
Aug 30, 2026 · Artificial Intelligence

Cumora: Turning AI Agents into First-Class Team Members for Collaborative Work

Cumora is an open‑source, cross‑platform team chat platform that treats AI agents as equal members, giving them persistent personas, memory, proactive task claiming, inter‑agent coordination, and real email capabilities, while offering cloud‑hosted and BYOA modes and detailed conflict‑avoidance mechanisms.

AI agentsBYOATypeScript
0 likes · 12 min read
Cumora: Turning AI Agents into First-Class Team Members for Collaborative Work
Java Baker
Java Baker
Aug 30, 2026 · Artificial Intelligence

Building a Blog Site with an AI‑Powered RAG Knowledge Base

The author walks through creating a static blog on GitHub Pages using docmd, explains the tool selection, then details the construction of a Retrieval‑Augmented Generation (RAG) knowledge base with llamaIndex, a local Chroma vector store, and optional low‑code dify integration, providing full code snippets and deployment steps.

AIChromaGitHub Pages
0 likes · 13 min read
Building a Blog Site with an AI‑Powered RAG Knowledge Base
Bighead's Algorithm Notes
Bighead's Algorithm Notes
Aug 30, 2026 · Artificial Intelligence

EvoQuant: How Large Language Models Can Self‑Evolve as Quantitative Researchers

EvoQuant introduces a self‑evolving, validator‑guided framework that lets large language models diagnose, propose, and verify improvements to existing quantitative trading strategies, achieving Sharpe ratio gains of up to 199% across A‑share and cryptocurrency benchmarks while demonstrating robustness through ablation and walk‑forward tests.

EvoQuantSharpe ratioablation study
0 likes · 19 min read
EvoQuant: How Large Language Models Can Self‑Evolve as Quantitative Researchers
Big Data and Microservices
Big Data and Microservices
Aug 30, 2026 · Artificial Intelligence

How NVIDIA’s OSI‑Style Five‑Layer Architecture Redefines AI Agent Security Responsibility

Recent sandbox breaches by OpenAI and risky behaviors reported by Anthropic and the UK AI Safety Institute expose a systemic flaw in AI agent design, prompting NVIDIA to propose an OSI‑inspired five‑layer architecture that separates behavior control from authoritative runtime enforcement.

AI agentsAVO benchmarkAnthropic
0 likes · 13 min read
How NVIDIA’s OSI‑Style Five‑Layer Architecture Redefines AI Agent Security Responsibility
The Dominant Programmer
The Dominant Programmer
Aug 29, 2026 · Artificial Intelligence

Harness Engineering with Spring AI Alibaba: Theory, Architecture, and Full Implementation Guide

This comprehensive guide walks through Harness Engineering concepts, the seven‑layer architecture, environment setup, full Spring Boot codebase, agent configuration, best‑practice recommendations, testing procedures, common issues, and advanced directions for building controllable AI agents with Spring AI Alibaba.

AI agentsAgent ArchitectureHarness Engineering
0 likes · 34 min read
Harness Engineering with Spring AI Alibaba: Theory, Architecture, and Full Implementation Guide
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Aug 29, 2026 · Artificial Intelligence

Dropping Intermediate Tokens: How Prefix Sliding Achieves Up to 3× Faster Long-Context Reasoning

Prefix Sliding keeps the task prefix and a sliding window of recent tokens while evicting older intermediate tokens from the KV cache, enabling up to three‑fold speedups for long‑chain inference without retraining and extending reinforcement‑learning rollouts beyond 100 k tokens.

AttentionKV cacheLong-context inference
0 likes · 11 min read
Dropping Intermediate Tokens: How Prefix Sliding Achieves Up to 3× Faster Long-Context Reasoning
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Aug 29, 2026 · Artificial Intelligence

Can Chinese‑Only Inference Training Match English? Apple’s New Study Shows Only 1.1% Gap

Apple and the Hasso Plattner Institute evaluated over 200 multilingual inference training experiments across nine base models and eleven languages, finding that training with Chinese rewards incurs just a 1.1 percentage‑point loss versus English, while low‑resource languages can cause severe performance collapses in specific model‑language combos.

GemmaQwen3cross-language transfer
0 likes · 9 min read
Can Chinese‑Only Inference Training Match English? Apple’s New Study Shows Only 1.1% Gap
Architect
Architect
Aug 29, 2026 · Artificial Intelligence

Understanding the Difference Between /loop and /goal in Claude Code Agents

The article analyzes Claude Code’s /loop and /goal commands, explaining how /loop schedules recurring checks while /goal defines completion criteria, detailing their syntax, durability options, state management, failure handling, and practical use cases for automating SDK upgrades, PR creation, and CI monitoring, and discusses how agent architecture should evolve as models become more capable.

AgentAutomationClaude Code
0 likes · 17 min read
Understanding the Difference Between /loop and /goal in Claude Code Agents
Architects Research Society
Architects Research Society
Aug 29, 2026 · Artificial Intelligence

Designing Execution Boundaries for Agent Tools: The PRAXOVELA Runtime

The article explains why traditional tool‑calling in agent frameworks is insufficient for enterprise tasks and introduces PRAXOVELA, a governance‑first, locally‑prioritized desktop agent runtime that enforces capability permissions, isolates high‑risk code, records effects for reliable recovery, and keeps sensitive data on‑premise.

AI agentsPRAXOVELAeffect ledger
0 likes · 6 min read
Designing Execution Boundaries for Agent Tools: The PRAXOVELA Runtime
Woodpecker Software Testing
Woodpecker Software Testing
Aug 29, 2026 · Artificial Intelligence

Distinguishing Model Capability from Agent Capability: Frameworks, Benchmarks, and Practical Exercises

This article explains the fundamental difference between static knowledge and reasoning abilities of large language models and the dynamic task‑execution skills of AI agents, outlines evaluation dimensions, benchmark suites, a four‑layer assessment framework, and provides hands‑on exercises to reinforce the concepts.

AIAgentBenchmark
0 likes · 12 min read
Distinguishing Model Capability from Agent Capability: Frameworks, Benchmarks, and Practical Exercises
DataFunSummit
DataFunSummit
Aug 29, 2026 · Artificial Intelligence

Can AI Auto‑Generate the Semantic Layer? MotherDuck Shows the Real Asset

MotherDuck’s experiment demonstrates that AI agents can automatically construct a Malloy semantic layer, yet the layer does not improve answer accuracy or token efficiency compared with plain Markdown + SQL, and the study suggests that preserving evaluative business intent may be more valuable than the semantic model itself.

AI agentsData EvaluationMalloy
0 likes · 13 min read
Can AI Auto‑Generate the Semantic Layer? MotherDuck Shows the Real Asset