Skip to main content

5 posts tagged with "produtividade"

View all tags

It's Not a Prompt Problem — It's a Context or Harness Problem

· 10 min read
Bruno Carneiro
Fundador da @TautornTech
Prompt Engineering, Context Engineering and Harness Engineering

Have you ever spent half an hour refining a prompt — making the instructions clearer, more detailed, adding examples, adding constraints — and the agent kept failing in exactly the same way?

You've been there: the model hallucinates even with a perfect prompt. Or worse: the agent acts on the world, does something it shouldn't, and you find out in production. Not in the test chat, not in the sandbox. In production, with real data.

That's not a prompt problem. And polishing the system prompt text won't fix it.

This article is about understanding where the problem actually lives — and why conflating these three layers of AI engineering wastes time, money, and sometimes causes incidents.

15 tips to improve your development with React

· 8 min read
Bruno Carneiro
Fundador da @TautornTech

I have been working with React for many years and have gathered here some tips I picked up throughout my journey across various projects.

These are useful both for improving project development and for career growth.


1 - Learn JavaScript

That's right — React is "just" a User Interface library and much of what you use day to day is, simply, JavaScript.

A lack of understanding of JavaScript can cause many problems when trying to understand React and its structure. Study JavaScript.

The use of imports, lists, iterations, and other methods are mandatory in day-to-day work. Not just for those who develop with React, but for any web application.

Here I have a list of JavaScript versions:
https://www.tautorn.com.br/docs/javascript/versions/introducao