Live data from Hacker News

Viewing profile — TeeWEE

TeeWEE

HN member
Joined
Thu, Apr 22, 2010, 12:37 PM UTC
HN karma
1,414
Public activity
711 items

About TeeWEE

Software engineer. Love Mobile!Keywords: Android, Appengine, Python, Golang, Java, NodeJS, etc. Learning Machine Learning. Experience with google cloud and AWS.

Recent public activity

  1. 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 …

  2. 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…

  3. comment
    Comment #48756462

    This is mostly a thin clintypescript wrapper around the prompts. This could have been a SKILL

  4. 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…

  5. 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 …

  6. 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…

  7. comment
    Comment #47429969

    I think nanoclaw is architecturaly much better suited to solve this problem.

  8. 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…

  9. comment
    Comment #47195376

    If you work at OpenAI, leave now while you can.

  10. comment
    Comment #47195359

    My point is: Trust the work of AI just like the work of a contracter: Check and verify, but dont micromanage.

  11. 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…

  12. 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…

  13. 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…

  14. 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 …

  15. 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 …

  16. comment
    Comment #46081832

    This is amazingly cool

  17. 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?

  18. 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.

  19. 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

  20. 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

  21. comment
    Comment #43879187

    First flying bike. Startwars style

  22. story
  23. 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 …

  24. 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

  25. 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 …