u/newz2000

No more hallucinated citations - lawyer-made tool for better AI research

Last summer I created an internal tool for my team to do AI research without hallucinations. My friend got jealous and talked me into making it public.

It is not like the other SaaS tools. It is made by a lawyer to do something that I, a lawyer want.

Before being a lawyer I was a software engineer working on very large projects. I have worked for cool companies doing cool stuff, look me up on LinkedIn if you care about my credentials.

But as a former software engineer, I am appalled at the quality of the tools we have available to us attorneys.

So here is "Writ Fetch," a lawyer-focused research tool with a terrible name. You use lawyer speak to ask it legal questions. I have developed my own system like Lexis Headnotes or Westlaw Keycites to aid your research. It combines your question, my research system and the best AI tools to produce a quality memo with verified citations, including color-coded trust signals for each citation.

I have spent a significant amount of time and money on this, so I am charging for it. The cost is $10 for now. Watch the video for more explanation.

If a few people put a legal question in the comments, I will run it through writ fetch and share the report.

u/newz2000 — 5 days ago

Easier vibing ClickUp with cupt

I’m very old school and use the terminal a lot. I wanted a simple interface to figure out quickly, “what should I work on next?”

So I made a little command line app. Over this year it’s gotten more advanced.

Recently I realized Claude can use it very efficiently. Way faster and easier than the MCP server, though the MCP has a lot more features.

So I published it to pypi as “cupt.” Cupt stands for ClickUP terminal.

pipx install cupt
cupt auth
cupt list --mine

If you like the terminal or want a more powerful tool that your ai tools can use, go check it out. Or have Claude check it out for you.

P.S. it supports offline mode. So if you want to get stuff done while offline you can.

reddit.com
u/newz2000 — 5 days ago

I am a business lawyer and cringe at some of the advice on see here.

The "LL" in LLC stands for limited liability. It's the absolute best part of a registered business.

In the USA, you do not have to ask the government's permission to start a business. You do not have to pay the government to start a business (unless there are local rules for certain licensed businesses).

You can be a sole proprietorship or a partnership without registration. Just slap a logo on the side of your truck and off you go. For some businesses, this is perfectly fine. Use insurance as your risk management strategy.

But many people want to avoid personal liability for business problems and insurance is not enough. You can get that by registering your business as:

  • An LLC,
  • An LLP, or
  • A Corporation
  • (There are a few more exotic options too)

All of these options give you basic limited liability protection.

To get full protection, you need to do the following:

  1. Register with the state (super easy -- tons of posts in this group talk about this part),
  2. Have proper operating documents that protect the owner from the business risks (an LLC operating agreement, a partnership agreement, or bylaws for a corporation), AND
  3. Observe corporate formalities to avoid "piercing the corporate veil."

LLCs are awesome because they're so flexible. If you check out the laws for an LLC vs a corporation, you'll see the LLC laws are much shorter. That's because much of the important stuff is defined in your operating agreement. It's a contract between the business and the owners.

Having your business defined by a contract rather than a law makes LLCs very flexible. You can do a ton of cool stuff. For example, define officers for the company, have different levels of fiduciary duties (for example if you have an investor), the sky's the limit.

If you do not have an operating agreement for your company than your protections are defined by the thin state laws. Those laws change now and then. So you do not have locked in protections.

I'm sure you've heard about "piercing the corporate veil," if not, that's a topic for another thread.

My point is, "having an LLC" is not the goal. Having "limited liability" is a key goal.

reddit.com
u/newz2000 — 24 days ago