# Writing

> Every post by Sailesh Dahal, 12 in total.

- Canonical: https://saileshdahal.com.np/archive

---

## 2026

- [AI Week: the sandbox was never a sandbox](https://saileshdahal.com.np/ai-week-2026-08-09.md): Issue 2. Anthropic reviewed 141,006 evaluation runs and found three where Claude reached the real internet. One published malware to PyPI that ran on 15 real machines. OpenAI found two more with UK AISI and Irregular. The pattern is not rogue models, it is eval harnesses nobody threat-modelled.
- [AI Week: open weights stopped being ideological](https://saileshdahal.com.np/ai-week-2026-07-30.md): Issue 1. Hugging Face's incident responders could not use commercial models to investigate their own breach, so they ran an open-weight model on their own hardware. Four days later, the strongest open-weight model ever released shipped its weights. Plus the alliance, the letter, and the $250 billion.

## 2025

- [Few takeaways on getting amazed with AI](https://saileshdahal.com.np/few-takeaways-on-getting-amazed-with-ai.md): On 24th Jan 2025, I attended an insightful session organized by Department of Artificial Intelligence at Kathmandu University (KU) . This session was by Dr. Saumendra Mohanty and was really insightful providing a different perspective on AI and it’s…
- [Flutter FAQ: codegen and bundle size](https://saileshdahal.com.np/flutter-faq-codegen-and-bundle-size.md): After 2 years of not writing and ditching my readers, I am trying to get back to writing again. The past couple of years have been really busy with freelancing on Upwork, where I delivered multiple apps for clients that are generating steady MRR. I’m…

## 2023

- [🤳 Effortless Sharing: From external apps to your Flutter app in no time](https://saileshdahal.com.np/sharing-media-from-external-to-flutter-app.md): This comprehensive tutorial will utilize the share_handler package to quickly and easily share media from external applications to your Flutter app.
- [🍰 Simplifying flavor setup in the existing Flutter app: A comprehensive guide](https://saileshdahal.com.np/flavor-setup-flutter.md): Understand the Power of Flavors in Flutter: Customize App Builds Effortlessly with this Guide
- [🚀 Building a Fullstack App with dart_frog and Flutter in a Monorepo - Part 6](https://saileshdahal.com.np/building-a-fullstack-app-with-dartfrog-and-flutter-in-a-monorepo-part-6.md): Learn how to implement secure JWT authentication in your dart_frog and Flutter applications with this step-by-step guide.
- [🚀 Building a Fullstack App with dart_frog and Flutter in a Monorepo - Part 5](https://saileshdahal.com.np/building-a-fullstack-app-with-dartfrog-and-flutter-in-a-monorepo-part-5.md): Learn how to build a full-stack to-do app using Dart and Flutter with dart_frog, stacked, and a monorepo structure with packages.
- [🚀 Building a Fullstack App with dart_frog and Flutter in a Monorepo - Part 4](https://saileshdahal.com.np/building-a-fullstack-app-with-dartfrog-and-flutter-in-a-monorepo-part-4.md): Learn how to connect to a Postgres database and implement CRUD for the dart_frog to-do app in this comprehensive tutorial.
- [🚀 Building a Fullstack App with dart_frog and Flutter in a Monorepo - Part 3](https://saileshdahal.com.np/building-a-fullstack-app-with-dartfrog-and-flutter-in-a-monorepo-part-3.md): Set up a full-stack to-do application using Dart, including building models, creating data sources and repositories, and implementing CRUD operations.

## 2022

- [🚀 Building a Fullstack App with dart_frog and Flutter in a Monorepo - Part 2](https://saileshdahal.com.np/building-a-fullstack-app-with-dartfrog-and-flutter-in-a-monorepo-part-2.md): Set up shared data sources, repositories, and failure classes using very_good_cli, freezed and json_serializable as separate dart packages.
- [🚀 Building a Fullstack App with dart_frog and Flutter in a Monorepo - Part 1](https://saileshdahal.com.np/building-a-fullstack-app-with-dartfrog-and-flutter-in-a-monorepo-part-1.md): Build a full-stack to-do app using Dart, Flutter, and dart_frog in a monorepo setup. Share common code between front-end and back-end and build a CRUD to-do
