agentic-system

Tag

Cards List
#agentic-system

Research Assistant: AstraZeneca's Agentic System for R&D

arXiv cs.AI · 5d ago Cached

AstraZeneca describes Research Assistant, an internal LLM-based multi-agent system that lets scientists explore biomedical data via chat, with evidence grounding and citation links, deployed to 15,000 internal users.

0 favorites 0 likes
#agentic-system

Specula: Scaling formal specifications for autonomous model checking of system code (13 minute read)

TLDR AI · 6d ago Cached

Specula is an agentic system that automatically derives TLA+ specifications from code, runs model checking to find concurrency bugs, and reproduces them via integration tests. It found 249 bugs across 48 open-source distributed and concurrent systems, demonstrating a significant scaling of formal verification.

0 favorites 0 likes
#agentic-system

Shape Your Feed: An LLM-based Agentic System for Conversational Recommendation

arXiv cs.AI · 2026-08-10 Cached

Meta presents Shape Your Feed (SYF), an LLM-based agentic framework for real-time conversational recommendation that co-curates content via multimodal input, agentic re-ranking, and self-evolution with DPO, achieving strong offline and online results.

0 favorites 0 likes
#agentic-system

Agent Against Agent: An Agentic System for Automatic Prompt Injection Red Teaming

Hugging Face Daily Papers · 2026-08-05 Cached

This paper introduces PIMiner, an agentic system for automatic prompt injection red-teaming that builds a strategy library during training and transfers to unseen target LLMs at test time, achieving strong attack success rates against models like Gemini-2.5-Pro, GPT-5.1, and Claude-Sonnet-4.5.

0 favorites 0 likes
#agentic-system

TigrimOSR v0.7.2 – Open Graph Agentic System (Rust)

Reddit r/AI_Agents · 2026-07-31

TigrimOSR v0.7.2 is an open graph agentic system in Rust, adding a lightweight CLI mode (~4 MB RAM), prebuilt binaries for macOS/Windows/Linux, and YAML-based configurability for agent graphs, models, and tools.

0 favorites 0 likes
#agentic-system

Automatic Ordinary Differential Equations Discovery For Biological Systems Using Large Language Model Powered Agentic System

arXiv cs.AI · 2026-07-16 Cached

This paper introduces MEDA, an LLM- and symbolic regression-powered agentic framework for automatically discovering ordinary differential equation (ODE) models of biological dynamical systems. It retrieves background knowledge, proposes candidate ODEs, and evaluates them across canonical model retrieval, extrapolation, and open-ended discovery tasks, demonstrating strong structural recovery and biologically plausible models.

0 favorites 0 likes
#agentic-system

@0xNoryxx: SENIOR ANTHROPIC ENGINEER MAKING $1.6M/YEAR PUBLISHED THE PLAYBOOK THAT REDUCED HIS WORKLOAD BY 95% you stop prompting …

X AI KOLs Timeline · 2026-07-05 Cached

A senior Anthropic engineer published a playbook for building autonomous agentic loops with components like Generator, Evaluator, Memory, and Orchestrator, claiming it reduced his workload by 95% and doubled the firm's revenue.

0 favorites 0 likes
#agentic-system

@ai_suxiaole: Many AI tools can save researchers time, but most only solve one step: reading papers, writing code, polishing papers, or summarizing abstracts. Sakana AI's AI Scientist-v2 aims to be an AI system that runs the full research workflow, from generating research hypotheses to designing experiments...

X AI KOLs Timeline · 2026-07-02 Cached

Sakana AI has released AI Scientist-v2, an end-to-end automated research system that can autonomously go from generating research hypotheses to writing papers, and has been accepted by the ICLR2025 Workshop after peer review.

0 favorites 0 likes
#agentic-system

RocketSmith: Agentic Additive Manufacturing of High-Powered Rockets

Hugging Face Daily Papers · 2026-06-26 Cached

RocketSmith is an agentic system that uses large language models to automate the design and additive manufacturing of high-powered rockets, achieving successful flight tests with simulation results matching 80% of predicted apogee.

0 favorites 0 likes
#agentic-system

@IndieDevHailey: The world's first open-source Agentic video production system! One sentence lets AI make a blockbuster for you, costing as little as a few cents! Open-source developer calesthio created OpenMontage, the world's first open-source Agentic video production system that turns Claude / Cursor …

X AI KOLs Timeline · 2026-06-24 Cached

