Why agentic systems are becoming the foundation of a new generation of software and how they change development approaches. This article includes practical checklists and metrics for implementing AI agents.
Posts & Articles
Technical articles and insights on software engineering, AI, product management, and technology leadership.
Filter by tag
Introducing django-odata: A package that brings OData-compliant APIs to Django with minimal effort, enabling powerful querying capabilities for your REST APIs.
AI agents are a new direction in development where the market of specialists is still small, but interest from companies is growing. This practical guide shows how to get started with building AI agents and why this field opens new opportunities for developers.
Learn how to customize GitHub Copilot in VS Code to match your team's coding standards, architectural decisions, and style guides. A practical guide with step-by-step instructions for implementing custom instructions.
AI agents are autonomous software systems that perceive the environment, make decisions, and perform actions to achieve set goals without constant human oversight. This article explores how AI agents are transforming user experience and business processes.
This article is a retelling and analysis of the main ideas from Andrej Karpathy's talk 'Software Is Changing', dedicated to the impact of artificial intelligence and large language models on the future of software.
AI assistants are fundamentally changing the development process — from idea to production. They accelerate MVP creation, reduce time-to-market, and allow you to focus on business logic rather than routine code. This review analyzes six modern solutions for different tasks and expertise levels.
A review of Mustafa Suleyman's book 'The Coming Wave', exploring the transformative potential and existential risks of AI and synthetic biology.
A review of Robert C. Martin's 'The Clean Coder', exploring the qualities of professionalism, ethics, and effective collaboration that define a true software engineer.
Deciding where to house business logic in Django can be daunting. Explore options like Views, Forms, Models, and Service Layers to make informed decisions for your project.