paper-with-me

홈 › Papers

Don't Vibe Code, Do Skele-Code: Interactive No-Code Notebooks for Subject Matter Experts to Build Lower-Cost Agentic Workflows

2026-03-18 · Sriram Gopalakrishnan arxiv

Skele-Code is a natural-language and graph-based interface for building workflows with AI agents, designed especially for less or non-technical users. It supports incremental, interactive notebook-style development, and each step is converted to code with a required set of functions and behavior to enable incremental building of workflows. Agents are invoked only for code generation and error recovery, not orchestration or task execution. This agent-supported, but code-first approach to workflows, along with the context-engineering used in Skele-Code, can help reduce token costs compared to the multi-agent system approach to executing workflows. Skele-Code produces modular, easily extensible, and shareable workflows. The generated workflows can also be used as skills by agents, or as steps in other workflows.

📄 PDF Abstract BibTeX arXiv:2603.18122

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Generative Data Augmentation for Skeleton Action Recognition

2026-04-16 · Xu Dong, Wanqing Li, Anthony Adeyemi-Ejeye, Andrew Gilbert arxiv

Skeleton-based human action recognition is a powerful approach for understanding human behaviour from pose data, but collecting large-scale, diverse, and well-annotated 3D skeleton datasets is both expensive and labor-in…

Action RecognitionData Augmentation

VibeCodeHPC: An Agent-Based Iterative Prompting Auto-Tuner for HPC Code Generation Using LLMs

2025-09-26 · Shun-ichiro Hayashi, Koki Morita, Daichi Mukunoki, Tetsuya Hoshino 외 arxiv

In this study, we propose VibeCodeHPC, a multi-agent system based on large language models (LLMs) for the automatic tuning of high-performance computing (HPC) programs on supercomputers. VibeCodeHPC adopts Claude Code as…

Code Generation

SecureVibeBench: Benchmarking Secure Vibe Coding of AI Agents via Reconstructing Vulnerability-Introducing Scenarios

2025-09-26 · Junkai Chen, Huihui Huang, Yunbo Lyu, Junwen An 외 arxiv

Large language model-powered code agents are rapidly transforming software engineering, yet the security risks of their generated code have become a critical concern. Existing benchmarks have provided valuable insights, …

VibeGuard: A Security Gate Framework for AI-Generated Code

2026-04-01 · Ying Xie arxiv

"Vibe coding," in which developers delegate code generation to AI assistants and accept the output with little manual review, has gained rapid adoption in production settings. On March 31, 2026, Anthropic's Claude Code C…

Code Generation

Is Vibe Coding Safe? Benchmarking Vulnerability of Agent-Generated Code in Real-World Tasks

2025-12-02 · Songwen Zhao, Danqing Wang, Kexun Zhang, Jiaxuan Luo 외 arxiv

Vibe coding is a new software development paradigm in which human engineers prompt a large language model (LLM) agent to complete complex coding tasks with little supervision. Although vibe coding is increasingly adopted…