Tax Assistant AI by Cursor
type
status
date
slug
summary
tags
category
icon
password
This is a Google Chrome extension of Tax Assistant developed by AI
Introduction
It’s always a tough work to file tax return by myself, even though the tax filing software are somewhat helpful. There have been many times that, I had no idea how to answer the questions from the software.
Thanks to LLMs, what I did was to keep copying & pasting the questions to have ChatGPT help me after I introduce my situation in “human language” to it.
It’s disturbing to copy & paste so I decided to create a more seamless solution.
And this is it.
Implementation
I used ChatGPT + Cursor to build this Google Chrome extension.
The prompts for PRD were written by OpenAI ChatGPT.
The code was written by Cursor in Agent mode.
You can find the project here: https://github.com/hazzel-cn/tax-assisntant-ai
When the extension is enabled, it allows you to take a screenshot of the current page. If the page is too long, it scrolls down the page to make sure the entire page is captured.
The reason using screenshot is because that Turbotax uses Canvas which does not allows the extension retrieve the content directly from the HTML file.
There is no direct privacy concern with the extension itself since it calls OpenAI API directly, without processing and store the screenshots or nay other content.
Video Demo
Loading...