paper-with-me

홈 › Papers

The Case for a Wholistic Serverless Programming Paradigm and Full Stack Automation for AI and Beyond -- The Philosophy of Jaseci and Jac

2022-06-16 · Jason Mars

In this work, the case is made for a wholistic top-down re-envisioning of the system stack from the programming language level down through the system architecture to bridge this complexity gap. The key goal of our design is to address the critical need for the programmer to articulate solutions with higher level abstractions at the problem level while having the runtime system stack subsume and hide a broad scope of diffuse sub-applications and inter-machine resources. This work also presents the design of a production-grade realization of such a system stack architecture called Jaseci, and corresponding programming language Jac. Jac and Jaseci has been released as open source and has been leveraged by real product teams to accelerate developing and deploying sophisticated AI products and other applications at scale. Jac has been utilized in commercial production environments to accelerate AI development timelines by ~10x, with the Jaseci runtime automating the decisions and optimizations typically falling in the scope of manual engineering roles on a team such as what should and should not be a microservice and changing those dynamically.

📄 PDF Abstract BibTeX arXiv:2206.08434

Code (0)

등록된 구현이 없습니다.

Tasks

Philosophy

Similar Papers 제목 키워드 기반

Word Frequency Counting Based on Serverless MapReduce

2026-01-01 · Hanzhe Li, Bingchen Lin, Mengyuan Xu arxiv

With the increasing demand for high-performance and high-efficiency computing, cloud computing, especially serverless computing, has gradually become a research hotspot in recent years, attracting numerous research atten…

Bauplan: zero-copy, scale-up FaaS for data pipelines

2024-10-22 · Jacopo Tagliabue, Tyler Caraza-Harter, Ciro Greco

Chaining functions for longer workloads is a key use case for FaaS platforms in data applications. However, modern data pipelines differ significantly from typical serverless use cases (e.g., webhooks and microservices);…

Serverless inferencing on Kubernetes

2020-07-14 · Clive Cox, Dan Sun, Ellis Tarn, Animesh Singh 외

Organisations are increasingly putting machine learning models into production at scale. The increasing popularity of serverless scale-to-zero paradigms presents an opportunity for deploying machine learning models to he…

BIG-bench Machine LearningGPU

High-Performance Serverless Computing: A Systematic Literature Review on Serverless for HPC, AI, and Big Data

2026-01-14 · Valerio Besozzi, Matteo Della Bartola, Patrizio Dazzi, Marco Danelutto arxiv

The widespread deployment of large-scale, compute-intensive applications such as high-performance computing, artificial intelligence, and big data is leading to convergence between cloud and high-performance computing in…

Detection of Compromised Functions in a Serverless Cloud Environment

2024-08-05 · Danielle Lavi, Oleg Brodt, Dudu Mimran, Yuval Elovici 외

Serverless computing is an emerging cloud paradigm with serverless functions at its core. While serverless environments enable software developers to focus on developing applications without the need to actively manage t…