Live data from Hacker News

Ask HN: What Are You Building with AI?

news.ycombinator.com

11–16 of 16 posts

Re: Ask HN: What Are You Building with AI?

#11

I'm glad you asked. I have a long history (jeez 40 years now) working with engineering teams to bring products to market - at apple in the late 80s, then my own companies. I've never written production code, but have always been very close to my eng counterparts, either as a single influencer or a manager of teams. With claude, we built an iOS app for a personal need - pre-scan and score QR codes before the phone act…

This is interesting and something I have not thought of before. Can you please go into more specifics?

>> "I've also found a "working_with_me" file and a specific "project_handoff" file help maintain state session over session."

Re: Ask HN: What Are You Building with AI?

#13
I built out battlellmrobots.com[1], it's a platform for battling bots written by LLMs. The documentation explains how the engine works, what information is available to the bots as they fight, and gives a couple example of example bots. Currently only have 3 users, including myself. Hopefully some more people submit bots and then it'll be more fun fighting a range of bots.

[1] https://battlellmrobots.com

Re: Ask HN: What Are You Building with AI?

#14
post #11

I'm glad you asked. I have a long history (jeez 40 years now) working with engineering teams to bring products to market - at apple in the late 80s, then my own companies. I've never written production code, but have always been very close to my eng counterparts, either as a single influencer or a manager of teams. With claude, we built an iOS app for a personal need - pre-scan and score QR codes before the phone act…

This is interesting and something I have not thought of before. Can you please go into more specifics? >> "I've also found a "working_with_me" file and a specific "project_handoff" file help maintain state session over session."

I'm sure this is not new thinking, but it was part of my discovery process. My objective wasn’t to crank out an app, I wanted to understand the process of using an agent to build something. I went into it thinking about how I’d work with a new employee. When I work with someone new, I explain ‘my API’ and try to understand theirs. How do I communicate, what’s my level of understanding, how can we collaborate most effectively. That’s been refined into the working_with_me.md doc.

I knew the context.md file, but read how big and cumbersome that file can get, and that as memory fills in a session, more of that context can be left behind. My project wasn’t about speed; I knew I would need a way to pass the latest session details - status, open items, decisions made in session, etc - to the next agent in a new clear session. That was the thinking behind a session state doc.

I created those two docs outside of claude.md, with session.md living in each project directory, and working_with_me.md available in the claude root directory.

My starting instructions are for the agent to read those docs - plus other project info, and my ending instructions are to update working_with_me and handoff.md. If mid-sessions something is lost - like the agent gets sycophantic, I’ll stop and dig into that, trying to understand how context was lost and how to firm up the point.

Let me know what you think, or what I’m missing.

Post reply on HN