Viewing profile — TeeWEE
TeeWEE
HN member- Joined
- Thu, Apr 22, 2010, 12:37 PM UTC
- HN karma
- 1,414
- Public activity
- 711 items
- HN profile
- View on Hacker News ↗
About TeeWEE
Recent public activity
-
comment
Comment #49010386
Was using Reveal.js which worked well because it can use any HTML or any plugin. Bento works with a predefined schema, so you cant use any HTML library (Such as Mermaid.js) if you …
-
comment
Comment #48902083
Basically it’s AI on top of AI for metadata extraction. There are a lot of claims in the article but not a lot of hard data. In the end they still don’t know if the data is correct…
-
comment
Comment #48756462
This is mostly a thin clintypescript wrapper around the prompts. This could have been a SKILL
-
comment
Comment #48102945
> Git itself wasn't designed for that load, and bolting AI onto platforms not built for agents is the biggest mistake of this era. We're doing a generational rebuild of the underly…
-
comment
Comment #47858492
That’s indeed the trick. Spacex “invests” in Cursor, looks good on their balance sheet. And xAI now gets 10B of more revenue on their income statement. Perfect financial statement …
-
comment
Comment #47436631
There are two kid of specs, formal spec, and "Product requirements / technical designs" Technical design docs are higher level than code, they are impricise but highlight an archit…
-
comment
Comment #47429969
I think nanoclaw is architecturaly much better suited to solve this problem.
-
comment
Comment #47252707
We make the creator of the PR responsible for the code. Meaning they must understand it. Also, we only allow engineers to commit (agent generated) code. Designers just come up with…
-
comment
Comment #47195376
If you work at OpenAI, leave now while you can.
-
comment
Comment #47195359
My point is: Trust the work of AI just like the work of a contracter: Check and verify, but dont micromanage.
-
comment
Comment #47195347
Do you trust your employees? Do you trust a contracter? Do you trust other people? AI is similar to a person you dont know that does work for you. Probably AI is a bit more trustwo…
-
comment
Comment #47185920
I hardly use Google anymore. I almost always use Claude. It can do the "higher level task" I often want to accomplish when I go to google. Claude checks multiples websites, reads t…
-
comment
Comment #46820045
This is quite a bad idea. You need to control the size and quality of your context by giving it one file that is optimized. You don’t want to be burning tokens and large files will…
-
comment
Comment #46820032
Indeed seems like Vercel completely missed the point about agents. In Claude Code you can invoke an agent when you want as a developer and it copies the file content as context in …
-
comment
Comment #46156437
The BMW neue klasse is far superior to the latest Teslas. Both in software hardware and handing. https://youtu.be/P-H-GJaGiUg?si=eq8YWy8gyJ5YS99X I think it even surpasses Chinese …
-
comment
Comment #46081832
This is amazingly cool
-
comment
Comment #45414565
Is open router used a lot? I just use claude code, so this is a misrepresentation of what is actually the most popular model right?
-
comment
Comment #45210522
I dont like the "impure" label. But the guts of it is right. Most software solves a business problem. Even the "pure" ones could choose to deliver value sooner with tech debt.
-
comment
Comment #44237857
The main thing that lacks in go is auto OpenAOI generation from a golang func. You at least need reflection. It can be done. But not as easy as in python
-
comment
Comment #44055833
Wow Sam Altman is so full of himself... I would never want to work for this narcist. Just watch this video. https://x.com/sama/status/1925242282523103408
-
comment
Comment #43879187
First flying bike. Startwars style
- story
-
comment
Comment #43340962
Correction: the MCP is a protocol for function calling and getting context into a model. It’s can run locally or over a network. It does not specify how “agentic” systems interact …
-
comment
Comment #43119323
Was also looking at Langfuse.ai or braintrust.dev Anybody with experience can give me a tip of the best way to - evaluate - manage prompts - trace calls
-
comment
Comment #42800741
It depends. That’s the whole point. I see a lot of people here saying one is better than the other. But it depends on your use case and company size. GRPC is a lot more complex to …