This paper introduces BioMARS, a multi-agent robotic system designed to autonomously perform biological experiments, particularly cell culture tasks. The system integrates large language models (LLMs) and vision-language models (VLMs) to handle various stages of the experimental process, from protocol generation to execution and error detection. The core of BioMARS lies in its three-agent architecture: the Biologist Agent, responsible for generating experimental protocols from scientific literature; the Technician Agent, which translates these protocols into executable robotic actions; and the Inspector Agent, which monitors the experiments for errors using vision-based systems. The Biologist Agent leverages an enhanced Agentic Retrieval-Augmented Generation (RAG) framework to synthesize protocols, while the Technician Agent translates these protocols into robotic commands, and the Inspector Agent uses a hierarchical VLM-based approach to detect procedural deviations and mechanical failures. The paper demonstrates BioMARS's capabilities through cell culture experiments, showing that it can match or exceed manual methods in terms of cell viability and morphological integrity. Furthermore, the system is shown to support context-aware optimization, outperforming conventional strategies in differentiating retinal pigment epithelial cells. The authors emphasize the system's modular architecture, which allows for scalable integration with various laboratory hardware, and the web interface for human-AI collaboration. Overall, the paper presents a novel application of multi-agent systems and LLMs/VLMs in the context of autonomous biological experimentation, demonstrating a high degree of automation and potential for reproducible lab processes. The system's ability to autonomously perform complex biological tasks, such as cell passaging and culture, with performance comparable to or better than manual methods is a significant achievement. However, as I will discuss in detail, the paper also has several limitations that need to be addressed to fully realize the potential of this system.