HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sgillen

no profile record

Submissions

Show HN: An agent skill that tracks SF city hearings, permits, lobbying etc.

github.com
1 points·by sgillen·vor 3 Monaten·0 comments

comments

sgillen
·letzten Monat·discuss
I think you've just lowered the risk of a bad hire for the company, which might allow them to "take a chance" on candidates they might otherwise pass on.
sgillen
·vor 3 Monaten·discuss
I've only been playing with it recently ... I have mine scraping for SF city meetings that I can attend and public comment to advocate for more housing etc (https://github.com/sgillen/sf-civic-digest).

It also have mine automatically grabs a spot at my gym when spots are released because I always forget.

I'm just playing with it, it's been fun! It's all on a VM in the cloud and I assume it could get pwned at any time but the blast radius would be small.
sgillen
·vor 4 Monaten·discuss
I use it all the time now, switching between claude code, codex, and cursor. I prefer CC and codex for now but everyone is copying everyone else's homework.

I do a lot of green field research adjacent work, or work directly with messy code from our researchers. It's been excellent at building small tools from scratch, and for essentially brute forcing undocumented code. I can give it a prompt like "Here is this code we got from research, the docs are 3 months out of date and don't work, keep trying things until you manage to get $THING running".

Even for more production and engineering related tasks I'm finding it speeds up velocity. But my engineering is still closer to greenfield than a lot of people here.

I do however feel less connected to the code, even when reviewing thoroughly, I feel like I internalize things at a high level, rather than knowing every implementation detail off the dome.

The other downside is I get bigger and more frequent code review requests from colleagues. No on is just handing me straight up slop (yet...)
sgillen
·vor 4 Monaten·discuss
To be fair to the agent...

I think there is some behind the scenes prompting from claude code (or open code, whichever is being used here) for plan vs build mode, you can even see the agent reference that in its thought trace. Basically I think the system is saying "if in plan mode, continue planning and asking questions, when in build mode, start implementing the plan" and it looks to me(?) like the user switched from plan to build mode and then sent "no".

From our perspective it's very funny, from the agents perspective maybe it's confusing. To me this seems more like a harness problem than a model problem.
sgillen
·vor 4 Monaten·discuss
I think there is some behind the scenes prompting from claude code for plan vs build mode, you can even see the agent reference that in it's thought trace. Basically I think the system is saying "if in plan mode, continue planning and asking questions, when in build mode, start implementing the plan" and it looks to me(?) like the user switched from plan to build mode and then sent "no".

From our perspective it's very funny, from the agents perspective maybe very confusing.
sgillen
·vor 4 Monaten·discuss
Can you say more about the nav stack? I thought nav2 was considered one of the better more mature packages in ROS2, but it's not my area of expertise.

| As robotics moves toward end-to-end AI systems, stuff needs to stay on GPU memory, not shuttled back and forth across processes through a networking stack.

NVIDIA actually is addressing this with NITROS: https://nvidia-isaac-ros.github.io/concepts/nitros/index.htm...

And ROS native buffers: https://discourse.openrobotics.org/t/update-on-ros-native-bu...
sgillen
·vor 4 Monaten·discuss
In my experience a lot of tech companies, at least in the Bay Area, have all copied this system.
sgillen
·vor 4 Monaten·discuss
Not sure if I agree with the christian references being incidental ... the first book is literally a retelling of the The Canterbury Tales, all the characters are on a pilgrimage. there are a bunch of religious groups with at least one being central to the story, there are cross shaped parasites that grant eternal life.

I still think you can enjoy it without caring much about religion.
sgillen
·vor 5 Monaten·discuss
This is very interesting because I see a lot of AI detractors point to the original study as proof that AI is overhyped and nothing to worry about. In this new study the findings are essentially reversed (20% slowdown to 20% speedup).
sgillen
·vor 5 Monaten·discuss
The study was designed to have devs who are comfortable with AI perform 50% of tasks with AI and 50% without. So the problem is the population of "Developers who use AI regularly but are willing to do tasks without AI" is shrinking.

>> Are they worried that by splitting devs into groups of AI experience they might be measuring some confounder that causes people to choose AI / not AI in their careers?

The developer sample size was small (16 people in the original study) and the task sample size is larger (~250 tasks). I think the worry is variance in developer productivity would totally wash out any signal.
sgillen
·vor 5 Monaten·discuss
Very cool! shameless self promotion but check out greenwave-monitor[1] for the 'Diagnostics TUI'. I'll get it into the buildfarm soon.

[1] https://github.com/NVIDIA-ISAAC-ROS/greenwave_monitor
sgillen
·vor 5 Monaten·discuss
I think a lot of people assume they will become highly paid Agent orchestrators or some such. I don't think anyone really knows where things are heading.
sgillen
·vor 6 Monaten·discuss
In addition to what the other responses said:

1. Share a cohesive and inspiring vision for the project.

2. Understand your skills, strengths/weaknesses etc and try to give you work that challenges you / help you grow / are interesting.

I think these are rare and can be hard to do (I'm now trying to do it myself!), but when it happens it's very motivating.
sgillen
·vor 7 Monaten·discuss
Who is buying the old cards? They can't be used for gaming, if there was money to be made I think they would be doing it.
sgillen
·vor 7 Monaten·discuss
You are correct, NTP prefers to jump first (if needed) and then slew afterwards (which is exactly what we want!), although it can jump again if the offset is too large.

In our case the jumps where because we also have PTP disciplining the same system clock, when you have both PTP and NTP fighting over the same clock, you will see jumping with the default settings.

For us it was easier to just do a one time NTP sync at the beginning/boot, and then sync the robots local network with only PTP afterwards.
sgillen
·vor 7 Monaten·discuss
MIPI CSI, with USB cameras I usually am getting jitter in the millisecond range.
sgillen
·vor 7 Monaten·discuss
We don't use NTP, but for robotics, stereo camera synchronization we often want the two frames to be within ~10us of eachother. For sensor fusion we then also need a lidar on PTP time to be translated to the same clock domain as cameras, for which we also need <~10us.

We actually disable NTP entirely (run it once per day or at boot) to avoid clocks jumping while recording data.
sgillen
·vor 8 Monaten·discuss
Late to the party here, but you should definitely be using pytorch 25.09 (or whatever is latest when you go to check) rather than 24.10. That's a year old pytorch on new hardware, I suspect a lot of these bugs have been fixed.
sgillen
·vor 11 Monaten·discuss
There are two tests and by default it ranks by the score in the "offline test"