frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•1y ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Show HN: Virtuoso Data Table: virtualized rows and columns, Shadcn-based styling

https://virtuoso.dev/data-table/
1•underlog•5m ago•0 comments

Does Glutathione Help Acne Marks and Pigmentation? The Science of PIH Explained

https://tvammelixirs.com/blogs/news/does-glutathione-help-acne-marks-and-pigmentation
1•bhattmayurshiv•9m ago•0 comments

Show HN: GoPeek – open links in live mini browser windows without new tabs

https://guptalog.substack.com/p/gopeek-open-links-in-live-mini-browser
8•GeorgeWoff25•10m ago•0 comments

Code with Me or for Me?

https://dl.acm.org/doi/pdf/10.1145/3772318.3790850
1•furoTmark•10m ago•0 comments

How is agent society simulation going?

1•xiaoluolyg•13m ago•0 comments

'Lazy' narrative to connect AI to job cuts, says Nvidia boss Jensen Huang

https://www.channelnewsasia.com/business/ceo-job-cuts-lazy-ai-nvidia-jensen-huang-6140246
1•Markoff•14m ago•1 comments

2D Jenga in Python

https://jump.academy/projects/jenga
1•njoyablpnting•15m ago•0 comments

SlimTide Review: The Honest Truth Behind the Viral Gut and Metabolism Formula

https://finance.yahoo.com/sectors/healthcare/articles/slimtide-capsules-exploding-2026-slim-19370...
1•walygats•19m ago•0 comments

Leaked Documents Reveal Russian 'Cognitive Strikes' Against the West

https://www.occrp.org/en/investigation/leaked-documents-reveal-russian-cognitive-strikes-against-...
2•JeanMarcS•19m ago•0 comments

Genghis Khan Built the Largest Empire in History. He Never Did a 1:1

https://scrambleit.substack.com/p/he-built-the-largest-empire-in-history
2•wapasta•20m ago•0 comments

Similar to Hacker News and Free

https://startuplaunchpage.com/community
1•vnyarongi•23m ago•0 comments

Illegal casinos are targeting children on Roblox. Can it be stopped

https://news.sky.com/video/illegal-casinos-are-targeting-children-on-roblox-can-it-be-stopped-135...
1•austinallegro•23m ago•0 comments

Erin Brockovich Asks Americans for Help as She Launches Data Center Map

https://www.newsweek.com/erin-brockovich-asks-americans-for-help-as-she-launches-data-center-map-...
1•harambae•23m ago•0 comments

First look: Mojo 1.0 mixes Python and Rust

https://www.infoworld.com/article/4173158/first-look-mojo-1-0-mixes-python-and-rust.html
1•melodyogonna•24m ago•0 comments

How to prevent ideological capture of sites like Wikipedia, HN

2•hagbard_c•25m ago•2 comments

Let's Make the Internet 3D

https://d3pth.store/cz
1•mooph•29m ago•0 comments

Privacy will be under unprecedented attack in 2026

https://www.computerweekly.com/news/366636751/Privacy-will-be-under-unprecedented-attack-in-2026
1•Ember_Wipe•29m ago•0 comments

The Divine Lever (2025)

https://thephysicsofstartups.substack.com/p/the-divine-lever
1•neilfrndes•33m ago•0 comments

Trust does not scale at machine speed

https://yebo.dev
1•Combinedsun•35m ago•0 comments

Vibe Coding as a Security Architect

https://rakkhi.substack.com/p/vibe-coding-as-security-architect
1•rakkhi•37m ago•0 comments

Show HN: I built a samurai-themed playable Résumé with React, Phaser, + Laravel

https://rzeczko.com/
2•grzeczko•40m ago•1 comments

Switch between three keyboard languages

https://mnaoumov.dev/posts/2023-12-17-switch-between-three-keyboard-languages/
1•ankitg12•41m ago•0 comments

Vigolium: Open-Source Vulnerability Scanner

https://www.helpnetsecurity.com/2026/05/27/vigolium-open-source-vulnerability-scanner/
1•SVI•41m ago•0 comments

This Film Cost $500,000 to Make. $400,000 Was AI Compute Costs

https://www.wsj.com/cio-journal/this-cannes-film-cost-500-000-to-make-400-000-was-ai-compute-cost...
2•thunderbong•44m ago•1 comments

Cyberduck – Talk with a Duck

https://rubberduckdebugging.com/cyberduck/
2•helloplanets•44m ago•0 comments

Bangladesh measles cases: children die within months

https://www.bbc.com/news/articles/cwy2d5d7wn5o
2•poppypetalmask•49m ago•0 comments

Federal Bureau of Investigations Internet Crime Report 2025 [pdf]

https://www.ic3.gov/AnnualReport/Reports/2025_IC3Report.pdf
1•Cider9986•51m ago•0 comments

California cheese mogul turned to AI agents to save his $50M business

https://finance.yahoo.com/sectors/technology/articles/meet-the-california-cheese-mogul-who-turned...
1•jackson-mcd•51m ago•0 comments

Four Big Takeaways from the FBI's Report on Internet Crime

https://www.wsj.com/tech/cybersecurity/internet-crime-fbi-report-fd7c16e8
2•Cider9986•52m ago•1 comments

98% Match. Wrong Person - Proton [video]

https://www.youtube.com/watch?v=MJ8yFRa_q4E
1•Cider9986•53m ago•0 comments