Menu

#Decimal

3 posts

Feed·
3 of 3 posts
Why ChatGPT will silently lie about your bank statement (and how to catch it)
🖼️
0

Why ChatGPT will silently lie about your bank statement (and how to catch it)

DEV Community·Kyr·about 1 month ago
#tTFXKRIK
#ai#llm#python#every#statement#bank

Modern LLMs are excellent at looking right - and for bank-statement extraction, looking right is the failure mode you cannot catch by eye. Here's the 20 lines of Python that separate a plausible answer from a reconciled one.

15s
Read More
Testing a Go exchange API client: mocks, httptest and testcontainers
📰
0

Testing a Go exchange API client: mocks, httptest and testcontainers

DEV Community·Odilon HUGONNOT·about 1 month ago
#UHZJbryN
#go#tests#api#binance#exchange#test

You can't hit the real Binance API in tests. ExchangeClient interface, mockgen mocks, httptest for parsing real responses, testcontainers for PostgreSQL integration tests.

15s
Read More