September 2025 Summaries
3 posts from Greptile
Filter
Month:
Year:
Post Summaries
Back to Blog
Abhinav, a developer at Greptile working on AI code review agent infrastructure, discusses the challenges and solutions associated with allowing LLM-powered agents access to filesystems for code review. While executing commands locally is relatively safe, doing so on a cloud machine introduces security risks due to potential unauthorized access to sensitive files. The article explores how file access is managed at the kernel level through the open syscall in Linux, highlighting three key failure points that can be leveraged to conceal files: permission checks, mount masking, and changing the root directory (chroot). By combining mount namespaces and chroot, processes can be isolated in a controlled environment, preventing them from accessing sensitive files outside their designated directories. This approach parallels containerization technologies like Docker and Podman, which use kernel-level isolation to create secure sandboxes for processes. At Greptile, the agent process runs in a locked-down rootless Podman container, ensuring that it only accesses files deemed necessary by the kernel, thereby mitigating security risks.
Sep 29, 2025
2,032 words in the original blog post.
Greptile has secured a $25 million Series A funding round led by Benchmark Capital, with support from Cory Levy, YC, and Initialized Capital, to further develop its AI-driven code validation platform that helps identify bugs and enforce coding standards across software organizations. The company introduced Greptile v3, a revamped version of its core agent architecture that identifies three times more critical bugs than its predecessor, and outperforms other code reviewers. Greptile v3 can learn team-specific best practices by analyzing comments on GitHub and GitLab, and it has already reviewed over 500 million lines of code for major companies, preventing more than 180,000 bugs. New features include the Greptile MCP server, which enhances integration with coding agents and IDEs, support for business applications like Jira and Notion, and the ability to auto-detect team-specific documentation files, providing a more personalized code review experience. Additionally, Greptile offers a feature that allows users to easily access and apply coding prompts generated during PR reviews, encouraging efficient code fixes and adherence to best practices.
Sep 23, 2025
821 words in the original blog post.
Daksh, co-founder of Greptile, discusses the company's intense work culture and the media attention it has garnered due to its unconventional approach to work-life balance. Greptile, a San Francisco-based startup that builds AI agents to assist software teams, emphasizes a high-velocity work environment where team members willingly opt for a demanding schedule to achieve success in a competitive field. While Daksh clarifies that he does not mandate long hours, he seeks individuals who are motivated by challenging opportunities and aligned with the company's mission. The firm offers transparency, respect, and generous compensation to its employees, believing that hard work will lead to significant equity growth. Despite criticism for being too vocal about their work culture, Daksh argues that this openness helps potential candidates self-select based on their personal preferences, ensuring that only those truly interested in the startup grind join the team.
Sep 10, 2025
1,031 words in the original blog post.