惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
Last Week in AI
Last Week in AI
月光博客
月光博客
D
DataBreaches.Net
WordPress大学
WordPress大学
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 叶小钗
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
U
Unit 42
Recent Announcements
Recent Announcements
宝玉的分享
宝玉的分享
MyScale Blog
MyScale Blog
C
Check Point Blog
F
Fortinet All Blogs
B
Blog
小众软件
小众软件
Vercel News
Vercel News
罗磊的独立博客
有赞技术团队
有赞技术团队

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
GitHub - croustibat/Pinpoint
croustibat · 2026-06-24 · via Hacker News - Newest: "AI"

License: MIT Latest release Platform: macOS 15+ Built with Swift

Point at exactly what you mean.

Pinpoint is a native macOS menu-bar app that captures your screen, lets you drop numbered markers on what matters, and copies a ready-to-paste prompt for your AI agent — an annotated image plus instructions that reference every marker.

Built with Swift / SwiftUI + ScreenCaptureKit. Free & open source.

🔗 pinpoint-ashy.vercel.app · Download the latest release

Pinpoint demo — capture a region, drop numbered markers, and copy a ready-to-paste prompt for your agent

Why I built this

I pair-program with AI agents all day — Claude Code, Codex — and I kept hitting the same wall: paste a screenshot, then type a paragraph to explain which button or which misaligned icon I meant. Worse, most chat UIs keep only the image and silently drop the text you copied with it, so half my context never arrived.

Humans don't describe pixels to each other — we point. Pinpoint lets you do the same with an agent: drop a numbered marker on the thing, and it copies an annotated image plus a structured prompt that maps every marker to a position and a note. No more "the button in the corner — no, the other one."

I built it for myself and use it every day. It's open source because the problem isn't mine alone.

Download

  1. Grab the latest Pinpoint.dmg from the releases page.
  2. Open it and drag Pinpoint into your Applications folder.
  3. Launch it — it lives in your menu bar. Signed with a Developer ID and notarized by Apple.

On your first capture, macOS asks for Screen Recording permission (System Settings → Privacy & Security → Screen Recording), then quit and relaunch Pinpoint once.

Requirements: macOS 15 or later · Apple Silicon & Intel.

Features

  • Region capture — press ⌘⇧1 (rebindable) → the screen dims; drag a rectangle (live dimensions, Esc to cancel). Native resolution, multi-display and Retina aware. A "capture full screen" fallback lives in the menu.
  • Numbered markers — click to drop ringed, numbered pins (drag to move, a note per marker). Add arrows and rectangles for emphasis.
  • Three marker styles — filled disc, pointer pin, light outline — applied on screen and in the export.
  • A prompt your agent can read⌘C copies the annotated PNG and a structured text: image size, each marker's description and position (in %), then your instructions. Parses cleanly in Claude Code, Codex, and the like.
  • Legend baked in (optional) — embeds the marker descriptions + instructions into the image, so a single paste carries everything (most chat UIs drop the clipboard text).
  • The shelf — a built-in library of your screenshots: browse, favorite, sort, rename, Quick Look, and reopen any capture with its annotations.
  • Global shortcuts — capture or open the shelf from anywhere, fully rebindable.
  • Bilingual — follows your macOS language (English / French).
  • Native & private — SwiftUI + ScreenCaptureKit, living in your menu bar. Your captures never leave your Mac.

A copied prompt looks like this:

# Annotated capture — 1280×800 px

An image is attached. Numbered (ringed) badges point to specific elements.
Markers (position in % of the image, top-left origin):

1. Primary CTA button · ~62 % × 48 %
2. Misaligned icon · ~12 % × 22 %

## Instructions
Make the CTA full-width on mobile and fix the icon alignment.

Build from source

The project uses XcodeGen to generate the .xcodeproj (not versioned).

brew install xcodegen      # if needed
xcodegen generate          # creates Pinpoint.xcodeproj — run from the repo root
open Pinpoint.xcodeproj

In Xcode:

  1. The signing Team is baked into project.yml (DEVELOPMENT_TEAM), so signing stays stable across xcodegen generate runs. On another machine, replace it with your own (System Settings → your developer account, or the OU of your Apple Development certificate).
  2. ⌘R to run.
  3. On the first capture, grant Screen Recording (System Settings → Privacy & Security → Screen Recording), then relaunch the app.

To verify a build without any signing setup:

xcodegen generate && xcodebuild -scheme Pinpoint -destination 'platform=macOS' CODE_SIGNING_ALLOWED=NO build

The fixed DEVELOPMENT_TEAM + stable bundle id (app.croustibat.Pinpoint) let macOS remember the screen-recording grant between builds. If a permission gets stuck after an identity change: tccutil reset ScreenCapture app.croustibat.Pinpoint, then relaunch and re-grant.

Project structure

project.yml                       # XcodeGen config (deps, bundle id, LSUIElement, version…)
Pinpoint/
  PinpointApp.swift               # @main, Settings scene (Capture / Shelf tabs)
  AppDelegate.swift               # menu-bar status item + capture flow
  RegionSelectionController.swift # multi-display overlay + coordinate resolution
  RegionSelectionView.swift       # dimming + rectangle + live dimensions
  ScreenCapture.swift             # ScreenCaptureKit: region (sourceRect) or full screen
  CaptureRegion.swift             # model: target display + rect (points, top-left) + scale
  CaptureRecord.swift /
  CaptureHistory.swift            # recent captures (Application Support + JSON index)
  EditorView.swift                # annotation canvas + side panel
  EditorWindowController.swift    # AppKit window hosting the SwiftUI editor
  Pin.swift / Markup.swift        # marker + arrow/rectangle models
  PinStyle.swift                  # marker styles (disc / pointer / outline)
  Theme.swift                     # vermillon palette
  Exporter.swift                  # annotated PNG render + structured text + clipboard
  SettingsWindowController.swift  # AppKit settings window (works around the macOS 14+ SettingsLink bug)
  ShelfWindowController.swift     # the shelf window
  ScreenshotDetailWindowController.swift  # detail window for a shelf item
  Localizable.xcstrings           # String Catalog (English base, French)
  Shelf/                          # the screenshot library (Models, Services, Stores, Views)
landing/                          # the marketing site (Astro + Tailwind v4, bilingual)

Dependencies

Release (notarized DMG)

The app icon is generated from the design system:

swift scripts/generate_icon.swift Pinpoint/Assets.xcassets/AppIcon.appiconset

A signed Developer ID build + notarization + DMG is produced by scripts/release.sh. One-time setup — store the notarization credentials in a keychain profile:

xcrun notarytool store-credentials pinpoint-notary \
  --apple-id "<your-apple-id>" --team-id MMJD6CLKNQ \
  --password "<app-specific-password>"   # appleid.apple.com → Sign-In & Security → App-Specific Passwords

then:

scripts/release.sh   # → build/dist/Pinpoint.dmg (signed, notarized, stapled)

License

MIT © 2026 Baptiste Bouillot