OpenMontage is the world's first open-source Agentic video production system. With just one sentence, it automates the entire workflow from research and scripting to dubbing and compositing. It supports 12 major Pipelines and 52 tools, with costs as low as a few cents. It has over 16k stars on GitHub.

0 favorites 0 likes
#agentic-system

@XAMTO_AI: Guys, still learning AI Agent in bits and pieces? Check this out! A 22-chapter skeleton course on building a production-grade Agent system from 0 to 1. Tool calling, Agent loop, memory system, multi-Agent collaboration, human-machine interaction, backend architecture, observability, cost optimization, security... The coolest part is the core gameplay — using Agent to teach Agent. The author only provides the skeleton, and the AI assistant fills in the code and details. Learn by doing. This is the learning style for 2026; the era of rote memorization is over.

X AI KOLs Timeline · 2026-06-15 Cached

A 22-chapter skeleton course on building production AI agents, using an innovative approach where the AI partner fills in details. The course covers tool calling, agent loops, memory, multi-agent collaboration, and more.

0 favorites 0 likes
#agentic-system

Which Models Are Our Models Built On? Auditing Invisible Dependencies in Modern LLMs

Hugging Face Daily Papers · 2026-06-10 Cached

Introduces ModSleuth, an agentic system that recursively reconstructs large-scale dependency graphs for LLM development by analyzing public artifacts, revealing multi-hop license obligations and documentation inconsistencies.

0 favorites 0 likes
#agentic-system

@Hevalon: this tuesday, i'm publishing a guide on how to build a complete Agentic system with a harness to support sandboxing, pa…

X AI KOLs Timeline · 2026-06-07 Cached

A guide on building a secure agentic system with sandboxing, parallel sub-agents, tool calling with control policies, inference routing, and protection against injection and role escalation attacks, to be published by Evangelos Pappas.

0 favorites 0 likes
#agentic-system

Benchmark Everything Everywhere All at Once

Hugging Face Daily Papers · 2026-06-04 Cached

Introduces Benchmark Agent, a fully autonomous system for creating diverse benchmarks with minimal human intervention, enabling continuous model assessment across domains.

0 favorites 0 likes
#agentic-system

Adaptive Auto-Harness: Sustained Self-Improvement for Agentic System Deployment on Open-Ended Task Streams

Hugging Face Daily Papers · 2026-06-01 Cached

Adaptive Auto-Harness is a framework for sustained self-improvement of agentic systems deployed on open-ended task streams, outperforming baselines via a stateful multi-agent evolver, harness tree, and human-steering hooks.

0 favorites 0 likes
#agentic-system

For those creating personal assistants locally - how has short/long term memory impacted your experience?

Reddit r/LocalLLaMA · 2026-05-30

A developer shares their experience building a local autonomous agent with long-term and short-term memory using Qwen 3.6 27B, noting that memory dramatically improves the agent's usefulness and realism. They invite others building similar agents to discuss memory techniques and potential agentic meetups.

0 favorites 0 likes
#agentic-system

@berryxia: Folks, 3D asset generation is truly taking off. A team led by Assistant Professor Elliott Wu (former Stanford, Oxford background) at the University of Cambridge just released Articraft — a true agentic coding system. It doesn't just generate static 3D models, it...

X AI KOLs Timeline · 2026-05-16 Cached

The team of Assistant Professor Elliott Wu from the University of Cambridge released Articraft — an agentic coding system that can automatically generate interactive 3D assets with parts, joints, and realistic motion, and open-sourced the Articraft-10K dataset, significantly lowering the asset threshold for robot training and physical AI.

0 favorites 0 likes
#agentic-system

@dwizzzleMSFT: http://cybergym.io just updated its leaderboard and MDASH is now #1 using a new multi-model approach. Huge credit to Ta…

X AI KOLs Following · 2026-05-13 Cached

Microsoft's new multi-model agentic security system (MDASH) tops the CyberGym leaderboard for vulnerability discovery, achieving 35 zero-day findings and demonstrating advanced AI-driven defense capabilities.

0 favorites 0 likes
#agentic-system

I built a local AI companion with GWT, IIT proxy, ChromaDB hybrid retrieval, and Ollama fallback — here's every architectural decision I made and why

Reddit r/artificial · 2026-05-08

The author shares a locally runnable AI companion built with Python, Gemini, and Ollama, featuring a custom cognitive architecture based on Global Workspace Theory and an Integrated Information Theory proxy for personality modeling.

0 favorites 0 likes
← Back to home

Submit Feedback