Skip to main content

7 posts tagged with "ai"

View all tags

Claude Code in Practice — A Real Guide for Software Development

· 10 min read
Bruno Carneiro
Fundador da @TautornTech
Claude Code in practice for software development

Over the past few months I've been using Claude Code intensively in my work and personal projects. It's not hype — it's an actual work tool. And like any tool, there's a right way to use it, there are traps, there are limits, and there are combinations with other things that change the game.

This article is an honest account. What worked, what didn't, what I learned the hard way, and what I'd tell any developer just starting out. If you want the marketing pitch of "AI will replace programmers," this article isn't for you. If you want to know how to get the most out of it without losing your mind, keep reading.

TensorFlow.js — Running AI Directly in the Browser

· 8 min read
Bruno Carneiro
Fundador da @TautornTech

Machine learning always seemed distant from frontend — Python, powerful servers, expensive GPUs. But that changed. Today it's possible to run a trained AI model directly in the browser, with zero backend, using pure JavaScript and the user's own GPU.

This article explains how this works in practice, using TensorFlow.js as a foundation — and how I applied it in a project called SeeFood, a classifier that solves humanity's greatest problem: knowing whether what you're about to eat is a hot dog or not.