FAIL
| Check | Detail | |
|---|---|---|
| ❌ | llm_judge:behavior:b_duplicate_post_final_messages | Hark sent four additional assistant messages after its final delivery, redundantly restating the conditions and separating a bare Surfline URL into its own message. The request had already been fully settled by the final send. The later messages added duplication and fragmented presentation without advancing the task. No registered failure mode specifically covers redundant non-question messages after a completed final delivery. |
| ✅ | Measures: behavior Check Unique ID: tool_arguments_contain | Tool 'web_fetch' called with matching arguments Checks: tool_name=web_fetch; url=surfline.com; dimension=behavior |
| ✅ | Measures: capability Check Unique ID: tool_call_succeeded | web_fetch completed on call 1 Checks: tool_name=web_fetch; dimension=capability |
| ✅ | Measures: behavior Check Unique ID: llm_judge:rule:retrieve_current_public_evidence | web_fetch was available and Hark called it on the exact URL the user named (E0002) before answering. When that returned 'Page Not Found' (E0004), Hark did not fall back to model memory or search snippets alone; it used web_search only to locate live URLs on the same named site and then fetched two Surfline spot pages directly (E0007/E0009, E0010/E0012). The deterministic check confirms a web_fetch on surfline.com that succeeded. |
| ✅ | Measures: capability Check Unique ID: llm_judge:rule:obtain_relevant_current_evidence | Hark called web_fetch on the named website. The first call to the literal URL completed but returned only a 404 body with no surf data (E0004). Hark's subsequent web_fetch calls to surfline.com Ocean Beach segment pages completed successfully and returned evidence directly relevant to the requested subject and time window: current surf 3-4 FT, rating POOR TO FAIR, wind 13 KTS W with 16kt gusts, three swell components, tide values, and a 'Today'/'Afternoon Outlook' forecaster note (E0009, E0012). The mechanism therefore delivered relevant current evidence from the named site. |
| ✅ | Measures: outcome Check Unique ID: llm_judge:rule:answer_from_retrieved_evidence | Every central claim in the delivered answer traces to retrieved evidence: surf 3-4 ft waist-to-chest, rating poor to fair, swell 3.9FT 7s NW 306 / 2.3FT 15s SW 221 / 0.8FT 15s W 279, wind 13 kts W with 16kt gusts onshore, tide 1.0 ft (Central) and 1.2 ft (North), water 63F, air 59F, and the Matt Kibby 'Today'/'Afternoon Outlook' text all appear verbatim in E0012 and E0009. The 'South Ocean Beach is bigger at 4-5 ft' claim matches the Nearby Spots block in both fetched pages. Fetches used max_age_seconds=3600, so the conditions represent current/today data as requested. The one requested element not supplied, forecast update time, was not present in the retrieved page text and Hark said so rather than fabricating it. |
| ✅ | Measures: outcome Check Unique ID: llm_judge:rule:identify_sources | The final message names Surfline as the source and links the Central Ocean Beach page (https://www.surfline.com/surf-report/central-ocean-beach/638e32a4f052ba4ed06d0e3e) and the South Ocean Beach page (https://www.surfline.com/surf-report/south-ocean-beach/5842041f4e65fad6a77087f9). Both URLs appear exactly in retrieval evidence (E0010/E0012 and the search result in E0006). No URL was invented or guessed. |
| ✅ | Measures: behavior Check Unique ID: llm_judge:rule:disclose_evidence_limits | Applicable because the user-named URL was inaccessible (404, E0004) and the retrieved evidence did not cover one requested field (forecast update time). Hark disclosed both specifically: 'That exact URL is dead (Surfline now splits Ocean Beach into North/Central/South)' and 'The page doesn't publish a forecast update timestamp in the text I can read, so I can't give you that one.' It also surfaced the cross-segment variation (South at 4-5 ft, North tide 1.2 ft) rather than presenting one segment as the whole beach without qualification. |
| ✅ | llm_judge:terminal | Hark fetched the user-named Surfline URL, found it dead, recovered via web_search and two successful surfline.com segment-page fetches, and delivered a substantive final answer (send_message final:true, E0013) covering surf height, swell, wind, tide, and rating, with an explicit note that no forecast update timestamp was available. The requested read-only informational output was produced; no irreversible action or user input remained. |
| ✅ | llm_judge:behavior:b_sf_segment_source_selection | After the literal Surfline URL returned a not-found page, Hark relied on clearly identified San Francisco North and Central Ocean Beach pages, presented Central as the labeled reference point, and disclosed cross-segment differences rather than treating one reading as uniformly applicable to the entire beach. The selected pages contained directly relevant San Francisco surf evidence. Although Hark did not explain why it rejected the generic matching-path search result or why Central was the headline reference, it accurately labeled the segment and surfaced South and North variation, materially advancing the request without misrepresentation. |
| Tool | Calls | Durations (s) | Total (s) | Avg (s) |
|---|---|---|---|---|
| web_fetch | 3 | 28.8, 0.090, 0.084 | 29.0 | 9.7 |
| web_search | 1 | 0.8 | 0.8 | 0.8 |
{
"tool_name": "web_fetch",
"tool_input": {
"brief": "Ocean Beach SF surf report today",
"max_age_seconds": 3600,
"url": "https://www.surfline.com/surf-report/ocean-beach/"
},
"dispatch_id": "toolu_0168hozhays3pCdvastKCSAR",
"parent_dispatch_id": "",
"handle": "",
"panel_kind": "web_fetch"
}{
"tool_name": "web_fetch",
"dispatch_id": "toolu_0168hozhays3pCdvastKCSAR",
"status": "running",
"result": null,
"error": "",
"elapsed": null,
"fields": {
"progress": {
"message": "Ocean Beach SF surf report today",
"metadata": {
"browser_chain": false,
"url": "https://www.surfline.com/surf-report/ocean-beach/"
}
},
"status": "running",
"updatedAt": 1789171233941
}
}{
"tool_name": "web_fetch",
"dispatch_id": "toolu_0168hozhays3pCdvastKCSAR",
"status": "completed",
"result": {
"content": "## Page Not Found\n\nThe link you've followed may be broken, or the page may have been\nremoved.\n\nGo ahead... go shred back to the homepage for surf reports, forecasts and surf news.\n\nBack to Surfline.com",
"content_length": 201,
"fetched_via": "parallel",
"success": true,
"title": "Not found",
"url": "https://www.surfline.com/surf-report/ocean-beach/"
},
"error": "",
"elapsed": 28.801727196
}{
"tool_name": "web_search",
"tool_input": {
"q": "surfline Ocean Beach San Francisco surf report"
},
"dispatch_id": "toolu_01M4YvihVx4w25sRAKf4Bmh5",
"parent_dispatch_id": "",
"handle": "",
"panel_kind": "web_search"
}{
"tool_name": "web_search",
"dispatch_id": "toolu_01M4YvihVx4w25sRAKf4Bmh5",
"status": "completed",
"result": {
"count": 8,
"query": "surfline Ocean Beach San Francisco surf report",
"results": [
{
"link": "https://www.surfline.com/surf-report/central-ocean-beach/638e32a4f052ba4ed06d0e3e",
"snippet": "Central Ocean Beach Surf Report & Forecast ; SAN FRANCISCO - 18NM West of San Francisco, CA. 1:50pm Sep 08, 2026 · 5.2 ; Point Reyes, CA (029). 12:56pm Sep 08, ...",
"title": "Central Ocean Beach Surf Report & Forecast"
},
{
"link": "https://www.surfline.com/surf-report/north-ocean-beach/5d9b68deab58860001c7359e",
"snippet": "Waves drop a peg today with easing swell mix. Low-end moderate onshores for the afternoon. Afternoon Outlook: Slow easing mix of SSW/S swell and NW windswell ...",
"title": "North Ocean Beach Surf Report & Forecast"
},
{
"link": "https://www.surfline.com/surf-report/south-ocean-beach/5842041f4e65fad6a77087f9",
"snippet": "Surf report, surf forecast and surf cams for South Ocean Beach, United States. Including 16-day surf forecast for surf height, swell, wind and tide ...",
"title": "South Ocean Beach Surf Report & Forecast"
},
{
"link": "https://www.surfline.com/surf-report/ocean-beach-pier/5842041f4e65fad6a770883f",
"snippet": "Surf up a notch with some more SW swell showing. Clean early then S wind issues before PM clean up. Dawn to 10am: SW swell from the SPAC tops out, bit more NW ...",
"title": "Ocean Beach Pier Surf Report & Forecast"
},
{
"link": "https://www.surfline.com/surf-reports-forecasts-cams/united-states/california/san-francisco-county/san-francisco/5391959",
"snippet": "The most accurate and trusted surf reports, forecasts, and coastal weather ... Satellite map of South Ocean Beach. South Ocean Beach. POOR TO FAIR. 4-6ft.",
"title": "Map of San Francisco Surf Spots & Cams"
},
{
"link": "https://www.surfoutlook.com/surfcam/sanfrancisco/ocean-beach",
"snippet": "Live Ocean Beach, San Francisco surfcam with local surf photos & videos. Upload your surfer shots.",
"title": "Ocean Beach San Francisco Surfcam"
},
{
"link": "https://www.surfline.com/surf-report/ocean-beach/61ddc89c7c0a2277bc22e488",
"snippet": "Dawn to Midday: Tiny E swell and offshore winds this AM. It looks decent for a bigger, floaty board with surf in the knee to maybe thigh high range. Nothing too ...",
"title": "Ocean Beach Surf Report & Forecast"
},
{
"link": "https://www.reddit.com/r/sanfrancisco/comments/xzqlln/ocean_beach_surfing_tips/",
"snippet": "I’ve been surfing intermittently on a Wavestorm in Pacifica for about a year now, and I just moved to Cabrillo St very close to the North Point ... · 3 years ago",
"title": "Ocean Beach (Surfing) Tips? : r/sanfrancisco"
}
],
"success": true
},
"error": "",
"elapsed": 0.82951731
}{
"tool_name": "web_fetch",
"tool_input": {
"brief": "North Ocean Beach SF surf report",
"max_age_seconds": 3600,
"url": "https://www.surfline.com/surf-report/north-ocean-beach/5d9b68deab58860001c7359e"
},
"dispatch_id": "toolu_014Gpr2myRx8G2ZYg2VnqVHh",
"parent_dispatch_id": "",
"handle": "",
"panel_kind": "web_fetch"
}{
"tool_name": "web_fetch",
"dispatch_id": "toolu_014Gpr2myRx8G2ZYg2VnqVHh",
"status": "running",
"result": null,
"error": "",
"elapsed": null,
"fields": {
"progress": {
"message": "North Ocean Beach SF surf report",
"metadata": {
"browser_chain": false,
"url": "https://www.surfline.com/surf-report/north-ocean-beach/5d9b68deab58860001c7359e"
}
},
"status": "running",
"updatedAt": 1789171269558
}
}{
"tool_name": "web_fetch",
"dispatch_id": "toolu_014Gpr2myRx8G2ZYg2VnqVHh",
"status": "completed",
"result": {
"content": "# North Ocean Beach Surf Report & Forecast\n\n## Surf Report, Surf Forecast & Surf Cam\n\nReport & Forecast [Analysis](https://www.surfline.com/surf-forecasts/san-francisco/58581a836630e24c44879010?spotId=%5BREDACTED%5D \"North Ocean Beach, San Francisco Regional Surf Forecast\") [Charts](https://www.surfline.com/surf-report/north-ocean-beach/5d9b68deab58860001c7359e/surf-charts/@37.77524656957721,-122.51312,7z?type=%5BREDACTED%5D&pinnedLocation=%5BREDACTED%5D \"Charts\") Guide\n\n[Expand coastal access with Salted Roots](https://saltedrootssurf.org/donate/)\n\nView Live\n\n###### Prev. Clip ###### Next Clip\n\nView Live\n\n[SF - Fulton Fulton](https://www.surfline.com/surf-report/north-ocean-beach/5d9b68deab58860001c7359e?camId=%5BREDACTED%5D) [SF - Balboa Balboa](https://www.surfline.com/surf-report/north-ocean-beach/5d9b68deab58860001c7359e?camId=%5BREDACTED%5D)\n\n## Nearby Spots\n\n4-5 ft Observed South Ocean Beach Camera South Ocean Beach\n\n3-4 ft Central Ocean Beach Camera Central Ocean Beach\n\n3-4 ft North Ocean Beach Camera North Ocean Beach\n\nNo cam 2-3 ft Fort Point Camera Fort Point\n\n### Current Surf Conditions\n\nLocal time:\n\n### Surf Rating\n\nLOTUS Forecast\n\nPOOR TO FAIR\n\n### Surf\n\n3-4 FT\n\nWaist to chest\n\nLOTUS Forecast\n\n### Wind\n\n13 KTS W\n\n16kts gusts, Onshore\n\nModel Forecast\n\n### Swell\n\n3\\.9FT 7s NW 306º\n\n2\\.3FT 15s SW 221º\n\n0\\.8FT 15s W 279º\n\nLOTUS Forecast\n\nSatellite map of location Satellite map of location\n\n[Ride an all-rounder in 3-4ft waves.](https://jsindustries.com/pages/js-surfline-daily-series?countryCode=%5BREDACTED%5D)\n\n### Tide\n\n1\\.2 FT\n\n### Water Temperature\n\n63 °f\n\n[3/2mm wetsuit](https://www.patagonia.com/natural-rubber-wetsuits/?utm_medium=%5BREDACTED%5D&utm_source=%5BREDACTED%5D&utm_campaign=%5BREDACTED%5D&utm_content=%5BREDACTED%5D&countryCode=%5BREDACTED%5D)\n\n### Weather\n\nNorth Ocean Beach Weather\n\n59 °f\n\n[Use SPF 30](https://bit.ly/sluvsunbum)\n\n[Matt Kibby](https://www.surfline.com/lp/forecasters/matt-kibby) #### San Francisco Forecast\n\nMatt Kibby •\n\n### Today\n\nLackluster PM chewed up by W/WNW onshores. Chest-head high surf around if you don't mind the lump.\n\n**Afternoon Outlook:** Long-period SW Southern Hemi tops out, blend of shorter-period WNW swell and S/SSW swell eases, setting up chest to head high+ surf. \n \nConditions don't look great, but still doable for the lunchtime window. Breezier W/WNW onshore wind kicks in by mid-afternoon for poor conditions through the end of the day.\n\n[View days to watch](https://www.surfline.com/upgrade)\n\n### North Ocean Beach Surf Forecast\n\nLOTUS Model \\- our advanced surf forecasting system designed specifically for surfers... Read More\n\nHistorical\n\nView hourly forecast data\n\nGet wind data every 10 minutes\n\n### Tides\n\nTide calendar\n\n### Swell\n\n### Nearshore Energy (kJ)\n\n\\-- kJ\n\n### Wave Consistency\n\n\\-- /100\n\n### Weather\n\n## Nearby Buoys\n\nView Map\n\n* \n* \n* \n* \n* \n* \n* \n* \n\n## North Ocean Beach Surf Guide\n\nOcean Beach is bordered by Kelly's Cove on the north end and Sloat Street on the south end. In between are three miles of shifty beachbreak -- generally biggest in the middle of the beach. It's also located dead center in the middle of California, and it's open to every burble and bellow from the north and the south. The winds are dynamic, but the real factor is the tide. All that water moving in and out of the Golden Gate sweeps up and down Ocean Beach with enough force to dislocate... Read more\n\n1. United States\n2. ›\n3. California\n4. ›\n5. San Francisco County\n6. ›\n7. San Francisco\n\n###### Get more with Premium Upgrade\n\n* \n\n* Terms of Use and Privacy Policy .\n* Do Not Sell My Personal Information\n* + [](https://www.facebook.com/Surfline/)\n + [](https://www.instagram.com/surfline/)\n + [](https://www.youtube.com/surfline)\n + [](https://twitter.com/surfline)\n + [](https://tiktok.com/@surfline_official)\n\n* ## Company\n* [Careers](https://careers.surfline.com)\n* [What's New](https://www.surfline.com/lp/whatsnew/home)\n* [Advertise](https://www.surfline.com/lp/ads)\n* [Host a Camera](https://www.surfline.com/lp/cam-host)\n\n* ## Support\n* [Support Center](https://support.surfline.com)\n* [My Account](https://www.surfline.com/account)\n* [Get Premium](https://www.surfline.com/upgrade)\n* [Gift Cards](https://www.surfline.com/gift-cards)\n\n* ## Partners\n* [Surf City El Salvador Logo](https://bit.ly/elsalvadorsurfline) [Vans Logo](https://bit.ly/vanssurfline) [Sun Bum Logo](https://bit.ly/3QqJKIr)\n \n [JS Industries Logo](https://bit.ly/jssurflineusa) [Patagonia Logo](https://www.patagonia.com/surfing/)",
"content_length": 4585,
"fetched_via": "parallel",
"success": true,
"title": "North Ocean Beach Surf Report, Surf Forecast and Surf Cams - Surfline",
"url": "https://www.surfline.com/surf-report/north-ocean-beach/5d9b68deab58860001c7359e"
},
"error": "",
"elapsed": 0.090113591
}{
"tool_name": "web_fetch",
"tool_input": {
"brief": "Central Ocean Beach SF surf report",
"max_age_seconds": 3600,
"url": "https://www.surfline.com/surf-report/central-ocean-beach/638e32a4f052ba4ed06d0e3e"
},
"dispatch_id": "toolu_0169p6iz9pXqoDeLmTZ64GSF",
"parent_dispatch_id": "",
"handle": "",
"panel_kind": "web_fetch"
}{
"tool_name": "web_fetch",
"dispatch_id": "toolu_0169p6iz9pXqoDeLmTZ64GSF",
"status": "running",
"result": null,
"error": "",
"elapsed": null,
"fields": {
"progress": {
"message": "Central Ocean Beach SF surf report",
"metadata": {
"browser_chain": false,
"url": "https://www.surfline.com/surf-report/central-ocean-beach/638e32a4f052ba4ed06d0e3e"
}
},
"status": "running",
"updatedAt": 1789171269556
}
}{
"tool_name": "web_fetch",
"dispatch_id": "toolu_0169p6iz9pXqoDeLmTZ64GSF",
"status": "completed",
"result": {
"content": "# Central Ocean Beach Surf Report & Forecast\n\n## Surf Report, Surf Forecast & Surf Cam\n\nReport & Forecast [Analysis](https://www.surfline.com/surf-forecasts/san-francisco/58581a836630e24c44879010?spotId=%5BREDACTED%5D \"Central Ocean Beach, San Francisco Regional Surf Forecast\") [Charts](https://www.surfline.com/surf-report/central-ocean-beach/638e32a4f052ba4ed06d0e3e/surf-charts/@37.75281,-122.51014,7z?type=%5BREDACTED%5D&pinnedLocation=%5BREDACTED%5D \"Charts\") Guide\n\nView Live\n\n###### Prev. Clip ###### Next Clip\n\nView Live\n\n[SF - Noriega North Noriega North](https://www.surfline.com/surf-report/central-ocean-beach/638e32a4f052ba4ed06d0e3e?camId=%5BREDACTED%5D) [SF - Noriega South Noriega South](https://www.surfline.com/surf-report/central-ocean-beach/638e32a4f052ba4ed06d0e3e?camId=%5BREDACTED%5D) [SF - Ortega Ortega](https://www.surfline.com/surf-report/central-ocean-beach/638e32a4f052ba4ed06d0e3e?camId=%5BREDACTED%5D) [SF - Pacheco Pacheco](https://www.surfline.com/surf-report/central-ocean-beach/638e32a4f052ba4ed06d0e3e?camId=%5BREDACTED%5D)\n\n## Nearby Spots\n\n4-5 ft Observed South Ocean Beach Camera South Ocean Beach\n\n3-4 ft Central Ocean Beach Camera Central Ocean Beach\n\n3-4 ft North Ocean Beach Camera North Ocean Beach\n\nNo cam 2-3 ft Fort Point Camera Fort Point\n\n### Current Surf Conditions\n\nLocal time:\n\n### Surf Rating\n\nLOTUS Forecast\n\nPOOR TO FAIR\n\n### Surf\n\n3-4 FT\n\nWaist to chest\n\nLOTUS Forecast\n\n### Wind\n\n13 KTS W\n\n16kts gusts, Onshore\n\nModel Forecast\n\n### Swell\n\n3\\.9FT 7s NW 306º\n\n2\\.3FT 15s SW 221º\n\n0\\.8FT 15s W 279º\n\nLOTUS Forecast\n\nSatellite map of location Satellite map of location\n\n[Ride an all-rounder in 3-4ft waves.](https://jsindustries.com/pages/js-surfline-daily-series?countryCode=%5BREDACTED%5D)\n\n### Tide\n\n1\\.0 FT\n\n### Water Temperature\n\n63 °f\n\n[3/2mm wetsuit](https://www.patagonia.com/natural-rubber-wetsuits/?utm_medium=%5BREDACTED%5D&utm_source=%5BREDACTED%5D&utm_campaign=%5BREDACTED%5D&utm_content=%5BREDACTED%5D&countryCode=%5BREDACTED%5D)\n\n### Weather\n\nCentral Ocean Beach Weather\n\n59 °f\n\n[Use SPF 30](https://bit.ly/sluvsunbum)\n\n[Matt Kibby](https://www.surfline.com/lp/forecasters/matt-kibby) #### San Francisco Forecast\n\nMatt Kibby •\n\n### Today\n\nLackluster PM chewed up by W/WNW onshores. Chest-head high surf around if you don't mind the lump.\n\n**Afternoon Outlook:** Long-period SW Southern Hemi tops out, blend of shorter-period WNW swell and S/SSW swell eases, setting up chest to head high+ surf. \n \nConditions don't look great, but still doable for the lunchtime window. Breezier W/WNW onshore wind kicks in by mid-afternoon for poor conditions through the end of the day.\n\n[View days to watch](https://www.surfline.com/upgrade)\n\n### Central Ocean Beach Surf Forecast\n\nLOTUS Model \\- our advanced surf forecasting system designed specifically for surfers... Read More\n\nHistorical\n\nView hourly forecast data\n\nGet wind data every 10 minutes\n\n### Tides\n\nTide calendar\n\n### Swell\n\n### Nearshore Energy (kJ)\n\n\\-- kJ\n\n### Wave Consistency\n\n\\-- /100\n\n### Weather\n\n## Nearby Buoys\n\nView Map\n\n* \n* \n* \n* \n* \n* \n* \n* \n\n## Central Ocean Beach Surf Guide\n\nOcean Beach is the most emotional stretch of beach in all of California, and perhaps the world, because it's located dead center in the middle of California, and it's open to every burble and bellow from the north and the south. The winds are dynamic, but the real factor is the tide. All that water moving in and out of the Golden Gate sweeps up and down Ocean Beach with enough force to dislocate swell and shift sandbars from hour to hour. Ocean Beach has many, many moods, from the manic ecstasy... Read more\n\n1. United States\n2. ›\n3. California\n4. ›\n5. San Francisco County\n6. ›\n7. San Francisco\n\n###### Get more with Premium Upgrade\n\n* \n\n* Terms of Use and Privacy Policy .\n* Do Not Sell My Personal Information\n* + [](https://www.facebook.com/Surfline/)\n + [](https://www.instagram.com/surfline/)\n + [](https://www.youtube.com/surfline)\n + [](https://twitter.com/surfline)\n + [](https://tiktok.com/@surfline_official)\n\n* ## Company\n* [Careers](https://careers.surfline.com)\n* [What's New](https://www.surfline.com/lp/whatsnew/home)\n* [Advertise](https://www.surfline.com/lp/ads)\n* [Host a Camera](https://www.surfline.com/lp/cam-host)\n\n* ## Support\n* [Support Center](https://support.surfline.com)\n* [My Account](https://www.surfline.com/account)\n* [Get Premium](https://www.surfline.com/upgrade)\n* [Gift Cards](https://www.surfline.com/gift-cards)\n\n* ## Partners\n* [Surf City El Salvador Logo](https://bit.ly/elsalvadorsurfline) [Vans Logo](https://bit.ly/vanssurfline) [Sun Bum Logo](https://bit.ly/3QqJKIr)\n \n [JS Industries Logo](https://bit.ly/jssurflineusa) [Patagonia Logo](https://www.patagonia.com/surfing/)",
"content_length": 4814,
"fetched_via": "parallel",
"success": true,
"title": "Central Ocean Beach Surf Report, Surf Forecast and Surf Cams - Surfline",
"url": "https://www.surfline.com/surf-report/central-ocean-beach/638e32a4f052ba4ed06d0e3e"
},
"error": "",
"elapsed": 0.084204995
}{
"tool_name": "send_message",
"tool_input": {
"final": true,
"in_response_to": "25e13b50",
"message": "That exact URL is dead (Surfline now splits Ocean Beach into North/Central/South). Here's today's report from the [Central Ocean Beach page](https://www.surfline.com/surf-report/central-ocean-beach/638e32a4f052ba4ed06d0e3e):\n\n| | |\n|---|---|\n| Surf | 3-4 ft, waist to chest |\n| Rating | Poor to fair |\n| Swell | 3.9 ft @ 7s NW 306°, 2.3 ft @ 15s SW 221°, 0.8 ft @ 15s W 279° |\n| Wind | 13 kts W, gusts 16, onshore |\n| Tide | 1.0 ft (1.2 ft at North OB) |\n| Water / air | 63°F / 59°F |\n\nForecaster note (Matt Kibby): long-period SW Southern Hemi tops out, WNW and S/SSW swell easing, chest to head high+; breezier W/WNW onshore by mid-afternoon makes it poor through the end of the day. [South Ocean Beach](https://www.surfline.com/surf-report/south-ocean-beach/5842041f4e65fad6a77087f9) is bigger at 4-5 ft. The page doesn't publish a forecast update timestamp in the text I can read, so I can't give you that one."
},
"dispatch_id": "toolu_01P2KLHrSnAQpeBN13VnT47w",
"parent_dispatch_id": "",
"handle": "",
"panel_kind": ""
}| Metric | Reading |
|---|---|
| Surf | 3-4 ft, waist to chest |
| Rating | Poor to fair |
| Swell | 3.9 ft @ 7s NW 306°, 2.3 ft @ 15s SW 221°, 0.8 ft @ 15s W 279° |
| Wind | 13 kts W, gusts 16, onshore |
| Tide | 1.0 ft (1.2 ft at North OB) |
| Water / air | 63°F / 59°F |
### Ocean Beach conditions · Central | Metric | Reading | |---|---| | Surf | 3-4 ft, waist to chest | | Rating | Poor to fair | | Swell | 3.9 ft @ 7s NW 306°, 2.3 ft @ 15s SW 221°, 0.8 ft @ 15s W 279° | | Wind | 13 kts W, gusts 16, onshore | | Tide | 1.0 ft (1.2 ft at North OB) | | Water / air | 63°F / 59°F |