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

Why Math's Final Axiom Proved So Controversial

https://www.quantamagazine.org/why-maths-final-axiom-proved-so-controversial-20260429/
1•Tomte•26s ago•0 comments

Cyberdeck Design Log #1

https://strangelyentangled.com/blog/cyberdeck-design-log1/
1•abnercoimbre•1m ago•0 comments

Canada Proposes Poet Mission to Hunt Earth-Sized Planets

https://www.universetoday.com/articles/canada-proposes-poet-mission-to-hunt-earth-sized-planets
1•rbanffy•2m ago•0 comments

Session-Surface Protocol v0.1: A draft spec for private surfaces in LUIs

https://www.curatedfuture.com/the-session-surface-protocol/
1•reyperalta•2m ago•0 comments

Show HN: Chrome extension for Gmail/Workspace users to alias emails at signup

https://zaai.com/clean-autofill/
1•manuelgruber•3m ago•0 comments

Court Rules 2nd Amendment Covers Firearms Parts Good News Those Who Build Guns

https://cowboystatedaily.com/2026/04/28/court-rules-2nd-amendment-covers-firearms-parts-good-news...
3•Bender•3m ago•0 comments

Why TVs Are Getting Uncomfortably Bright, and Here's Why

https://www.cnet.com/tech/home-entertainment/tvs-are-getting-brighter-we-tested-them-but-why-is-t...
1•pseudolus•3m ago•0 comments

Show HN: TripBalls – plan road trips to away games (MLB, NFL, NBA, WC2026)

https://tripballs.now/
1•sanjosanjo•5m ago•0 comments

CPanel, WHM emergency update fixes critical auth bypass bug

https://www.bleepingcomputer.com/news/security/cpanel-whm-emergency-update-fixes-critical-auth-by...
1•cdrnsf•5m ago•0 comments

Communicating Our Research with Stakeholders to Achieve Alignment and Trust

https://blog.ptidej.net/ghost/#/editor/post/699bd9175e8d158bfbb87c42
1•Minette•5m ago•1 comments

DESI Completes Its Epic 3D Map, Hinting That Dark Energy Might Be Changing

https://www.universetoday.com/articles/desi-completes-its-epic-3d-map-hinting-that-dark-energy-mi...
1•rbanffy•5m ago•0 comments

Show HN: Ccmeter – local-first cost and cache dashboard for Claude Code

https://github.com/vnmoorthy/ccmeter
1•vnmoorthy•5m ago•0 comments

Tech is in turmoil–but the rest of corporate America isn't. One CEO knows why

https://fortune.com/2026/04/28/tech-layoffs-ai-disruption-corporate-america-doesnt-one-silicon-va...
1•CharlesW•5m ago•0 comments

You can now generate files in Gemini

https://blog.google/innovation-and-ai/products/gemini-app/generate-files-in-gemini/
1•xnx•6m ago•0 comments

The Voynich Manuscript

https://beinecke.library.yale.edu/collections/highlights/voynich-manuscript
1•dan-bailey•6m ago•0 comments

Attempt to repeal Colorado's right-to-repair law fails

https://www.wired.com/story/colorado-anti-repair-bill-is-dead/
2•Bender•7m ago•0 comments

Tailscale and Paperless-ngx: scan everything, expose nothing

https://tailscale.com/blog/paperless-ngx-local-ai-document-search
1•Brajeshwar•8m ago•0 comments

Show HN: A new benchmark for testing LLMs for deterministic outputs

https://interfaze.ai/blog/introducing-structured-output-benchmark
2•khurdula•9m ago•0 comments

SWE-Chat: Coding Agent Interactions from Real Users in the Wild

https://www.swe-chat.com/
1•derekcheng08•10m ago•1 comments

Spooky feelings in old houses may be caused by boiler sounds, study suggests

https://www.theguardian.com/science/2026/apr/27/spooky-feelings-in-old-houses-may-be-caused-by-bo...
1•bookofjoe•11m ago•1 comments

Friendly AI chatbots make more mistakes and tell people what they want to hear

https://www.oii.ox.ac.uk/news-events/friendly-ai-chatbots-make-more-mistakes-and-tell-people-what...
2•dijksterhuis•11m ago•1 comments

ElevenLabs launches ElevenMusic

https://elevenmusic.io
1•louisjoejordan•11m ago•0 comments

Quantum Hardening Bitcoin: Cryptographers init PQC engineering and review

https://lclhost.org/blog/post-quantum-cryptography-group/
1•DINKDINK•12m ago•0 comments

Sea Silk

https://en.wikipedia.org/wiki/Sea_silk
2•thunderbong•14m ago•0 comments

Stringman: Cable-driven room-scale organization robot

https://neufangled.com/
1•nickswalker•14m ago•0 comments

C8s: A Confidential Kubernetes Architecture

https://confidential.ai/docs/c8s-whitepaper
5•ameanasad•14m ago•0 comments

I built a crypto auto-trader built upon processing live news

https://benowtrader.com/
1•gkeyhani•14m ago•0 comments

A Handheld Battery-Powered Line Scan Camera

https://www.sethitow.com/posts/2026-linescan/
1•dllu•15m ago•0 comments

Shrdlu

https://en.wikipedia.org/wiki/SHRDLU
2•chistev•17m ago•0 comments

Bear Notes 2.8 Introduces BearCLI, Claude Connector, and MCP Server

https://blog.bear.app/2026/04/bear-2-8-bearcli-claude-connector-and-mcp-server/
2•thoughtpeddler•18m ago•0 comments