HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bretpiatt

no profile record

Submissions

[untitled]

1 points·by bretpiatt·7 months ago·0 comments

Linux Foundation Announces the Formation of the Agentic AI Foundation

aaif.io
8 points·by bretpiatt·7 months ago·2 comments

Anthropic's Landmark Copyright Settlement: Implications for AI Developers

ropesgray.com
2 points·by bretpiatt·10 months ago·0 comments

comments

bretpiatt
·5 months ago·discuss
The solution exists in the financial controls world. Agent = drafter, human = approver. The challenge is very few applications are designed to allow this, Amazon's 1-click checkout is the exact opposite. Writing a proxy for each individual app you give it access to and shimming in your own line of what the agent can do and what it needs approval is a complex and brittle solution.
bretpiatt
·7 months ago·discuss
10 Years Ago, December 11, 2015 - Introducing Open AI -- very meta: https://karpathy.ai/hncapsule/2015-12-11/index.html#article-...

The company has changed and it seems the mission has as well.
bretpiatt
·8 months ago·discuss
Page 5, "The knowledge cutoff date for Gemini 3 Pro was January 2025."

Still taking nearly a year to train and run post training safety and stability tuning.

With 10x the infrastructure they could iterate much faster, I don't see AI infrastructure as a bubble, it is still a bottleneck on pace of innovation at today's active deployment level.
bretpiatt
·10 months ago·discuss
I'm pretty much doing that in a containerized deployment for project I'm looking to open source soon called webbin:

  Technology Stack
   Frontend: React 18 + TypeScript + Vite + TailwindCSS
   Backend: Node.js + Express + Clustering
   Database: PostgreSQL 16 with performance optimization
   Cache: Redis 7 with active defragmentation
   Security: HTTPS/TLS with container-to-container encryption
   Orchestration: Docker Compose with health checks
   Monitoring: Built-in APM and performance tracking

  Services
   webbin-frontend - React TypeScript frontend with HTTPS
   webbin-backend - Node.js API with clustering support
   webbin-postgres - PostgreSQL 16 with performance tuning
   webbin-redis - Redis 7 with advanced caching
   webbin-certbot - SSL Certificate management, openssl for dev, LE for production
   webbin-testrunner - Testbot
   webbin-nginx - Proxy

  Access Points
   Frontend: https://localhost:5173
   Backend API: https://localhost:3001
   Health Check: https://localhost:3001/api/health
I'm around 15k LOC, all built in ~80 hours of interactive prompting mostly with Claude 4.0 Sonnet, then some Gemini 2.5 Pro for more devops activities.