Anthropic is continuing its rise by providing not only the arguably strongest frontier model with Opus 4.6, but more importantly by shifting the SOTA of AI-based software development with Claude Code. In its most recent addition focused on security, they partnered with Mozilla to investigate the latest Firefox release. After all the dust had settled, … Continue reading Using Frontier Models for Cybersecurity
Tag: engineering
Computed fields in pydantic
I noticed that I haven't written anything in about a year, so I figured it would be nice to document some smaller things that I've learned recently. In order to parse a configuration file, I recently needed to compute fields in a pydantic.BaseModel so that the information was accessible not only via the property, but … Continue reading Computed fields in pydantic