Doing math with a non-big decimal number and a big decimal number can cast down.
user=> (* 0.1 101M)10.100000000000001user=> (bigdec (* 0.1 101M))10.100000000000001MOn this day
2025-06-25
2 years laterI've said it before and I'll say it again:
2024-06-25
1 year laterI spent some time experimenting with OpenDevin using claude-3-opus (I couldn't find an easy way to use claude-3.5-sonnet). The agentic capabilities...