System Prompt

In the chat completions API format used by OpenAI, Anthropic, Google, and others, messages come in three roles: system, user, and assistant. The system message is the system prompt, it's processed first, with higher conceptual priority than user turns, and persists across the entire conversation.

What Goes in a System Prompt

  • Persona, "You are a senior Go developer with expertise in…
Read more →

Prompt engineering is the discipline of communicating effectively with large language models. Because LLMs are trained to predict plausible continuations of text, how you frame a request has an enormous impact on what you get back, the same underlying model can behave like an expert assistant or produce generic noise depending on prompt quality.

Foundational Techniques

Zero-Shot…

Read more →

OpenHands (formerly OpenDevin) is an open-source platform for AI software engineering agents. Unlike Cursor or Windsurf which are IDEs with AI assistance, OpenHands is a platform where AI agents operate autonomously, writing code, executing shell commands, browsing the web, and iterating until a task is complete.

How OpenHands Works

OpenHands runs agents inside isolated Docker containers. The…

Read more →

GitHub Copilot, launched in 2021 and built on OpenAI Codex (later GPT-4), was the first AI pair programmer to reach mainstream adoption. It integrates as an extension into VS Code, JetBrains, Neovim, and Visual Studio, making it the broadest-reaching AI coding tool by editor support.

Core Capabilities

  • Inline completions, suggests the next line or block as you type, shown as ghost text
    *…
Read more →

Cursor is a fork of VS Code that reimagines the editor as an AI-native environment. While GitHub Copilot adds AI as a plugin to existing editors, Cursor was built from the ground up with AI as a first-class participant, not an afterthought.

Core Features

  • Tab completion, predicts multi-line, multi-cursor edits based on recent changes and file context
  • Cmd+K inline editing, select code,…
Read more →
MCP (Model Context Protocol)

Model Context Protocol (MCP) is an open standard introduced by Anthropic in late 2024 that defines a universal way for large language models to communicate with external systems, files, databases, APIs, and developer tools, without requiring custom integrations for every combination.

The Problem MCP Solves

Before MCP, every AI application had to build its own integrations: Cursor connected to…

Read more →
19 vibe coding tools for democratizing app development

Who doesn’t want an AI to pump out more code in minutes than a human might write in a month? Who doesn’t like magic? That’s what the hype around vibe coding has asked of developers and business users alike since its inception.

But now the tools might have matured enough to deliver.

Yes, cautious leaders are right in wondering, “What’s the catch? Is this a trap?” After all, the AIs learned to…

Read more →
Latest Typosquatting Attack Targeting VS Code Tools Hits Windsurf IDE

Cybersecurity researchers from Bitdefender, a provider of an endpoint detection and response (EDR) platform, have discovered an extension to the Windsurf integrated development environment (IDE) that steals credentials and data after code is downloaded from the Solana blockchain platform. Silviu Stahie, a security analyst for Bitdefender, said the extension makes use of typosquatting tactics to…

Ferramentas e Serviços de Inteligência Artificial para Gestão de Produtos - PMs

Alguns links de ferramentas e serviços de IA relacionados a gestão de produto.

Priorização, criação de PRDs e histórias 

  • Productboard AI
  • Linear
  • Jira AI
  • Notion AI
  • Coda AI
  • Aha! Ideas
  • Craft.io
  • Fibery AI

Prototipação

  • v0
  • Lovable
  • Bolt
  • Replit
  • Figma AI
  • Framer AI
  • Webflow AI
  • Uizard
  • Galileo AI
  • FlutterFlow

Codificação 

  • Cursor
  • v0
  • Claude…
Page 1